Yahoo! Message number: 1500
Date: Sat, 24 Feb 2007 05:24:20 -0000
From: "mbbrutman"
Subject: Re: SUCCESS!!...kind of...

Hdlook can be found here: http://www.brutman.com/hdlook.zip

It is a little rough around the edges.  Basically, it shows you what
your AT class machine thinks it has for hard drives.  The geometry of
the drives, as well as the locations of the table entries used to
describe the hard drives are displayed.

Don't run it under Windows - use a DOS boot disk.

I wrote it to try to understand how the Grid was assigning hard drive
values.  I don't own a Grid myself and having Shawn read output from
'debug' was a wee bit too slow, so I wrote this to dump out what I
needed instead.


Mike

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Jeriddian,
> I haven't read Charles' email yet.  I hope I don't
> repeat what he said.
> Anyway, yes, you should be able to use your Western
> Digital drives.
> hdlook.exe is availible from Mike B.'s site.  Sorry
> Mike, it's late and I can't remember your last name.
> Do you feel comfortable putting it in the Files
> section?  Also, is it considered "public domain"?
> The source code was Visual Basic??? I can't remember.
> Charles?
> As far a step by step procedure, the full process
> involves a EPROM programmer and a hex editor.  It's
> not as simple as running a program and saving it.
> Mike mentioned a way of making the hard drive appear
> as a cartridge through some sort of BIOS patch.  I
> don't know...it's probably very possible, but it's
> above my skill level.
> I hope this helps.
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > This sounds great, guys!
> >
> > I need to find out if another hard drive besides a
> > Conner can be used
> > for this. I have some old Western Digital Caviar 280
> > Hard Drives from
> > that era which are 80Mb. Where can I get the
> > HDlook.exe file? If I
> > can get the parameters for this hard drive, is it
> > possible to put its
> > designation in the drive table or does it have to be
> > a Conner Drive?
> > As to the source code I thought it would be standard
> > 80386 Assembly
> > language for this sort of operation. I'm hoping that
> > you all can come
> > up with a step by step procedure by which we can
> > reprogram the BIOS
> > and use a different hard drive. Thanks for all your
> > hard work.
> >
> > Jeriddian
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > Charles,
> > > OK, sounds good.  One question I have for you is
> > how
> > > did your BIOS patch program locate the drive table
> > (I
> > > think you called it the "DCT") in the BIOS?  Did
> > you
> > > hard code the program to always go to the same
> > address
> > > location, or did you search for it?
> > > If you searched for it, what parameter(s) did you
> > use
> > > for the search?
> > > I ask because there are (at least) 3 different
> > 1520
> > > BIOS versions.
> > > The drive table appears to be the same but at
> > > different address locations.
> > > Also, the text field for the drive type are of
> > > different sizes and different address locations
> > > depending on the BIOS version.
> > >
> > > I think I remember looking over your source code,
> > but
> > > I have only had an "Intro to C Programming" class.
> >  I
> > > was quickly in over my head. :-)
> > > -Shawn
> > > Thanks,
> > > -Shawn
> > >
> > > --- Charles Ford <cjford1@> wrote:
> > >
> > > > Hay Shawn!  Sounds like you have it.
> > > > (a little short of Eureka!)
> > > >
> > > > Once you are 100% hook me up with an example
> > bios,
> > > > and the changes you 
> > > > have made and I will figure out how to patch the
> > old
> > > > ROM-modifying program
> > > > (I have slept a couple of thousand times since
> > than)
> > > >
> > > > Shawnerz wrote:
> > > > >
> > > > > All,
> > > > > Well, I was finally able to get my 1520 to see
> > > > another
> > > > > hard drive other than the 3 listed in the BIOS
> > > > > firmware!
> > > > > That is the short version of the story.
> > > > > The long version is I did what the other guy
> > did
> > > > with
> > > > > is 1535: changed the text field, changed the
> > drive
> > > > > table, corrected the checksum.
> > > > > I finished at about 11:30 last night. Getting
> > the
> > > > > 1520 to recognize the 340 MB drive was an
> > > > important
> > > > > first step.
> > > > > I have a 340 MB, Conner drive in the 1520. I
> > can
> > > > > mount the drive and browse the directories. I
> > have
> > > > > not run fdisk on the disk yet. I am booting
> > MSDOS
> > > > 5.0
> > > > > from floppy.
> > > > > I brought the hard drive from Ebay back in
> > > > October.
> > > > > The seller listed the drive as a 420 MB drive.
> > The
> > > > > printed label (from Conner) on the drive says
> > it's
> > > > a
> > > > > Conner CFS420A , 320 MB drive.
> > > > > I put the drive into my desktop. The desktop
> > BIOS
> > > > > POST (Power On Self Test) message says the
> > drive
> > > > is a
> > > > > CPA320B. I went into the Setup on the BIOS,
> > and
> > > > Setup
> > > > > reported that the drive is a CPA320.
> > > > > So, when I made the new Grid BIOS file, I
> > entered
> > > > > CPA320 as the drive type. It worked! I could
> > > > barely
> > > > > believe it.
> > > > > There is one point I want to stress: I WOULD
> > NOT
> > > > HAVE
> > > > > BEEN ABLE TO DO THIS WITHOUT hdlook.exe!!
> > > > > Thanks Mike!! Even though I didn't boot from
> > the
> > > > > drive, hdlook was able to report the correct
> > drive
> > > > > parameters for me to enter into the drive
> > table.
> > > > It
> > > > > would be nice if it were able to report the
> > name
> > > > of
> > > > > the drive, but I'm not complaining.
> > > > > I still have work to do. I need to format the
> > > > drive,
> > > > > install the OS and boot from it.
> > > > > Then, I'll move onto Compact Flash.
> > > > > Cheers,
> > > > > -Shawn
> > > > >
> > > > >
> > > >
> > >
> >
> __________________________________________________________
> > > > > Now that's room service! Choose from over
> > 150,000
> > > > hotels
> > > > > in 45,000 destinations on Yahoo! Travel to
> > find
> > > > your fit.
> > > > >
> > http://farechase.yahoo.com/promo-generic-14795097
> > > > >
> > > >
> > <http://farechase.yahoo.com/promo-generic-14795097>
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > ------------------------ Yahoo! Groups Sponsor
> > > > --------------------~-->
> > > > Yahoo! Groups gets a make over. See the new
> > email
> > > > design.
> > > >
> > >
> >
> http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM
> > > >
> > >
> >
> --------------------------------------------------------------------
> > ~->
> > > >
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/
> > > > Yahoo! Groups - Join or create groups, clubs,
> > forums
> > > > & communities. Links
> > > >
> > > >
> > > >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > >
> > > >
> > > >     http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> >
> ______________________________________________________________________
> > ______________
> > > Yahoo! Music Unlimited
> > > Access over 1 million songs.
> > > http://music.yahoo.com/unlimited
> > >
> >
> === message truncated ===
>
>
>
>
>
____________________________________________________________________________________
> Want to start your own business?
> Learn how on Yahoo! Small Business.
> http://smallbusiness.yahoo.com/r-index
>




Yahoo! Message number: 1501
Date: Fri, 23 Feb 2007 21:31:18 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] SUCCESS!!...kind of...

Charles,
My lack of real world programming experience come to
light here.  However, I have put some thought into how
a program could be laid out.  
A program like hdlook.exe could be run.  The values it
found for the hard drive could be stored in variables.

Every Sectors (per track) value in the drive table is
11h (17 decimal).  The Sectors value is the 2nd to
last byte of the table entry.  Each table entry is 16
bytes long.
One search method would be to look for a value of 11. 
Once an 11 is found, then jump 16 bytes.  Is this
value 11?  If not, it's not the start of the table. 
Search for the next value of 11.  Once the program
finds an 11, jump 16 bytes.  Is it 11?  If yes, then
jump another 16 bytes and see if the value is 11. 
(This time it's just to verify that the program has
actually found the table and the 11 was not a
coincidence).
Next, this program would update the table with the
variables from hdlook.
The text field would also have to be updated.  One way
to do this is to search for the hex equivilent of
"CP".  Once this is found, the program could prompt
the user to enter the drive type.
Once that has been entered, the program would have to
generate the odd and even files.  Then, it would have
to compute the 16 bit checksum of each file.  Then
modify the beginning part of each file to get the
checksum back to the original checksum value.
Then, of course, the program would have to store the
modified files to the files could be burned into new
(E)Proms.
That should take, what, 10, maybe 15 lines of code,
right?  ;-)  HA!
-Shawn

--- Charles Ford <cjford1@...> wrote:

> Shawn:
> Questions answered as inserted comments...
> 
>  >---Shawn wrote---<
>  >Charles,
>  >OK, sounds good. One question I have for you is
> how
>  >did your BIOS patch program locate the drive table
> (I
>  >think you called it the "DCT") in the BIOS? Did
> you
>  >hard code the program to always go to the same
> address
>  >location, or did you search for it?
> 
> It is hard coded to a fixed address based on a post
> I got on Rob's GRiD 
> board.
> If there is a way we can search the table this would
> possibly allow us 
> to alterer other Phoenix BIOS
> 
>  >If you searched for it, what parameter(s) did you
> use
>  >for the search?
>  >I ask because there are (at least) 3 different
> 1520
>  >BIOS versions.
>  >The drive table appears to be the same but at
>  >different address locations.
> 
> This my be a consistent method through all Phoenix
> 86 BIOS.
> 
>  >Also, the text field for the drive type are of
>  >different sizes and different address locations
>  >depending on the BIOS version.
> 
>  >I think I remember looking over your source code,
> but
>  >I have only had an "Intro to C Programming" class.
> I
>  >was quickly in over my head. :-)
> 
> Yah...  Wait until you start working with  object
> oriented
> backwards(thinking,oriented,"programing /n")
> brain.mine=(do_crash,thinkingBackwards)
> (say wah???)
> 
>  >-Shawn
>  >Thanks,
>  >-Shawn
> 
> 
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> 
> Yahoo! Groups gets a make over. See the new email
> design.
>
http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM
>
--------------------------------------------------------------------~->
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121


Yahoo! Message number: 1502
Date: Sat, 24 Feb 2007 07:21:45 -0800 (PST)
From: Shawnerz
Subject: "fisheggs"

Charles,
I had logged off the computer and was about to go to
bed.  I started thinking, "fisheggs?  What did he mean
by fishegg hard drive?"
The answer came to me soon afterwards: fisheggs a.k.a
caviar, a.k.a Western Digital Caviar.
I never said I was the brightest bulb, but I do catch
on eventually... :)
-Shawn


 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/


Yahoo! Message number: 1503
Date: Sat, 24 Feb 2007 16:34:24 -0000
From: "jeriddian"
Subject: Re: "fisheggs"

Shawn,
    I also did a double take for about a minute when he said that
until I made the connection. However I discovered the physical
placement of the pin configuration on my "fishegg" drives are not
compatible with the Conner, therefore they won't fit onto the
connecting board with the floppy drive. I'll have to go searching for
another unit.

Jeriddian


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Charles,
> I had logged off the computer and was about to go to
> bed.  I started thinking, "fisheggs?  What did he mean
> by fishegg hard drive?"
> The answer came to me soon afterwards: fisheggs a.k.a
> caviar, a.k.a Western Digital Caviar.
> I never said I was the brightest bulb, but I do catch
> on eventually... :)
> -Shawn
>
>
>
>
______________________________________________________________________
______________
> It's here! Your new message!  
> Get new email alerts with the free Yahoo! Toolbar.
> http://tools.search.yahoo.com/toolbar/features/mail/
>




Yahoo! Message number: 1504
Date: Sat, 24 Feb 2007 22:06:34 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Thanks Charle and Shawn,

      As I noted, My WD caviar 280 did not have the correct
orientation of the pins to fit inside my 1530's, so I went looking at
my local computer junk store and I found two Conner CP30174E drives,
which both apparently work well. They're at 170 Mb capacity.
Physically they are configured to fit. Now all I need is the patch
you have come up with, please and thank you, whenever you finish
testing it out. I know a little about programming but not enough to
ctatch completely on to what you all are doing here, so when it's
finished, if you could take it through step by step, I'd be most
grateful.

Jeriddian

--- In RuGRiD-Laptop@yahoogroups.com, Charles Ford <cjford1@...>
wrote:
>
> Jeriddian:
>
> I have used the WD fisheggs in the past with success.  The key is
that
> they fit onto the backplane, so any drive has that same connection-
edge
> footprint will work if the BIOS is altered to make it.
>
>
> jeriddian wrote:
> >
> > This sounds great, guys!
> >
> > I need to find out if another hard drive besides a Conner can be
used
> > for this. I have some old Western Digital Caviar 280 Hard Drives
from
> > that era which are 80Mb. Where can I get the HDlook.exe file? If I
> > can get the parameters for this hard drive, is it possible to put
its
> > designation in the drive table or does it have to be a Conner
Drive?
> > As to the source code I thought it would be standard 80386
Assembly
> > language for this sort of operation. I'm hoping that you all can
come
> > up with a step by step procedure by which we can reprogram the
BIOS
> > and use a different hard drive. Thanks for all your hard work.
> >
> > Jeriddian
> >
> > --- In RuGRiD-Laptop@yahoogroups.com
> > <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@>
wrote:
> > >
> > > Charles,
> > > OK, sounds good. One question I have for you is how
> > > did your BIOS patch program locate the drive table (I
> > > think you called it the "DCT") in the BIOS? Did you
> > > hard code the program to always go to the same address
> > > location, or did you search for it?
> > > If you searched for it, what parameter(s) did you use
> > > for the search?
> > > I ask because there are (at least) 3 different 1520
> > > BIOS versions.
> > > The drive table appears to be the same but at
> > > different address locations.
> > > Also, the text field for the drive type are of
> > > different sizes and different address locations
> > > depending on the BIOS version.
> > >
> > > I think I remember looking over your source code, but
> > > I have only had an "Intro to C Programming" class. I
> > > was quickly in over my head. :-)
> > > -Shawn
> > > Thanks,
> > > -Shawn
> > >
> > > --- Charles Ford <cjford1@> wrote:
> > >
> > > > Hay Shawn! Sounds like you have it.
> > > > (a little short of Eureka!)
> > > >
> > > > Once you are 100% hook me up with an example bios,
> > > > and the changes you
> > > > have made and I will figure out how to patch the old
> > > > ROM-modifying program
> > > > (I have slept a couple of thousand times since than)
> > > >
> > > > Shawnerz wrote:
> > > > >
> > > > > All,
> > > > > Well, I was finally able to get my 1520 to see
> > > > another
> > > > > hard drive other than the 3 listed in the BIOS
> > > > > firmware!
> > > > > That is the short version of the story.
> > > > > The long version is I did what the other guy did
> > > > with
> > > > > is 1535: changed the text field, changed the drive
> > > > > table, corrected the checksum.
> > > > > I finished at about 11:30 last night. Getting the
> > > > > 1520 to recognize the 340 MB drive was an
> > > > important
> > > > > first step.
> > > > > I have a 340 MB, Conner drive in the 1520. I can
> > > > > mount the drive and browse the directories. I have
> > > > > not run fdisk on the disk yet. I am booting MSDOS
> > > > 5.0
> > > > > from floppy.
> > > > > I brought the hard drive from Ebay back in
> > > > October.
> > > > > The seller listed the drive as a 420 MB drive. The
> > > > > printed label (from Conner) on the drive says it's
> > > > a
> > > > > Conner CFS420A , 320 MB drive.
> > > > > I put the drive into my desktop. The desktop BIOS
> > > > > POST (Power On Self Test) message says the drive
> > > > is a
> > > > > CPA320B. I went into the Setup on the BIOS, and
> > > > Setup
> > > > > reported that the drive is a CPA320.
> > > > > So, when I made the new Grid BIOS file, I entered
> > > > > CPA320 as the drive type. It worked! I could
> > > > barely
> > > > > believe it.
> > > > > There is one point I want to stress: I WOULD NOT
> > > > HAVE
> > > > > BEEN ABLE TO DO THIS WITHOUT hdlook.exe!!
> > > > > Thanks Mike!! Even though I didn't boot from the
> > > > > drive, hdlook was able to report the correct drive
> > > > > parameters for me to enter into the drive table.
> > > > It
> > > > > would be nice if it were able to report the name
> > > > of
> > > > > the drive, but I'm not complaining.
> > > > > I still have work to do. I need to format the
> > > > drive,
> > > > > install the OS and boot from it.
> > > > > Then, I'll move onto Compact Flash.
> > > > > Cheers,
> > > > > -Shawn
> > > > >
> > > > >
> > > >
> > > __________________________________________________________
> > > > > Now that's room service! Choose from over 150,000
> > > > hotels
> > > > > in 45,000 destinations on Yahoo! Travel to find
> > > > your fit.
> > > > > http://farechase.yahoo.com/promo-generic-14795097
> > <http://farechase.yahoo.com/promo-generic-14795097>
> > > > >
> > > > <http://farechase.yahoo.com/promo-generic-14795097
> > <http://farechase.yahoo.com/promo-generic-14795097>>
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > ------------------------ Yahoo! Groups Sponsor
> > > > --------------------~-->
> > > > Yahoo! Groups gets a make over. See the new email
> > > > design.
> > > >
> > > http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM
> > <http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM>
> > > >
> > > ----------------------------------------------------------
> > ~->
> > > >
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/
> > <http://groups.yahoo.com/group/rugrid-laptop/>
> > > > Yahoo! Groups - Join or create groups, clubs, forums
> > > > & communities. Links
> > > >
> > > >
> > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > <mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
> > > >
> > > >
> > > > http://docs.yahoo.com/info/terms/
<http://docs.yahoo.com/info/terms/>
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > __________________________________________________________
> > ______________
> > > Yahoo! Music Unlimited
> > > Access over 1 million songs.
> > > http://music.yahoo.com/unlimited
<http://music.yahoo.com/unlimited>
> > >
> >
> >
>




Yahoo! Message number: 1505
Date: Sat, 24 Feb 2007 22:30:10 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Thanks, Mike,

    I downoaded the zip file for hdlook, but when I tried to extract
it, it asked for a password. Could you provdide that for me? I didn't
see it listed in your email or on your website.

Thanks,

Jeriddian



--- In RuGRiD-Laptop@yahoogroups.com, "mbbrutman" <mbbrutman@...>
wrote:
>
>
> Hdlook can be found here: http://www.brutman.com/hdlook.zip
>
> It is a little rough around the edges.  Basically, it shows you what
> your AT class machine thinks it has for hard drives.  The geometry
of
> the drives, as well as the locations of the table entries used to
> describe the hard drives are displayed.
>
> Don't run it under Windows - use a DOS boot disk.
>
> I wrote it to try to understand how the Grid was assigning hard
drive
> values.  I don't own a Grid myself and having Shawn read output from
> 'debug' was a wee bit too slow, so I wrote this to dump out what I
> needed instead.
>
>
> Mike
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Jeriddian,
> > I haven't read Charles' email yet.  I hope I don't
> > repeat what he said.
> > Anyway, yes, you should be able to use your Western
> > Digital drives.
> > hdlook.exe is availible from Mike B.'s site.  Sorry
> > Mike, it's late and I can't remember your last name.
> > Do you feel comfortable putting it in the Files
> > section?  Also, is it considered "public domain"?
> > The source code was Visual Basic??? I can't remember.
> > Charles?
> > As far a step by step procedure, the full process
> > involves a EPROM programmer and a hex editor.  It's
> > not as simple as running a program and saving it.
> > Mike mentioned a way of making the hard drive appear
> > as a cartridge through some sort of BIOS patch.  I
> > don't know...it's probably very possible, but it's
> > above my skill level.
> > I hope this helps.
> > -Shawn
> >
> > --- jeriddian <FelipeGPorresMD@> wrote:
> >
> > > This sounds great, guys!
> > >
> > > I need to find out if another hard drive besides a
> > > Conner can be used
> > > for this. I have some old Western Digital Caviar 280
> > > Hard Drives from
> > > that era which are 80Mb. Where can I get the
> > > HDlook.exe file? If I
> > > can get the parameters for this hard drive, is it
> > > possible to put its
> > > designation in the drive table or does it have to be
> > > a Conner Drive?
> > > As to the source code I thought it would be standard
> > > 80386 Assembly
> > > language for this sort of operation. I'm hoping that
> > > you all can come
> > > up with a step by step procedure by which we can
> > > reprogram the BIOS
> > > and use a different hard drive. Thanks for all your
> > > hard work.
> > >
> > > Jeriddian
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > > <shawnerz@> wrote:
> > > >
> > > > Charles,
> > > > OK, sounds good.  One question I have for you is
> > > how
> > > > did your BIOS patch program locate the drive table
> > > (I
> > > > think you called it the "DCT") in the BIOS?  Did
> > > you
> > > > hard code the program to always go to the same
> > > address
> > > > location, or did you search for it?
> > > > If you searched for it, what parameter(s) did you
> > > use
> > > > for the search?
> > > > I ask because there are (at least) 3 different
> > > 1520
> > > > BIOS versions.
> > > > The drive table appears to be the same but at
> > > > different address locations.
> > > > Also, the text field for the drive type are of
> > > > different sizes and different address locations
> > > > depending on the BIOS version.
> > > >
> > > > I think I remember looking over your source code,
> > > but
> > > > I have only had an "Intro to C Programming" class.
> > >  I
> > > > was quickly in over my head. :-)
> > > > -Shawn
> > > > Thanks,
> > > > -Shawn
> > > >
> > > > --- Charles Ford <cjford1@> wrote:
> > > >
> > > > > Hay Shawn!  Sounds like you have it.
> > > > > (a little short of Eureka!)
> > > > >
> > > > > Once you are 100% hook me up with an example
> > > bios,
> > > > > and the changes you
> > > > > have made and I will figure out how to patch the
> > > old
> > > > > ROM-modifying program
> > > > > (I have slept a couple of thousand times since
> > > than)
> > > > >
> > > > > Shawnerz wrote:
> > > > > >
> > > > > > All,
> > > > > > Well, I was finally able to get my 1520 to see
> > > > > another
> > > > > > hard drive other than the 3 listed in the BIOS
> > > > > > firmware!
> > > > > > That is the short version of the story.
> > > > > > The long version is I did what the other guy
> > > did
> > > > > with
> > > > > > is 1535: changed the text field, changed the
> > > drive
> > > > > > table, corrected the checksum.
> > > > > > I finished at about 11:30 last night. Getting
> > > the
> > > > > > 1520 to recognize the 340 MB drive was an
> > > > > important
> > > > > > first step.
> > > > > > I have a 340 MB, Conner drive in the 1520. I
> > > can
> > > > > > mount the drive and browse the directories. I
> > > have
> > > > > > not run fdisk on the disk yet. I am booting
> > > MSDOS
> > > > > 5.0
> > > > > > from floppy.
> > > > > > I brought the hard drive from Ebay back in
> > > > > October.
> > > > > > The seller listed the drive as a 420 MB drive.
> > > The
> > > > > > printed label (from Conner) on the drive says
> > > it's
> > > > > a
> > > > > > Conner CFS420A , 320 MB drive.
> > > > > > I put the drive into my desktop. The desktop
> > > BIOS
> > > > > > POST (Power On Self Test) message says the
> > > drive
> > > > > is a
> > > > > > CPA320B. I went into the Setup on the BIOS,
> > > and
> > > > > Setup
> > > > > > reported that the drive is a CPA320.
> > > > > > So, when I made the new Grid BIOS file, I
> > > entered
> > > > > > CPA320 as the drive type. It worked! I could
> > > > > barely
> > > > > > believe it.
> > > > > > There is one point I want to stress: I WOULD
> > > NOT
> > > > > HAVE
> > > > > > BEEN ABLE TO DO THIS WITHOUT hdlook.exe!!
> > > > > > Thanks Mike!! Even though I didn't boot from
> > > the
> > > > > > drive, hdlook was able to report the correct
> > > drive
> > > > > > parameters for me to enter into the drive
> > > table.
> > > > > It
> > > > > > would be nice if it were able to report the
> > > name
> > > > > of
> > > > > > the drive, but I'm not complaining.
> > > > > > I still have work to do. I need to format the
> > > > > drive,
> > > > > > install the OS and boot from it.
> > > > > > Then, I'll move onto Compact Flash.
> > > > > > Cheers,
> > > > > > -Shawn
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> > __________________________________________________________
> > > > > > Now that's room service! Choose from over
> > > 150,000
> > > > > hotels
> > > > > > in 45,000 destinations on Yahoo! Travel to
> > > find
> > > > > your fit.
> > > > > >
> > > http://farechase.yahoo.com/promo-generic-14795097
> > > > > >
> > > > >
> > > <http://farechase.yahoo.com/promo-generic-14795097>
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > ------------------------ Yahoo! Groups Sponsor
> > > > > --------------------~-->
> > > > > Yahoo! Groups gets a make over. See the new
> > > email
> > > > > design.
> > > > >
> > > >
> > >
> > http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM
> > > > >
> > > >
> > >
> > ------------------------------------------------------------------
--
> > > ~->
> > > > >
> > > > >
> > > > > http://groups.yahoo.com/group/rugrid-laptop/
> > > > > Yahoo! Groups - Join or create groups, clubs,
> > > forums
> > > > > & communities. Links
> > > > >
> > > > >
> > > > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > >
> > > > >
> > > > >     http://docs.yahoo.com/info/terms/
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
______________________________________________________________________
> > > ______________
> > > > Yahoo! Music Unlimited
> > > > Access over 1 million songs.
> > > > http://music.yahoo.com/unlimited
> > > >
> > >
> > === message truncated ===
> >
> >
> >
> >
> >
>
______________________________________________________________________
______________
> > Want to start your own business?
> > Learn how on Yahoo! Small Business.
> > http://smallbusiness.yahoo.com/r-index
> >
>




Yahoo! Message number: 1506
Date: Sat, 24 Feb 2007 16:47:50 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

Sorry - wasn't trying to be funny there.

Try 'password' as the password.  I only put a password on the zip file 
so that anti-virus programs would stop complaining about it when I 
emailed it.


Mike



Yahoo! Message number: 1507
Date: Sat, 24 Feb 2007 23:42:45 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Thanks, Mike

    "Password" worked just fine. I used the program to get the specs
on the Conner CP30174E. They are as follows:

        Intra Vec Location: 0000:0118
        Table location: F000:EFF5
        Maximum Cylinders: 903
        Maximum Heads: 8
        Write Pre Comp Cyliner: 65535
        Control Byte: 0
        Landing Zone Cylinder: 902
        Sectors Per Track: 46
        Total KiloBytes: 166152
        Total MegaBytes: 12.257812

   I know you only need three or four pieces of that info, but it's
all there just in case.

   As I suspected, my old HDD was dead when I tried on the machine
I'm using to test the drives. Its actually a CP 30104, and I know I
have different BIOS chips since it has to have a different table
defining the usable hard drives. They put them in when I upgraded the
unit to a plasma screen back in 1987. I still have the original BIOS
chips and old memory too as they sent those back when I received the
unit from GRID after the upgrade.

   The old HDD seems to want to start up because I can feel it
vibrate at first, but then after that it seems nothing happens. I
wonder if this is just a failure of the motor drive itself, or is
there something else going on. There is no clicking.

Jeriddian

--- In RuGRiD-Laptop@yahoogroups.com, Michael Brutman <mbbrutman@...>
wrote:
>
>
> Sorry - wasn't trying to be funny there.
>
> Try 'password' as the password.  I only put a password on the zip
file
> so that anti-virus programs would stop complaining about it when I
> emailed it.
>
>
> Mike
>




Yahoo! Message number: 1508
Date: Sat, 24 Feb 2007 23:46:08 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Shawn,
    How do you create a new GRID BIOS File? Then how do you put it on
the machine? Please and Thank You. Now that I have a CP30174E 170Mb
drive to use, I want to try adn see if it will work with that.

Jeriddian

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> Well, I was finally able to get my 1520 to see another
> hard drive other than the 3 listed in the BIOS
> firmware!
> That is the short version of the story.
> The long version is I did what the other guy did with
> is 1535: changed the text field, changed the drive
> table, corrected the checksum.
> I finished at about 11:30 last night.  Getting the
> 1520 to recognize the 340 MB drive was an important
> first step.
> I have a 340 MB, Conner drive in the 1520.  I can
> mount the drive and browse the directories.  I have
> not run fdisk on the disk yet.  I am booting MSDOS 5.0
> from floppy.
> I brought the hard drive from Ebay back in October.
> The seller listed the drive as a 420 MB drive.  The
> printed label (from Conner) on the drive says it's a
> Conner CFS420A , 320 MB drive.
> I put the drive into my desktop.  The desktop BIOS
> POST (Power On Self Test) message says the drive is a
> CPA320B.  I went into the Setup on the BIOS, and Setup
> reported that the drive is a CPA320.
> So, when I made the new Grid BIOS file, I entered
> CPA320 as the drive type.  It worked!  I could barely
> believe it.
> There is one point I want to stress: I WOULD NOT HAVE
> BEEN ABLE TO DO THIS WITHOUT hdlook.exe!!
> Thanks Mike!!  Even though I didn't boot from the
> drive, hdlook was able to report the correct drive
> parameters for me to enter into the drive table.  It
> would be nice if it were able to report the name of
> the drive, but I'm not complaining.
> I still have work to do.  I need to format the drive,
> install the OS and boot from it.
> Then, I'll move onto Compact Flash.
> Cheers,
> -Shawn
>
>
>
>
>
______________________________________________________________________
______________
> Now that's room service!  Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel to find your fit.
> http://farechase.yahoo.com/promo-generic-14795097
>




Yahoo! Message number: 1509
Date: Sat, 24 Feb 2007 23:56:43 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Sorry for the double post,guys,

But I just found a table for all the Conner Hard Drives. It lists all
their hard drive information avaiable. It's at the following address:

http://www.computerhope.com/hdconner.htm

That may actally give all the Data you would normally get from
hdlook, that would you needfor any hard drive.

Hope that helps.

Jeriddian


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> Shawn,
>     How do you create a new GRID BIOS File? Then how do you put it
on
> the machine? Please and Thank You. Now that I have a CP30174E 170Mb
> drive to use, I want to try adn see if it will work with that.
>
> Jeriddian
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > All,
> > Well, I was finally able to get my 1520 to see another
> > hard drive other than the 3 listed in the BIOS
> > firmware!
> > That is the short version of the story.
> > The long version is I did what the other guy did with
> > is 1535: changed the text field, changed the drive
> > table, corrected the checksum.
> > I finished at about 11:30 last night.  Getting the
> > 1520 to recognize the 340 MB drive was an important
> > first step.
> > I have a 340 MB, Conner drive in the 1520.  I can
> > mount the drive and browse the directories.  I have
> > not run fdisk on the disk yet.  I am booting MSDOS 5.0
> > from floppy.
> > I brought the hard drive from Ebay back in October.
> > The seller listed the drive as a 420 MB drive.  The
> > printed label (from Conner) on the drive says it's a
> > Conner CFS420A , 320 MB drive.
> > I put the drive into my desktop.  The desktop BIOS
> > POST (Power On Self Test) message says the drive is a
> > CPA320B.  I went into the Setup on the BIOS, and Setup
> > reported that the drive is a CPA320.
> > So, when I made the new Grid BIOS file, I entered
> > CPA320 as the drive type.  It worked!  I could barely
> > believe it.
> > There is one point I want to stress: I WOULD NOT HAVE
> > BEEN ABLE TO DO THIS WITHOUT hdlook.exe!!
> > Thanks Mike!!  Even though I didn't boot from the
> > drive, hdlook was able to report the correct drive
> > parameters for me to enter into the drive table.  It
> > would be nice if it were able to report the name of
> > the drive, but I'm not complaining.
> > I still have work to do.  I need to format the drive,
> > install the OS and boot from it.
> > Then, I'll move onto Compact Flash.
> > Cheers,
> > -Shawn
> >
> >
> >
> >
> >
>
______________________________________________________________________
> ______________
> > Now that's room service!  Choose from over 150,000 hotels
> > in 45,000 destinations on Yahoo! Travel to find your fit.
> > http://farechase.yahoo.com/promo-generic-14795097
> >
>




Yahoo! Message number: 1510
Date: Sat, 24 Feb 2007 17:55:13 -0800
From: KenS
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

jeriddian wrote:

Thanks, Mike,
>
>
> I downoaded the zip file for hdlook, but when I tried to extract
> it, it asked for a password. Could you provdide that for me?
>




Likewise,  looking forward to it.
EngrKen



Yahoo! Message number: 1511
Date: Sat, 24 Feb 2007 18:01:28 -0800
From: KenS
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

Michael Brutman wrote:

 > Try 'password' as the password.

Got it.  Thanks Mike.

Ken S.




Yahoo! Message number: 1512
Date: Sat, 24 Feb 2007 21:31:07 -0600
From: Charles Ford
Subject: Re: [RuGRiD-Laptop] SUCCESS!!...kind of...

That's ten or fifteen lines of code after you write the dozen or so 
functional objects to call....
:-)

Shawnerz wrote:
>
> Charles,
> My lack of real world programming experience come to
> light here. However, I have put some thought into how
> a program could be laid out.
> A program like hdlook.exe could be run. The values it
> found for the hard drive could be stored in variables.
>
> Every Sectors (per track) value in the drive table is
> 11h (17 decimal). The Sectors value is the 2nd to
> last byte of the table entry. Each table entry is 16
> bytes long.
> One search method would be to look for a value of 11.
> Once an 11 is found, then jump 16 bytes. Is this
> value 11? If not, it's not the start of the table.
> Search for the next value of 11. Once the program
> finds an 11, jump 16 bytes. Is it 11? If yes, then
> jump another 16 bytes and see if the value is 11.
> (This time it's just to verify that the program has
> actually found the table and the 11 was not a
> coincidence).
> Next, this program would update the table with the
> variables from hdlook.
> The text field would also have to be updated. One way
> to do this is to search for the hex equivilent of
> "CP". Once this is found, the program could prompt
> the user to enter the drive type.
> Once that has been entered, the program would have to
> generate the odd and even files. Then, it would have
> to compute the 16 bit checksum of each file. Then
> modify the beginning part of each file to get the
> checksum back to the original checksum value.
> Then, of course, the program would have to store the
> modified files to the files could be burned into new
> (E)Proms.
> That should take, what, 10, maybe 15 lines of code,
> right? ;-) HA!
> -Shawn
>
> --- Charles Ford <cjford1@... <mailto:cjford1%40swbell.net>> wrote:
>
> > Shawn:
> > Questions answered as inserted comments...
> >
> > >---Shawn wrote---<
> > >Charles,
> > >OK, sounds good. One question I have for you is
> > how
> > >did your BIOS patch program locate the drive table
> > (I
> > >think you called it the "DCT") in the BIOS? Did
> > you
> > >hard code the program to always go to the same
> > address
> > >location, or did you search for it?
> >
> > It is hard coded to a fixed address based on a post
> > I got on Rob's GRiD
> > board.
> > If there is a way we can search the table this would
> > possibly allow us
> > to alterer other Phoenix BIOS
> >
> > >If you searched for it, what parameter(s) did you
> > use
> > >for the search?
> > >I ask because there are (at least) 3 different
> > 1520
> > >BIOS versions.
> > >The drive table appears to be the same but at
> > >different address locations.
> >
> > This my be a consistent method through all Phoenix
> > 86 BIOS.
> >
> > >Also, the text field for the drive type are of
> > >different sizes and different address locations
> > >depending on the BIOS version.
> >
> > >I think I remember looking over your source code,
> > but
> > >I have only had an "Intro to C Programming" class.
> > I
> > >was quickly in over my head. :-)
> >
> > Yah... Wait until you start working with object
> > oriented
> > backwards(thinking,oriented,"programing /n")
> > brain.mine=(do_crash,thinkingBackwards)
> > (say wah???)
> >
> > >-Shawn
> > >Thanks,
> > >-Shawn
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> <http://groups.yahoo.com/group/rugrid-laptop/>
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com 
> <mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
> >
> >
> >
>
> __________________________________________________________
> Be a PS3 game guru.
> Get your game face on with the latest PS3 news and previews at Yahoo! 
> Games.
> http://videogames.yahoo.com/platform?platform=120121 
> <http://videogames.yahoo.com/platform?platform=120121>
>
>  



Yahoo! Message number: 1513
Date: Sat, 24 Feb 2007 21:37:17 -0600
From: Charles Ford
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

Jeriddian:

If I remember correctly I had to bend the power connectors to one side, 
they are about 1/16 off.
But I could be wrong about the old WD drive (its been a few years, and I 
have professors cramming all sorts of new stuff into my head)

jeriddian wrote:
>
> Shawn,
> I also did a double take for about a minute when he said that
> until I made the connection. However I discovered the physical
> placement of the pin configuration on my "fishegg" drives are not
> compatible with the Conner, therefore they won't fit onto the
> connecting board with the floppy drive. I'll have to go searching for
> another unit.
>
> Jeriddian
>
> --- In RuGRiD-Laptop@yahoogroups.com 
> <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@...> wrote:
> >
> > Charles,
> > I had logged off the computer and was about to go to
> > bed. I started thinking, "fisheggs? What did he mean
> > by fishegg hard drive?"
> > The answer came to me soon afterwards: fisheggs a.k.a
> > caviar, a.k.a Western Digital Caviar.
> > I never said I was the brightest bulb, but I do catch
> > on eventually... :)
> > -Shawn
> >
> >
> >
> >
> __________________________________________________________
> ______________
> > It's here! Your new message!
> > Get new email alerts with the free Yahoo! Toolbar.
> > http://tools.search.yahoo.com/toolbar/features/mail/ 
> <http://tools.search.yahoo.com/toolbar/features/mail/>
> >
>
>  



Yahoo! Message number: 1514
Date: Sat, 24 Feb 2007 19:50:34 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

Filipe, or Jeriddian, or Jerry, or whatever your name
is ;-),
I'm going to combine a few of your emails.

>       Intra Vec Location: 0000:0118
        Table location: F000:EFF5
        Maximum Cylinders: 903
        Maximum Heads: 8
        Write Pre Comp Cyliner: 65535
        Control Byte: 0
        Landing Zone Cylinder: 902
        Sectors Per Track: 46
        Total KiloBytes: 166152
        Total MegaBytes: 12.257812

>   I know you only need three or four pieces of that
>info, but it's all there just in case.

You will actually need lines 3 through 8.

>The old HDD seems to want to start up because I can
>feel it vibrate at first, but then after that it
>seems nothing happens. I 
>wonder if this is just a failure of the motor drive
>itself, or is there something else going on. There is
>no clicking.

At one time, we had a technician that worked for
Conner on the list.  The head may be stuck to the
platter.  I believe that's called "stiction."
Try twisting the drive as much as you can.  It is
supposed to help to free the head from the platter. 
Also, I've heard firmly hitting the drive on concrete
might help too.  I'm not recommending you take a
hammer to it on the concrete.  I'm just suggesting one
or two firm hits to free the head.

>But I just found a table for all the Conner Hard
>Drives. It lists all 
>their hard drive information avaiable. It's at the
>following address:

>http://www.computerhope.com/hdconner.htm

>That may actally give all the Data you would normally
>get from hdlook, that would you needfor any hard
>drive.

Lists like the above may be helpful, but don't believe
everything you read.  I would have never expected my
Conner CFS420A hard drive actually report as a CPS320.
 On the hard drive, there are two unaltered lables
from Conner Periphierials that say the drive is a
CFS420A.  However, when plugged into my desktop, the
drive reports as a CPS320.  That type of information
is not online.
Also, I have an old copy of the Hard Drive Bible. 
There are descrepancies between the printed
information in the book and the CD that came with the
book. 

>    How do you create a new GRID BIOS File? Then how
>do you put it on the machine? Please and Thank You.
>Now that I have a CP30174E 170Mb 
>drive to use, I want to try adn see if it will work
>with that.

I started instructions on how to do this.  I'm about
2/3 of the way done, I've typed for about an hour, and
I've realised this process is very complex.  You need
access to a computer, be comfortable working with a
hex editor and EPROM programmer.  Depending on the
revision of your Grid motherboard, you may need to
desolder the BIOS EPROMs.  I have 4, 1520's.  2 of
them have the BIOS EPROMs in very low profile sockets.
 The other 2 have the EPROMs soldered into the
motherboard.

I'll finish the procedure on Sunday or Monday.  I'll
warn everyone now, that it's long and detailed.

I hope this helps,
-Shawn




 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/


Yahoo! Message number: 1515
Date: Sun, 25 Feb 2007 08:45:28 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

Sorry about that, My name is Felipe (or just Phil will do).
Jeriddian's just my usual internet handle. I forgot that I was using
my FelipeGPorresMD@msn.com email site instead of the other.

Thanks for the info.

I appreciate it very much.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Filipe, or Jeriddian, or Jerry, or whatever your name
> is ;-),
> I'm going to combine a few of your emails.
>
> >       Intra Vec Location: 0000:0118
>         Table location: F000:EFF5
>         Maximum Cylinders: 903
>         Maximum Heads: 8
>         Write Pre Comp Cyliner: 65535
>         Control Byte: 0
>         Landing Zone Cylinder: 902
>         Sectors Per Track: 46
>         Total KiloBytes: 166152
>         Total MegaBytes: 12.257812
>
> >   I know you only need three or four pieces of that
> >info, but it's all there just in case.
>
> You will actually need lines 3 through 8.
>
> >The old HDD seems to want to start up because I can
> >feel it vibrate at first, but then after that it
> >seems nothing happens. I
> >wonder if this is just a failure of the motor drive
> >itself, or is there something else going on. There is
> >no clicking.
>
> At one time, we had a technician that worked for
> Conner on the list.  The head may be stuck to the
> platter.  I believe that's called "stiction."
> Try twisting the drive as much as you can.  It is
> supposed to help to free the head from the platter.
> Also, I've heard firmly hitting the drive on concrete
> might help too.  I'm not recommending you take a
> hammer to it on the concrete.  I'm just suggesting one
> or two firm hits to free the head.
>
> >But I just found a table for all the Conner Hard
> >Drives. It lists all
> >their hard drive information avaiable. It's at the
> >following address:
>
> >http://www.computerhope.com/hdconner.htm
>
> >That may actally give all the Data you would normally
> >get from hdlook, that would you needfor any hard
> >drive.
>
> Lists like the above may be helpful, but don't believe
> everything you read.  I would have never expected my
> Conner CFS420A hard drive actually report as a CPS320.
>  On the hard drive, there are two unaltered lables
> from Conner Periphierials that say the drive is a
> CFS420A.  However, when plugged into my desktop, the
> drive reports as a CPS320.  That type of information
> is not online.
> Also, I have an old copy of the Hard Drive Bible.
> There are descrepancies between the printed
> information in the book and the CD that came with the
> book.
>
> >    How do you create a new GRID BIOS File? Then how
> >do you put it on the machine? Please and Thank You.
> >Now that I have a CP30174E 170Mb
> >drive to use, I want to try adn see if it will work
> >with that.
>
> I started instructions on how to do this.  I'm about
> 2/3 of the way done, I've typed for about an hour, and
> I've realised this process is very complex.  You need
> access to a computer, be comfortable working with a
> hex editor and EPROM programmer.  Depending on the
> revision of your Grid motherboard, you may need to
> desolder the BIOS EPROMs.  I have 4, 1520's.  2 of
> them have the BIOS EPROMs in very low profile sockets.
>  The other 2 have the EPROMs soldered into the
> motherboard.
>
> I'll finish the procedure on Sunday or Monday.  I'll
> warn everyone now, that it's long and detailed.
>
> I hope this helps,
> -Shawn
>
>
>
>
>
>
______________________________________________________________________
______________
> TV dinner still cooling?
> Check out "Tonight's Picks" on Yahoo! TV.
> http://tv.yahoo.com/
>




Yahoo! Message number: 1516
Date: Sat, 24 Feb 2007 19:12:13 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Re: SUCCESS!!...kind of...

jeriddian wrote:

 > Thanks, Mike
 >
 > "Password" worked just fine. I used the program to get the specs
 > on the Conner CP30174E. They are as follows:
 >
 > Intra Vec Location: 0000:0118
 > Table location: F000:EFF5
 > Maximum Cylinders: 903
 > Maximum Heads: 8
 > Write Pre Comp Cyliner: 65535
 > Control Byte: 0
 > Landing Zone Cylinder: 902
 > Sectors Per Track: 46
 > Total KiloBytes: 166152
 > Total MegaBytes: 12.25781

Looks like I have a little math bug when computing 'Total MegaBytes' :-)


Mike



Yahoo! Message number: 1517
Date: Sun, 25 Feb 2007 10:40:57 -0000
From: "jeriddian"
Subject: Re: SUCCESS!!...kind of...

I'm sorry, Mike,but it's a typo. It's really this:

Total Megabytes: 162.257812

Somehow the "6" didn't get in there.

Phil





--- In RuGRiD-Laptop@yahoogroups.com, Michael Brutman <mbbrutman@...>
wrote:
>
> jeriddian wrote:
>
>  > Thanks, Mike
>  >
>  > "Password" worked just fine. I used the program to get the specs
>  > on the Conner CP30174E. They are as follows:
>  >
>  > Intra Vec Location: 0000:0118
>  > Table location: F000:EFF5
>  > Maximum Cylinders: 903
>  > Maximum Heads: 8
>  > Write Pre Comp Cyliner: 65535
>  > Control Byte: 0
>  > Landing Zone Cylinder: 902
>  > Sectors Per Track: 46
>  > Total KiloBytes: 166152
>  > Total MegaBytes: 12.25781
>
> Looks like I have a little math bug when computing 'Total
MegaBytes' :-)
>
>
> Mike
>




Yahoo! Message number: 1518
Date: Sun, 25 Feb 2007 13:34:10 -0800 (PST)
From: Shawnerz
Subject: Another Layer of the Grid Onion: LBA

All,
I'm confused again.  I have a bunch of information,
but I can't make sense of it all.

1.  Hard Drive.  The CFS420 hard drive actually
reports as a CFA320 hard drive.  I did a quick search,
and the CFA320 is a SCSI drive.  This is probably not
important.

2.  The drive geometry of this drive is 665 cylinders,
16 heads and 63 sectors/track.  This computes to 343
MB.  
When this drive is fdisk-ed and formatted in the Grid,
it reports having 771 cylders, 8 heads, and 33
sectors/track.  hdlook.exe reports this same
information.  Fdisk now reports the size as 99 MB.

3.  If I take the drive that has been formatted in the
Grid and place it in my Pentium, its BIOS reports 1024
cylinders, 8 heads, and 33 sectors.  The Pentium BIOS
reports the CHS capacity as 138 MB and the Maximum LBA
Capacity as 343 MB.

4.  If I format the drive in the Pentium, I get the
full 340 MB size.  If I install DOS on the drive and
then return the drive to Grid, I get a "Non-System
Disk" error.
In other words, the Grid recognized the drive, but
can't read the information on the drive.

I don't understand why the Grid lists the size as 99
MB. The CHS information is 771 cylinders, 8 heads, and
33 sectors.  These values explain the 99 MB drive
size, but I cannot explain how the computer got those
values.  None of those values are in any table.

Why would drive report as having 771 cylinders on the
Grid, but 1024 cylinders in the Pentium?

Does this have to do with LBA mode?  I thought LBA
only applied to the way the information was indexed on
the drive.  I didn't think it made any difference to
the storage capacity.

-Shawn


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.


Yahoo! Message number: 1519
Date: Sun, 25 Feb 2007 19:05:25 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Another Layer of the Grid Onion: LBA

You can't trust the drive geometry reported by a machine - it might be 
fudging things.

Old machines are limited to 16 heads and, 1024 cylinders and 63 
sectors.  This is because the areas in the BIOS that deal with these 
values only left 4 bits, 10 bits, and 6 bits to express those values.  
Add them up and you get 528MB.

Now if you had a drive that was bigger in some regard, you could lie 
about one of the parameters.  Most drives only have 2 or 4 platters, for 
a possible total of 8 heads.  If you have more than 1024 cylinders you 
could lie and say you had more heads and less cylinders, and still work 
with an old BIOS.  Of course anything that assumed the drive really was 
writing to where it said it was would be wrong, but as long as the drive 
lies consistently it would be ok.

Here is a good link that explains things in detail:

http://www.ata-atapi.com/hiwchs.htm


So some questions:

- What is the geometry of the drive, as written on the label or from the 
web?
- It's an IDE drive right?  SCSI and IDE are not interchangeable.

A 300 or 400MB drive should work seamlessly without LBA or extended INT 
13 tricks, unless it has a goofy number of cylinders or sectors per 
track.  If you format the drive in a modern machine, turn off the LBA 
and extended INT 13 translation, and let it use good old CHS 
addressing.  That will make it compatible with things like the Grid.

The Grid might be assuming 17 sectors per track.  If you have a drive 
that has more than than, too bad ..  it just becomes unused space.  You 
might be able to alter the drive table to use more than 17 sectors per 
track and be able to use the full capacity of the drive.


Mike



Yahoo! Message number: 1520
Date: Sun, 25 Feb 2007 18:15:23 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Another Layer of the Grid Onion: LBA

Thanks for the reply, Mike.
 The label on the drive says 665 Cylinders, 16 Heads,
and 63 Sector/Track.  That adds up to 343 MB.
The Pentium BIOS and hdlook (when run on the Pentium)
agree get the same value.
I understand the part about the "lying".  But, these
values don't exceed the number of bits so no lying is
needed.

It is an IDE drive.

If the Grid is limiting the drive to 17 sectors per
track, the numbers still don't add up.  It's close. 
99.386719 MB (as reported from hdlook) vs. 92.61056 MB
(computed using 17 sectors/track).

How is this 286 computer getting 771 cylinders, 8
heads, and 33 sectors per track from 665 cylinders, 16
heads, 63 sectors per track????

-Shawn
 
--- Michael Brutman <mbbrutman@...> wrote:

> 
> You can't trust the drive geometry reported by a
> machine - it might be 
> fudging things.
> 
> Old machines are limited to 16 heads and, 1024
> cylinders and 63 
> sectors.  This is because the areas in the BIOS that
> deal with these 
> values only left 4 bits, 10 bits, and 6 bits to
> express those values.  
> Add them up and you get 528MB.
> 
> Now if you had a drive that was bigger in some
> regard, you could lie 
> about one of the parameters.  Most drives only have
> 2 or 4 platters, for 
> a possible total of 8 heads.  If you have more than
> 1024 cylinders you 
> could lie and say you had more heads and less
> cylinders, and still work 
> with an old BIOS.  Of course anything that assumed
> the drive really was 
> writing to where it said it was would be wrong, but
> as long as the drive 
> lies consistently it would be ok.
> 
> Here is a good link that explains things in detail:
> 
> http://www.ata-atapi.com/hiwchs.htm
> 
> 
> So some questions:
> 
> - What is the geometry of the drive, as written on
> the label or from the 
> web?
> - It's an IDE drive right?  SCSI and IDE are not
> interchangeable.
> 
> A 300 or 400MB drive should work seamlessly without
> LBA or extended INT 
> 13 tricks, unless it has a goofy number of cylinders
> or sectors per 
> track.  If you format the drive in a modern machine,
> turn off the LBA 
> and extended INT 13 translation, and let it use good
> old CHS 
> addressing.  That will make it compatible with
> things like the Grid.
> 
> The Grid might be assuming 17 sectors per track.  If
> you have a drive 
> that has more than than, too bad ..  it just becomes
> unused space.  You 
> might be able to alter the drive table to use more
> than 17 sectors per 
> track and be able to use the full capacity of the
> drive.
> 
> 
> Mike
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> 
> Yahoo! Groups gets a make over. See the new email
> design.
>
http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/f7l0lB/TM
>
--------------------------------------------------------------------~->
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index


Yahoo! Message number: 1521
Date: Sun, 25 Feb 2007 23:49:04 -0500 (EST)
From: Lawrence Walker
Subject: Re:SUCcESS!!...kind of...

 Bravo !! Good work Shawn. Wish I had more programming
skills so I could have helped you.

Lawrence

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1522
Date: Mon, 26 Feb 2007 15:03:40 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Shawn,
   What type of EPROM burner would be required to make the chips for
the 1520 and 1530? What type of EPROM chip would be used? I may be
able to get hold of one. Please and Thank You. :)

Jeriddian

--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  Bravo !! Good work Shawn. Wish I had more programming
> skills so I could have helped you.
>
> Lawrence
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1523
Date: Mon, 26 Feb 2007 07:45:46 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re:SUCcESS!!...kind of...

Jeriddian,
The chips are 27C128 in a 28 pin DIP package.  Several
places sell them.
www.jameco.com is where I got mine.  Newark
Electronics is another source but they have a 10 day
lead time. You can also find used ones on Ebay.  I've
purchased a few there as well.
It looks like these are getting difficult to find.  I
just checked with Digikey and Mouser and they have 
discontinued this part. :(

The EPROM programmers (or, burners) are a bit more
expensive.  They are about $250 to $300. I'm
"borrowing" one from my job.  When I started at my job
back in 2000, we were not doing anything with DIP
packages.  The programmer was sitting on a backroom
shelf until I "rescued" it.
I bought a Qualtec programmer from Ebay, but I have
damaged it.  I fed it 12 Volts AC instead of 12 Volts
DC and it hasn't recovered.
Here is one place: http://www.needhams.com/
Here is another one:
http://secure.transtronics.com/EPROM%20Programmer.html

I hope this helps you out.
-Shawn
 
--- jeriddian <FelipeGPorresMD@...> wrote:

> Shawn,
>    What type of EPROM burner would be required to
> make the chips for 
> the 1520 and 1530? What type of EPROM chip would be
> used? I may be 
> able to get hold of one. Please and Thank You. :)
> 
> Jeriddian
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Lawrence
> Walker 
> <bigwalk_ca@...> wrote:
> >
> >  Bravo !! Good work Shawn. Wish I had more
> programming
> > skills so I could have helped you.
> > 
> > Lawrence
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> 
> Great things are happening at Yahoo! Groups.  See
> the new email design.
>
http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
>
--------------------------------------------------------------------~->
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front


Yahoo! Message number: 1524
Date: Tue, 27 Feb 2007 19:44:52 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Thanks, Shawn,
     I'm going to look into this and probably I will spend the money
to pick one up and get the chips if I can. I'll let you know what I
get. Thanks for the info.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Jeriddian,
> The chips are 27C128 in a 28 pin DIP package.  Several
> places sell them.
> www.jameco.com is where I got mine.  Newark
> Electronics is another source but they have a 10 day
> lead time. You can also find used ones on Ebay.  I've
> purchased a few there as well.
> It looks like these are getting difficult to find.  I
> just checked with Digikey and Mouser and they have
> discontinued this part. :(
>
> The EPROM programmers (or, burners) are a bit more
> expensive.  They are about $250 to $300. I'm
> "borrowing" one from my job.  When I started at my job
> back in 2000, we were not doing anything with DIP
> packages.  The programmer was sitting on a backroom
> shelf until I "rescued" it.
> I bought a Qualtec programmer from Ebay, but I have
> damaged it.  I fed it 12 Volts AC instead of 12 Volts
> DC and it hasn't recovered.
> Here is one place: http://www.needhams.com/
> Here is another one:
> http://secure.transtronics.com/EPROM%20Programmer.html
>
> I hope this helps you out.
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Shawn,
> >    What type of EPROM burner would be required to
> > make the chips for
> > the 1520 and 1530? What type of EPROM chip would be
> > used? I may be
> > able to get hold of one. Please and Thank You. :)
> >
> > Jeriddian
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence
> > Walker
> > <bigwalk_ca@> wrote:
> > >
> > >  Bravo !! Good work Shawn. Wish I had more
> > programming
> > > skills so I could have helped you.
> > >
> > > Lawrence
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > --------------------~-->
> > Great things are happening at Yahoo! Groups.  See
> > the new email design.
> >
> http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> >
> --------------------------------------------------------------------
~->
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Bored stiff? Loosen up...
> Download and play hundreds of games for free on Yahoo! Games.
> http://games.yahoo.com/games/front
>




Yahoo! Message number: 1525
Date: Tue, 27 Feb 2007 23:34:16 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Sorry for the double post, Shawn.
    I wanted to ask. I searched and I am finding some outlets,
including the outlets for used ones on EBAY, so I should be picking
up something here pretty soon. However I noticed there are 27C128-15
and 27C128-20. Does it make a difference which one I get? Thanks for
the help.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Jeriddian,
> The chips are 27C128 in a 28 pin DIP package.  Several
> places sell them.
> www.jameco.com is where I got mine.  Newark
> Electronics is another source but they have a 10 day
> lead time. You can also find used ones on Ebay.  I've
> purchased a few there as well.
> It looks like these are getting difficult to find.  I
> just checked with Digikey and Mouser and they have
> discontinued this part. :(
>
> The EPROM programmers (or, burners) are a bit more
> expensive.  They are about $250 to $300. I'm
> "borrowing" one from my job.  When I started at my job
> back in 2000, we were not doing anything with DIP
> packages.  The programmer was sitting on a backroom
> shelf until I "rescued" it.
> I bought a Qualtec programmer from Ebay, but I have
> damaged it.  I fed it 12 Volts AC instead of 12 Volts
> DC and it hasn't recovered.
> Here is one place: http://www.needhams.com/
> Here is another one:
> http://secure.transtronics.com/EPROM%20Programmer.html
>
> I hope this helps you out.
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Shawn,
> >    What type of EPROM burner would be required to
> > make the chips for
> > the 1520 and 1530? What type of EPROM chip would be
> > used? I may be
> > able to get hold of one. Please and Thank You. :)
> >
> > Jeriddian
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence
> > Walker
> > <bigwalk_ca@> wrote:
> > >
> > >  Bravo !! Good work Shawn. Wish I had more
> > programming
> > > skills so I could have helped you.
> > >
> > > Lawrence
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > --------------------~-->
> > Great things are happening at Yahoo! Groups.  See
> > the new email design.
> >
> http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> >
> -------------------------------------------------------------------
-~->
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
> 
>
_____________________________________________________________________
_______________
> Bored stiff? Loosen up...
> Download and play hundreds of games for free on Yahoo! Games.
> http://games.yahoo.com/games/front
>




Yahoo! Message number: 1526
Date: Tue, 27 Feb 2007 19:19:06 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re:SUCcESS!!...kind of...

Phil,
I do not know.  The -15 means 15 mS (milli-seconds)
and the -20 means 20 mS.  It is an indication of how
quickly the data can be stored into the EPROM.  The
lower the number, the more quickly it can be
programmed.  I am using -15's and and I have not had
any problems.

One thing I forgot to add to the list of needed
equipment is a UV (ultra violet) light to erase the
EPROMs.  You will need this unless you plan to
continually use new EPROMs.
I have heard setting EPROMs in direct sunlight for 30
minutes will erase them too.  I have never tried it.

Also, if I'm successful I will offer everyone the
chance to burn chips.  I will do it at a to be
determined very inexpensive rate.  I don't want
someone going out and spending $500 to modify a single
286 computer.
I'm doing this project because I enjoy doing this. 
I'm not doing this for the money.  
Maybe I'm a masochist...  :)

-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Sorry for the double post, Shawn.
>     I wanted to ask. I searched and I am finding
> some outlets, 
> including the outlets for used ones on EBAY, so I
> should be picking 
> up something here pretty soon. However I noticed
> there are 27C128-15 
> and 27C128-20. Does it make a difference which one I
> get? Thanks for 
> the help.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Jeriddian,
> > The chips are 27C128 in a 28 pin DIP package. 
> Several
> > places sell them.
> > www.jameco.com is where I got mine.  Newark
> > Electronics is another source but they have a 10
> day
> > lead time. You can also find used ones on Ebay. 
> I've
> > purchased a few there as well.
> > It looks like these are getting difficult to find.
>  I
> > just checked with Digikey and Mouser and they have
> 
> > discontinued this part. :(
> > 
> > The EPROM programmers (or, burners) are a bit more
> > expensive.  They are about $250 to $300. I'm
> > "borrowing" one from my job.  When I started at my
> job
> > back in 2000, we were not doing anything with DIP
> > packages.  The programmer was sitting on a
> backroom
> > shelf until I "rescued" it.
> > I bought a Qualtec programmer from Ebay, but I
> have
> > damaged it.  I fed it 12 Volts AC instead of 12
> Volts
> > DC and it hasn't recovered.
> > Here is one place: http://www.needhams.com/
> > Here is another one:
> >
>
http://secure.transtronics.com/EPROM%20Programmer.html
> > 
> > I hope this helps you out.
> > -Shawn
> >  
> > --- jeriddian <FelipeGPorresMD@...> wrote:
> > 
> > > Shawn,
> > >    What type of EPROM burner would be required
> to
> > > make the chips for 
> > > the 1520 and 1530? What type of EPROM chip would
> be
> > > used? I may be 
> > > able to get hold of one. Please and Thank You.
> :)
> > > 
> > > Jeriddian
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence
> > > Walker 
> > > <bigwalk_ca@> wrote:
> > > >
> > > >  Bravo !! Good work Shawn. Wish I had more
> > > programming
> > > > skills so I could have helped you.
> > > > 
> > > > Lawrence
> > > > 
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam
> > > protection around 
> > > > http://mail.yahoo.com
> > > >
> > > 
> > > 
> > > 
> > > 
> > > ------------------------ Yahoo! Groups Sponsor
> > > --------------------~--> 
> > > Great things are happening at Yahoo! Groups. 
> See
> > > the new email design.
> > >
> >
>
http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> > >
> >
>
-------------------------------------------------------------------
> -~->
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > 
> >  
> > 
>
_____________________________________________________________________
> _______________
> > Bored stiff? Loosen up... 
> > Download and play hundreds of games for free on
> Yahoo! Games.
> > http://games.yahoo.com/games/front
> >
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> 
> Check out the new improvements in Yahoo! Groups
> email.
>
http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/f7l0lB/TM
>
--------------------------------------------------------------------~->
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/


Yahoo! Message number: 1527
Date: Wed, 28 Feb 2007 14:56:33 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Shawn,
   Yeah, I kind of figured it was the speed of the chip that was
being indicated, although the speed of the chips I found for sale
were 120 ns, 150 ns, and 200 ns, so I suppose the numbers refer to
that. Anyway, I'm looking at picking some 15's. I've also been
getting a look at some of the erasers, too, since it looks like the
27C128 were not that popular a chip and are getting more scarce, so I
am probably going to have to get used ones. The 27C256's are more
popular and apparently less rare, and I have run across a procedure
where they can be substituted for the 27C128 by making sure the
starting address for readng the chip is at 4000H.

I remember from way back how EPROM's supposedly can be erased just by
exposure to the sun for half a minute, but I'm looking into getting
an eraser too. And like you, I'm not doing this for the money. I will
plan on burning the chips for my 1530's and getting them going and
then offer the service myself pretty much at cost to others.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> I do not know.  The -15 means 15 mS (milli-seconds)
> and the -20 means 20 mS.  It is an indication of how
> quickly the data can be stored into the EPROM.  The
> lower the number, the more quickly it can be
> programmed.  I am using -15's and and I have not had
> any problems.
>
> One thing I forgot to add to the list of needed
> equipment is a UV (ultra violet) light to erase the
> EPROMs.  You will need this unless you plan to
> continually use new EPROMs.
> I have heard setting EPROMs in direct sunlight for 30
> minutes will erase them too.  I have never tried it.
>
> Also, if I'm successful I will offer everyone the
> chance to burn chips.  I will do it at a to be
> determined very inexpensive rate.  I don't want
> someone going out and spending $500 to modify a single
> 286 computer.
> I'm doing this project because I enjoy doing this.
> I'm not doing this for the money.
> Maybe I'm a masochist...  :)
>
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Sorry for the double post, Shawn.
> >     I wanted to ask. I searched and I am finding
> > some outlets,
> > including the outlets for used ones on EBAY, so I
> > should be picking
> > up something here pretty soon. However I noticed
> > there are 27C128-15
> > and 27C128-20. Does it make a difference which one I
> > get? Thanks for
> > the help.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > Jeriddian,
> > > The chips are 27C128 in a 28 pin DIP package.
> > Several
> > > places sell them.
> > > www.jameco.com is where I got mine.  Newark
> > > Electronics is another source but they have a 10
> > day
> > > lead time. You can also find used ones on Ebay.
> > I've
> > > purchased a few there as well.
> > > It looks like these are getting difficult to find.
> >  I
> > > just checked with Digikey and Mouser and they have
> >
> > > discontinued this part. :(
> > >
> > > The EPROM programmers (or, burners) are a bit more
> > > expensive.  They are about $250 to $300. I'm
> > > "borrowing" one from my job.  When I started at my
> > job
> > > back in 2000, we were not doing anything with DIP
> > > packages.  The programmer was sitting on a
> > backroom
> > > shelf until I "rescued" it.
> > > I bought a Qualtec programmer from Ebay, but I
> > have
> > > damaged it.  I fed it 12 Volts AC instead of 12
> > Volts
> > > DC and it hasn't recovered.
> > > Here is one place: http://www.needhams.com/
> > > Here is another one:
> > >
> >
> http://secure.transtronics.com/EPROM%20Programmer.html
> > >
> > > I hope this helps you out.
> > > -Shawn
> > >
> > > --- jeriddian <FelipeGPorresMD@> wrote:
> > >
> > > > Shawn,
> > > >    What type of EPROM burner would be required
> > to
> > > > make the chips for
> > > > the 1520 and 1530? What type of EPROM chip would
> > be
> > > > used? I may be
> > > > able to get hold of one. Please and Thank You.
> > :)
> > > >
> > > > Jeriddian
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence
> > > > Walker
> > > > <bigwalk_ca@> wrote:
> > > > >
> > > > >  Bravo !! Good work Shawn. Wish I had more
> > > > programming
> > > > > skills so I could have helped you.
> > > > >
> > > > > Lawrence
> > > > >
> > > > >
> > __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam?  Yahoo! Mail has the best spam
> > > > protection around
> > > > > http://mail.yahoo.com
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > > ------------------------ Yahoo! Groups Sponsor
> > > > --------------------~-->
> > > > Great things are happening at Yahoo! Groups.
> > See
> > > > the new email design.
> > > >
> > >
> >
> http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> > > >
> > >
> >
> -------------------------------------------------------------------
> > -~->
> > > >
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> >
>
_____________________________________________________________________
> > _______________
> > > Bored stiff? Loosen up...
> > > Download and play hundreds of games for free on
> > Yahoo! Games.
> > > http://games.yahoo.com/games/front
> > >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > --------------------~-->
> > Check out the new improvements in Yahoo! Groups
> > email.
> >
> http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/f7l0lB/TM
> >
> --------------------------------------------------------------------
~->
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Never miss an email again!
> Yahoo! Toolbar alerts you the instant new Mail arrives.
> http://tools.search.yahoo.com/toolbar/features/mail/
>




Yahoo! Message number: 1528
Date: Wed, 28 Feb 2007 09:32:59 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re:SUCcESS!!...kind of...

Phil,
You know, when I first wrote my response, I wrote it
as 150 mS and 120 mS.  But, I looked it over and
thought, "That seems like a very long time.  12 and 15
mS sounds more like it."
I was too lazy to check the data sheet so, I changed
it.
So, I guess I was wrong.  I should have went with my
first instinct...

I have 1 27C256 chip but I've never tried to see if it
will work in the Grid.  Without actually trying
anything, it seems that you would want to use lower
16K and not the upper 16K.
The 27C128 users addresses $0000 to $3FFF.  The 27C256
uses $0000 to $7FFF.  It seems you would want to keep
the starting range at $0000 so all of the data in the
$0000 to $3FFF range on the -256.
One day, when I get even more free time, I'll try it
out...

Take care,
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Shawn,
>    Yeah, I kind of figured it was the speed of the
> chip that was 
> being indicated, although the speed of the chips I
> found for sale 
> were 120 ns, 150 ns, and 200 ns, so I suppose the
> numbers refer to 
> that. Anyway, I'm looking at picking some 15's. I've
> also been 
> getting a look at some of the erasers, too, since it
> looks like the 
> 27C128 were not that popular a chip and are getting
> more scarce, so I 
> am probably going to have to get used ones. The
> 27C256's are more 
> popular and apparently less rare, and I have run
> across a procedure 
> where they can be substituted for the 27C128 by
> making sure the 
> starting address for readng the chip is at 4000H.
> 
> I remember from way back how EPROM's supposedly can
> be erased just by 
> exposure to the sun for half a minute, but I'm
> looking into getting 
> an eraser too. And like you, I'm not doing this for
> the money. I will 
> plan on burning the chips for my 1530's and getting
> them going and 
> then offer the service myself pretty much at cost to
> others.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Phil,
> > I do not know.  The -15 means 15 mS
> (milli-seconds)
> > and the -20 means 20 mS.  It is an indication of
> how
> > quickly the data can be stored into the EPROM. 
> The
> > lower the number, the more quickly it can be
> > programmed.  I am using -15's and and I have not
> had
> > any problems.
> > 
> > One thing I forgot to add to the list of needed
> > equipment is a UV (ultra violet) light to erase
> the
> > EPROMs.  You will need this unless you plan to
> > continually use new EPROMs.
> > I have heard setting EPROMs in direct sunlight for
> 30
> > minutes will erase them too.  I have never tried
> it.
> > 
> > Also, if I'm successful I will offer everyone the
> > chance to burn chips.  I will do it at a to be
> > determined very inexpensive rate.  I don't want
> > someone going out and spending $500 to modify a
> single
> > 286 computer.
> > I'm doing this project because I enjoy doing this.
> 
> > I'm not doing this for the money.  
> > Maybe I'm a masochist...  :)
> > 
> > -Shawn
> > 
> > --- jeriddian <FelipeGPorresMD@...> wrote:
> > 
> > > Sorry for the double post, Shawn.
> > >     I wanted to ask. I searched and I am finding
> > > some outlets, 
> > > including the outlets for used ones on EBAY, so
> I
> > > should be picking 
> > > up something here pretty soon. However I noticed
> > > there are 27C128-15 
> > > and 27C128-20. Does it make a difference which
> one I
> > > get? Thanks for 
> > > the help.
> > > 
> > > Phil
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > > <shawnerz@> wrote:
> > > >
> > > > Jeriddian,
> > > > The chips are 27C128 in a 28 pin DIP package. 
> > > Several
> > > > places sell them.
> > > > www.jameco.com is where I got mine.  Newark
> > > > Electronics is another source but they have a
> 10
> > > day
> > > > lead time. You can also find used ones on
> Ebay. 
> > > I've
> > > > purchased a few there as well.
> > > > It looks like these are getting difficult to
> find.
> > >  I
> > > > just checked with Digikey and Mouser and they
> have
> > > 
> > > > discontinued this part. :(
> > > > 
> > > > The EPROM programmers (or, burners) are a bit
> more
> > > > expensive.  They are about $250 to $300. I'm
> > > > "borrowing" one from my job.  When I started
> at my
> > > job
> > > > back in 2000, we were not doing anything with
> DIP
> > > > packages.  The programmer was sitting on a
> > > backroom
> > > > shelf until I "rescued" it.
> > > > I bought a Qualtec programmer from Ebay, but I
> > > have
> > > > damaged it.  I fed it 12 Volts AC instead of
> 12
> > > Volts
> > > > DC and it hasn't recovered.
> > > > Here is one place: http://www.needhams.com/
> > > > Here is another one:
> > > >
> > >
> >
>
http://secure.transtronics.com/EPROM%20Programmer.html
> > > > 
> > > > I hope this helps you out.
> > > > -Shawn
> > > >  
> > > > --- jeriddian <FelipeGPorresMD@> wrote:
> > > > 
> > > > > Shawn,
> > > > >    What type of EPROM burner would be
> required
> > > to
> > > > > make the chips for 
> > > > > the 1520 and 1530? What type of EPROM chip
> would
> > > be
> > > > > used? I may be 
> > > > > able to get hold of one. Please and Thank
> You.
> > > :)
> > > > > 
> > > > > Jeriddian
> > > > > 
> > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> Lawrence
> > > > > Walker 
> > > > > <bigwalk_ca@> wrote:
> > > > > >
> > > > > >  Bravo !! Good work Shawn. Wish I had more
> > > > > programming
> > > > > > skills so I could have helped you.
> > > > > > 
> > > > > > Lawrence
> > > > > > 
> > > > > >
> > >
> __________________________________________________
> > > > > > Do You Yahoo!?
> > > > > > Tired of spam?  Yahoo! Mail has the best
> spam
> > > > > protection around 
> > > > > > http://mail.yahoo.com
> > > > > >
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > ------------------------ Yahoo! Groups
> Sponsor
> > > > > --------------------~--> 
> > > > > Great things are happening at Yahoo! Groups.
> 
> > > See
> > > > > the new email design.
> > > > >
> > > >
> > >
> >
>
http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> > > > >
> > > >
> > >
> >
>
-------------------------------------------------------------------
> > > -~->
> > > > > 
> > > > > 
> > > > > http://groups.yahoo.com/group/rugrid-laptop/
> 
> 
=== message truncated ===



 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 


Yahoo! Message number: 1529
Date: Thu, 01 Mar 2007 00:00:19 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Shawn,

     No prob. The 150 ns chips should do fine. As to programming the
27C256 chips for the 27C128 job, I'll give you the following address:

www.tunercat.com/tnr_desc/eprom_pin/eprom_pins.html

That's where I read about having to program the back end of the chip
to do the job correctly. John Gantt turned me on to an auction for a
burner, but I lost that auction, so I'll have to buy another one,
but I think I've already found one anyway.

I'm out of town right now, but when I get back next week, I should
have the unit and I'll see what my 1530 chips look like and
determine if they are 27C128's after all, and see what's on them.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> You know, when I first wrote my response, I wrote it
> as 150 mS and 120 mS.  But, I looked it over and
> thought, "That seems like a very long time.  12 and 15
> mS sounds more like it."
> I was too lazy to check the data sheet so, I changed
> it.
> So, I guess I was wrong.  I should have went with my
> first instinct...
>
> I have 1 27C256 chip but I've never tried to see if it
> will work in the Grid.  Without actually trying
> anything, it seems that you would want to use lower
> 16K and not the upper 16K.
> The 27C128 users addresses $0000 to $3FFF.  The 27C256
> uses $0000 to $7FFF.  It seems you would want to keep
> the starting range at $0000 so all of the data in the
> $0000 to $3FFF range on the -256.
> One day, when I get even more free time, I'll try it
> out...
>
> Take care,
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Shawn,
> >    Yeah, I kind of figured it was the speed of the
> > chip that was
> > being indicated, although the speed of the chips I
> > found for sale
> > were 120 ns, 150 ns, and 200 ns, so I suppose the
> > numbers refer to
> > that. Anyway, I'm looking at picking some 15's. I've
> > also been
> > getting a look at some of the erasers, too, since it
> > looks like the
> > 27C128 were not that popular a chip and are getting
> > more scarce, so I
> > am probably going to have to get used ones. The
> > 27C256's are more
> > popular and apparently less rare, and I have run
> > across a procedure
> > where they can be substituted for the 27C128 by
> > making sure the
> > starting address for readng the chip is at 4000H.
> >
> > I remember from way back how EPROM's supposedly can
> > be erased just by
> > exposure to the sun for half a minute, but I'm
> > looking into getting
> > an eraser too. And like you, I'm not doing this for
> > the money. I will
> > plan on burning the chips for my 1530's and getting
> > them going and
> > then offer the service myself pretty much at cost to
> > others.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > Phil,
> > > I do not know.  The -15 means 15 mS
> > (milli-seconds)
> > > and the -20 means 20 mS.  It is an indication of
> > how
> > > quickly the data can be stored into the EPROM.
> > The
> > > lower the number, the more quickly it can be
> > > programmed.  I am using -15's and and I have not
> > had
> > > any problems.
> > >
> > > One thing I forgot to add to the list of needed
> > > equipment is a UV (ultra violet) light to erase
> > the
> > > EPROMs.  You will need this unless you plan to
> > > continually use new EPROMs.
> > > I have heard setting EPROMs in direct sunlight for
> > 30
> > > minutes will erase them too.  I have never tried
> > it.
> > >
> > > Also, if I'm successful I will offer everyone the
> > > chance to burn chips.  I will do it at a to be
> > > determined very inexpensive rate.  I don't want
> > > someone going out and spending $500 to modify a
> > single
> > > 286 computer.
> > > I'm doing this project because I enjoy doing this.
> >
> > > I'm not doing this for the money.
> > > Maybe I'm a masochist...  :)
> > >
> > > -Shawn
> > >
> > > --- jeriddian <FelipeGPorresMD@> wrote:
> > >
> > > > Sorry for the double post, Shawn.
> > > >     I wanted to ask. I searched and I am finding
> > > > some outlets,
> > > > including the outlets for used ones on EBAY, so
> > I
> > > > should be picking
> > > > up something here pretty soon. However I noticed
> > > > there are 27C128-15
> > > > and 27C128-20. Does it make a difference which
> > one I
> > > > get? Thanks for
> > > > the help.
> > > >
> > > > Phil
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > > > <shawnerz@> wrote:
> > > > >
> > > > > Jeriddian,
> > > > > The chips are 27C128 in a 28 pin DIP package.
> > > > Several
> > > > > places sell them.
> > > > > www.jameco.com is where I got mine.  Newark
> > > > > Electronics is another source but they have a
> > 10
> > > > day
> > > > > lead time. You can also find used ones on
> > Ebay.
> > > > I've
> > > > > purchased a few there as well.
> > > > > It looks like these are getting difficult to
> > find.
> > > >  I
> > > > > just checked with Digikey and Mouser and they
> > have
> > > >
> > > > > discontinued this part. :(
> > > > >
> > > > > The EPROM programmers (or, burners) are a bit
> > more
> > > > > expensive.  They are about $250 to $300. I'm
> > > > > "borrowing" one from my job.  When I started
> > at my
> > > > job
> > > > > back in 2000, we were not doing anything with
> > DIP
> > > > > packages.  The programmer was sitting on a
> > > > backroom
> > > > > shelf until I "rescued" it.
> > > > > I bought a Qualtec programmer from Ebay, but I
> > > > have
> > > > > damaged it.  I fed it 12 Volts AC instead of
> > 12
> > > > Volts
> > > > > DC and it hasn't recovered.
> > > > > Here is one place: http://www.needhams.com/
> > > > > Here is another one:
> > > > >
> > > >
> > >
> >
> http://secure.transtronics.com/EPROM%20Programmer.html
> > > > >
> > > > > I hope this helps you out.
> > > > > -Shawn
> > > > >
> > > > > --- jeriddian <FelipeGPorresMD@> wrote:
> > > > >
> > > > > > Shawn,
> > > > > >    What type of EPROM burner would be
> > required
> > > > to
> > > > > > make the chips for
> > > > > > the 1520 and 1530? What type of EPROM chip
> > would
> > > > be
> > > > > > used? I may be
> > > > > > able to get hold of one. Please and Thank
> > You.
> > > > :)
> > > > > >
> > > > > > Jeriddian
> > > > > >
> > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > Lawrence
> > > > > > Walker
> > > > > > <bigwalk_ca@> wrote:
> > > > > > >
> > > > > > >  Bravo !! Good work Shawn. Wish I had more
> > > > > > programming
> > > > > > > skills so I could have helped you.
> > > > > > >
> > > > > > > Lawrence
> > > > > > >
> > > > > > >
> > > >
> > __________________________________________________
> > > > > > > Do You Yahoo!?
> > > > > > > Tired of spam?  Yahoo! Mail has the best
> > spam
> > > > > > protection around
> > > > > > > http://mail.yahoo.com
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ------------------------ Yahoo! Groups
> > Sponsor
> > > > > > --------------------~-->
> > > > > > Great things are happening at Yahoo! Groups.
> >
> > > > See
> > > > > > the new email design.
> > > > > >
> > > > >
> > > >
> > >
> >
> http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/f7l0lB/TM
> > > > > >
> > > > >
> > > >
> > >
> >
> -------------------------------------------------------------------
> > > > -~->
> > > > > >
> > > > > >
> > > > > > http://groups.yahoo.com/group/rugrid-laptop/
> >
> >
> === message truncated ===
>
>
>
>
>
_____________________________________________________________________
_______________
> No need to miss a message. Get email on-the-go
> with Yahoo! Mail for Mobile. Get started.
> http://mobile.yahoo.com/mail
>




Yahoo! Message number: 1530
Date: Wed, 28 Feb 2007 19:05:29 -0800 (PST)
From: Shawnerz
Subject: Larger Hard Drives in a 1520 (Success...finally)

All,
I was able to get the my Grid 1520 to boot from a 340
MB hard drive AND recognize all 340 MB!! 

The short version of the story is the drive parameters
of the drive that you want to boot from, has to be the
2nd entry in the drive table.

The long version of the story:

Note: I am going to refer to the hard drive that you
wish to install in your Grid as the "new" hard drive. 
The "default" hard drive is one of the Conner hard
drives that the Grid recognizes by default.
 
The hard drive parameter table has 23 entries for 23
different hard drive types.  According to hdlook.exe,
HD1 gets loaded with the first table entry and HD0
gets the second table entry.  I would have expected
HD0 to be the first and HD1 to be the second, but that
is not the case.

I made a couple of assumptions.  One of them turned
out to be wrong.  First, I thought as long as the new
hard drive parameters of your new hard drive is in the
table, anywhere in the table, the Grid will recognize
all of it AND boot from it.
The reality is if the new hard drive parameters are in
the table, the Grid can boot from it, but it will not
"see" all of the drive space.  The new hard drive
parameters have to be the 2nd table entry.

When I first entered the parameters for my 340 MB hard
drive, I diliberatly did not use the first two table
entries.  The first table entry is for a default 10 MB
drive.  The second entry of for the CP3024 20 MB
drive.  I thought I was being safe by not using those
two table entries.  I was wrong.
I did some testing, and I got some unexpected results.
 I couldn't wait until tonight to get some time to
test out another idea.  It worked!

It is possible that the new hard drive parameters
could be entered into the first table entry.  I might
try that this weekend if I get some time.  Right now,
I'm just very happy to have MS-DOS 6.22 installed on
my Grid and have 335,962,112 bytes free!
-Shawn 


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com


Yahoo! Message number: 1531
Date: Thu, 01 Mar 2007 16:17:37 -0600
From: Charles Ford
Subject: Re: [RuGRiD-Laptop] Re:SUCcESS!!...kind of...

Phil, Shawn:
The extention number on the ROM package is access time (has nothing to 
do with programing)
15 = 150 nS, 20 = 200 nS and so on.
For the 1520 you will need to have an access time of 400nS  or better 
(that is a 40 or less)
For the 1530 you will need 250nS or better (less than 25 on the package)

Shawnerz wrote:
>
> Phil,
> I do not know. The -15 means 15 mS (milli-seconds)
> and the -20 means 20 mS. It is an indication of how
> quickly the data can be stored into the EPROM. The
> lower the number, the more quickly it can be
> programmed. I am using -15's and and I have not had
> any problems.
>



Yahoo! Message number: 1532
Date: Fri, 02 Mar 2007 00:46:59 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Thanks, Charles

I appreciate the info.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Charles Ford <cjford1@...>
wrote:
>
> Phil, Shawn:
> The extention number on the ROM package is access time (has
nothing to
> do with programing)
> 15 = 150 nS, 20 = 200 nS and so on.
> For the 1520 you will need to have an access time of 400nS  or
better
> (that is a 40 or less)
> For the 1530 you will need 250nS or better (less than 25 on the
package)
>
> Shawnerz wrote:
> >
> > Phil,
> > I do not know. The -15 means 15 mS (milli-seconds)
> > and the -20 means 20 mS. It is an indication of how
> > quickly the data can be stored into the EPROM. The
> > lower the number, the more quickly it can be
> > programmed. I am using -15's and and I have not had
> > any problems.
> >
>




Yahoo! Message number: 1533
Date: Fri, 2 Mar 2007 22:59:56 -0800 (PST)
From: Shawnerz
Subject: Reprogramming 1520 BIOS For Larger Hard Drives

This procedure is written for the Grid 1520 computer. 
It will probably work with any 15XX flavor of Grid. 
However, the address locations will be different.

This procedure is to give a step-by-step instruction
showing how to enable the Grid 1520 to see just about
any hard drive up to XXX MB.

At the time of this writing (March 2007), 3 different
BIOS versions for the 1520 have been identified.  
"Revision 1" has checksums DE00 (Even) and 0B00 (Odd).
 
"Revision 2" has checksums 7A00 (Even) and 2F00 (Odd).
 
"Revision 3" has checksums 437C (Even) and DD00 (Odd).


Materials needed:
Grid 1520 computer
Standard PC desktop
Hex editor
EPROM programmer (with associated cables)
Blank 27C128 EPROMs (minimum of 2)
Floppy disk with hdlook.exe
Phillips and flat blade (or slotted) screwdrivers

Optional Equipment:
UV EPROM eraser
Soldering iron and the ability to remove and replace
28 pin DIP ICs.
IC Puller

Overall notes:
I will start by saying this is not an easy process. 
Depending on the version of your Grid motherboard, you
may need very good soldering skills to remove the
original EPROMs.  The original EPROMs may be soldered
to the motherboard.  I have 4, 1520's.  2 of the
motherboards have the BIOS (E)PROM's soldered, and 2
have the chips in low profile sockets.  

This process assumes you have a hex editor installed
on the PC.  You also need to be familiar working with
your hex editor.  You will have to computer checksums,
merge files, search, edit, save and split files.  I
used WinHex (availble at
www.winhex.com/winhex/index-m.html)

Hdlook.exe is a program written by Mike Brutman and is
available here: www.brutman.com/hdlook.zip 


Here are the general steps:
1.  Get the model number of the hard drive.
  A. Take the "new" hard drive, install it into the PC
computer along with the hard drive that the computer
boots from. Get into the PC BIOS setup screen and see
what model number is listed for the hard drive.  On
some hard drives, the number printed on the label is
different that the model number that is reported to
the computer.
  B. Write down the model number.

2.  Get the hard drive parameters.
  A. Exit BIOS setup on the PC and let the computer
boot normally.  Run hdlook.exe on the floppy disk.
Hdlook.exe will display information for *two* hard
drives.   One of the list of parameters should be for
the hard drive that the PC booted from and one list
should be for the *new* hard drive that will be going
into the Grid.  Locate the parameters for the *new*
hard drive that will will going into the Grid.  Write
down lines 3 through 8 (from Cylinders to Sectors).
  B. Shut down the PC, remove the new hard drive,
power up the PC, and allow it to boot normally.

3.  Remove the BIOS EPROMS from the Grid.
  A.  If you've never opened your Grid, now is the
time.  There are two hidden screws at the rear of the
Grid.  They are under the plastic/rubber feet by the
power switch and the parallel port.
Once the screws are removed, pull up and remove the
top cover.  Next, remove the display from its guides. 
Then, remove the hard plastic top cover that surrounds
the keyboard.  Some force is needed to pull it from
the latches near the keyboard.  Use care to not break
the plastic.
  B.  Next, remove the keyboard.  You will have to
remove the screws that hold the latches that keep the
display in the closed position.
  C.  The 2 BIOS EPROMs are located under the
keyboard.  Depending on the revision of your
motherboard, the EPROMs may be sockets or they may be
soldered to the motherboard.
Using a small screwdriver, gently pry the chips from
the motherboard.  If they start to move out, try to
keep even pressure on the chips to keep from bending
the pins.
If the chips does not come out of the board, then it
is soldered in place.  The BIOS EPROMs have to be
unsoldered from the board.  The entire motherboard has
to be removed from the chassis.  To remove the
motherboard, every screw has to be removed to remove
the motherboard.

4.  Read and merge the EPROMs.
  A. Place one of the EPROMs in the EPROM programmer. 
Read the contents of the chip and save it to a file. 
Do the same for the other EPROM chip.
  B. Start your hex editor and merge the two files
into a single file.  In WinHex, do this by: File
Manager | Unify | Bytewise (8 Bit).  Select the first
EPROM file, then select the second EPROM file.
WinHex will then prompt you to name the merged file.

5.  Edit the file.
  A.  First, the text table must changed.  Open the
merged file in the hex editor.  
If you have Revision 1 BIOS, go to address $5038. 
There should be three hard drives listed.  Enter the
model number that you wrote down from step 1B.

If you have Revision 2 BIOS, go to address $754C.
There should be six hard drives listed.  Enter the
model number that you wrote down from step 1B.

If you have Revision 3 BIOS, go to address $763C.
There should be six hard drives listed.  Enter the
model number that you wrote down from step 1B.

In all cases, the text table will have 3 to 6 Conner
disk drive types.  Example: CP322CP344CP3104.  Locate
one drive type and change it to match the model number
you wrote down in step 1B.  
*Warning*: It is OK to overwrite part of the next
entry. But, DO NOT MAKE THIS TEXT TABLE ANY LONGER. 
For example, "CFS3204344CP3104" is OK.  However,
"CP322CP344CFS3204" is NOT OK because the table is now
one byte longer.

  B.  Next, the drive table needs to be changed.
On the PC, start Windows Calculator.  If it is not in
Scientific view, change it by selecting View |
Scientific.
The values obtained in step 2A need to be converted to
hexadecimal.  Do this by entering the value into
Windows Calculator, and then select the Hex button. 
For example, a Cylinders value of 665, will be 299 in
hex.  Convert all 5 values from step 2A to hex.

  C.  "Little Endian" Conversion.  The values above
255 (FF) from the previous step need to be converted
to "Little Endian" notation.  For example, 665
(decimal) becomes 299 in hex.  299 becomes 99 02 in
Little Endian.  4AC becomes AC 04.  2AED becomes ED
2A.

  D.  Compute the new drive values.  Depending on the
BIOS revision, there is a table that lists parameters
for anywhere from 23 to 30 different drive types. 
There are 16 bytes for each table entry.  The table is
in the following format:
                Byte Number
1  2  3  4  5  6  7  8  9  10 11 12 13 14 15 16
CYLD  H  R  R  PRECP R  CT R  R  R  LZ LZ ST R

CYLD  = Cylinders
H     = Heads
R     = Reserved
PRECP = Precomp
CT    = Control Byte
LZ    = Landing Zone
ST    = Sectors Per Track

As an example, assume a hard drive has the following
parameters:
665 cylinders, 16 heads, Landing Zone is located at
664, Pre-Comp is 65535, Control Byte is 08, and the
Sectors per track is 63.
After hex conversion:
299 cylinders, 10 heads, Landing Zone is 298, Pre-Comp
is FFFF, Control is 08, and the Sectors is 3F.
After Little Endian conversion:
9902 cylinders, 10 heads, Landing Zone is 9802,
Pre-Comp is FFFF, Control is 08, and Sectors is 3F.
After formatting for the table enry (the Reserved
values stay at 00):
99 02 10 00 00 FF FF 00 08 00 00 00 98 02 3F 00

Write down the converted values for your new drive.

6.  Editing the drive table.  
  A. In all 3 BIOS versions the drive table begins at
adress $6401 and ends at $66F0. 
  B. Go to the second table entry at address $6411. 
Replace the entry with the values from step 5D.
For example:
67 02 04 00 00 2C 01 00 00 00 00 00 67 02 11 00
would become:
99 02 10 00 00 FF FF 00 08 00 00 00 98 02 3F 00
  C. Save this file.

7.  Split the file.
  A.  This file now needs to separated into two files,
one odd and one even.  This is done in WinHex by
selecting File Manager | Disect | Bytewise (8 bit).
WinHex will then prompt you for the file to be split,
and then prompt you for the name of the file name of
the new files.

8.  Compute and Correct the Checksums.
  A.  Load one of the split files and compute its
checksum.  To compute the checksum in WinHex, select
Tools | Calculate Hash | Checksum (16 bit), or
CTRL-F2.  The checksum of the file must equal the
original value before the file was edited.  For
example, if you were editing the Revision 1, Odd file,
the checksum must equal 0B00.
After editing, let's assume the checksum is now 0BC2.
There is a copyright notice at the begininning of the
file that is never seen.  This text can be changed to
restore the checksum to its original value.  For
example, "43 6F 70 79" can be changed to "00 00 00 1A"
in order to restore the checksum value.
  B.  Once the checksum has been corrected, save the
file and repeated the process for the remaining file.

9.  Burn new EPROMs and boot the Grid.
  A.  Load the files into the EPROM programmer and
program new EPROMs. Place these EPROMS in the Grid.
  B.  Slide the new drive in to the adapter board that
is connected to the floppy drive.  The hard drive
should slide into the bottom of that board.
  C.  Put a bootable floopy disk into the drive and
apply power.  If everything was done properly the
computer should boot.  You may have to press the "F"
key to get the Grid to boot from the floppy drive.
  D.  You should be able to run "fdisk" and then
"format" your new hard drive.

Good luck,
-Shawn



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com


Yahoo! Message number: 1534
Date: Sat, 3 Mar 2007 14:50:27 -0800 (PST)
From: Shawnerz
Subject: Serial Port Info

All,
This came in from a new member:
<lamb@...> 

>Comment from user:
>recently purchased 1520 to program motorola radio and
>loooking for serial port info 

Jim,
Welcome to the group.  
What kind of serial port info are you looking for? 
Everything is pretty much located at the standard
interrupts/port addresses.

-Shawn



 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 


Yahoo! Message number: 1535
Date: 3 Mar 2007 22:55:50 -0000
From: RuGRiD-Laptop@yahoogroups.com
Subject: New file uploaded to RuGRiD-Laptop

Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the RuGRiD-Laptop 
group.

  File        : /1520 Hard Drive Reprograming Instructions.txt 
  Uploaded by : Shawnerz <shawnerz@...> 
  Description : 1520 BIOS Editing Procedure  

You can access this file at the URL:
http://groups.yahoo.com/group/RuGRiD-Laptop/files/1520%20Hard%20Drive%20Reprograming%20Instructions.txt 

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files

Regards,

Shawnerz <shawnerz@...>
 





Yahoo! Message number: 1536
Date: Sat, 03 Mar 2007 22:05:09 -0600
From: Charles Ford
Subject: Re: [RuGRiD-Laptop] Reprogramming 1520 BIOS For Larger Hard Drives

Got it....

I will see about patching it in (probably on spring break)


Shawnerz wrote:
>
> This procedure is written for the Grid 1520 computer.
> It will probably work with any 15XX flavor of Grid.
> However, the address locations will be different.
>
> This procedure is to give a step-by-step instruction
> showing how to enable the Grid 1520 to see just about
> any hard drive up to XXX MB.
>
> At the time of this writing (March 2007), 3 different
> BIOS versions for the 1520 have been identified.
> "Revision 1" has checksums DE00 (Even) and 0B00 (Odd).
>
> "Revision 2" has checksums 7A00 (Even) and 2F00 (Odd).
>
> "Revision 3" has checksums 437C (Even) and DD00 (Odd).
>
> Materials needed:
> Grid 1520 computer
> Standard PC desktop
> Hex editor
> EPROM programmer (with associated cables)
> Blank 27C128 EPROMs (minimum of 2)
> Floppy disk with hdlook.exe
> Phillips and flat blade (or slotted) screwdrivers
>
> Optional Equipment:
> UV EPROM eraser
> Soldering iron and the ability to remove and replace
> 28 pin DIP ICs.
> IC Puller
>
> Overall notes:
> I will start by saying this is not an easy process.
> Depending on the version of your Grid motherboard, you
> may need very good soldering skills to remove the
> original EPROMs. The original EPROMs may be soldered
> to the motherboard. I have 4, 1520's. 2 of the
> motherboards have the BIOS (E)PROM's soldered, and 2
> have the chips in low profile sockets.
>
> This process assumes you have a hex editor installed
> on the PC. You also need to be familiar working with
> your hex editor. You will have to computer checksums,
> merge files, search, edit, save and split files. I
> used WinHex (availble at
> www.winhex.com/winhex/index-m.html)
>
> Hdlook.exe is a program written by Mike Brutman and is
> available here: www.brutman.com/hdlook.zip
>
> Here are the general steps:
> 1. Get the model number of the hard drive.
> A. Take the "new" hard drive, install it into the PC
> computer along with the hard drive that the computer
> boots from. Get into the PC BIOS setup screen and see
> what model number is listed for the hard drive. On
> some hard drives, the number printed on the label is
> different that the model number that is reported to
> the computer.
> B. Write down the model number.
>
> 2. Get the hard drive parameters.
> A. Exit BIOS setup on the PC and let the computer
> boot normally. Run hdlook.exe on the floppy disk.
> Hdlook.exe will display information for *two* hard
> drives. One of the list of parameters should be for
> the hard drive that the PC booted from and one list
> should be for the *new* hard drive that will be going
> into the Grid. Locate the parameters for the *new*
> hard drive that will will going into the Grid. Write
> down lines 3 through 8 (from Cylinders to Sectors).
> B. Shut down the PC, remove the new hard drive,
> power up the PC, and allow it to boot normally.
>
> 3. Remove the BIOS EPROMS from the Grid.
> A. If you've never opened your Grid, now is the
> time. There are two hidden screws at the rear of the
> Grid. They are under the plastic/rubber feet by the
> power switch and the parallel port.
> Once the screws are removed, pull up and remove the
> top cover. Next, remove the display from its guides.
> Then, remove the hard plastic top cover that surrounds
> the keyboard. Some force is needed to pull it from
> the latches near the keyboard. Use care to not break
> the plastic.
> B. Next, remove the keyboard. You will have to
> remove the screws that hold the latches that keep the
> display in the closed position.
> C. The 2 BIOS EPROMs are located under the
> keyboard. Depending on the revision of your
> motherboard, the EPROMs may be sockets or they may be
> soldered to the motherboard.
> Using a small screwdriver, gently pry the chips from
> the motherboard. If they start to move out, try to
> keep even pressure on the chips to keep from bending
> the pins.
> If the chips does not come out of the board, then it
> is soldered in place. The BIOS EPROMs have to be
> unsoldered from the board. The entire motherboard has
> to be removed from the chassis. To remove the
> motherboard, every screw has to be removed to remove
> the motherboard.
>
> 4. Read and merge the EPROMs.
> A. Place one of the EPROMs in the EPROM programmer.
> Read the contents of the chip and save it to a file.
> Do the same for the other EPROM chip.
> B. Start your hex editor and merge the two files
> into a single file. In WinHex, do this by: File
> Manager | Unify | Bytewise (8 Bit). Select the first
> EPROM file, then select the second EPROM file.
> WinHex will then prompt you to name the merged file.
>
> 5. Edit the file.
> A. First, the text table must changed. Open the
> merged file in the hex editor.
> If you have Revision 1 BIOS, go to address $5038.
> There should be three hard drives listed. Enter the
> model number that you wrote down from step 1B.
>
> If you have Revision 2 BIOS, go to address $754C.
> There should be six hard drives listed. Enter the
> model number that you wrote down from step 1B.
>
> If you have Revision 3 BIOS, go to address $763C.
> There should be six hard drives listed. Enter the
> model number that you wrote down from step 1B.
>
> In all cases, the text table will have 3 to 6 Conner
> disk drive types. Example: CP322CP344CP3104. Locate
> one drive type and change it to match the model number
> you wrote down in step 1B.
> *Warning*: It is OK to overwrite part of the next
> entry. But, DO NOT MAKE THIS TEXT TABLE ANY LONGER.
> For example, "CFS3204344CP3104" is OK. However,
> "CP322CP344CFS3204" is NOT OK because the table is now
> one byte longer.
>
> B. Next, the drive table needs to be changed.
> On the PC, start Windows Calculator. If it is not in
> Scientific view, change it by selecting View |
> Scientific.
> The values obtained in step 2A need to be converted to
> hexadecimal. Do this by entering the value into
> Windows Calculator, and then select the Hex button.
> For example, a Cylinders value of 665, will be 299 in
> hex. Convert all 5 values from step 2A to hex.
>
> C. "Little Endian" Conversion. The values above
> 255 (FF) from the previous step need to be converted
> to "Little Endian" notation. For example, 665
> (decimal) becomes 299 in hex. 299 becomes 99 02 in
> Little Endian. 4AC becomes AC 04. 2AED becomes ED
> 2A.
>
> D. Compute the new drive values. Depending on the
> BIOS revision, there is a table that lists parameters
> for anywhere from 23 to 30 different drive types.
> There are 16 bytes for each table entry. The table is
> in the following format:
> Byte Number
> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
> CYLD H R R PRECP R CT R R R LZ LZ ST R
>
> CYLD = Cylinders
> H = Heads
> R = Reserved
> PRECP = Precomp
> CT = Control Byte
> LZ = Landing Zone
> ST = Sectors Per Track
>
> As an example, assume a hard drive has the following
> parameters:
> 665 cylinders, 16 heads, Landing Zone is located at
> 664, Pre-Comp is 65535, Control Byte is 08, and the
> Sectors per track is 63.
> After hex conversion:
> 299 cylinders, 10 heads, Landing Zone is 298, Pre-Comp
> is FFFF, Control is 08, and the Sectors is 3F.
> After Little Endian conversion:
> 9902 cylinders, 10 heads, Landing Zone is 9802,
> Pre-Comp is FFFF, Control is 08, and Sectors is 3F.
> After formatting for the table enry (the Reserved
> values stay at 00):
> 99 02 10 00 00 FF FF 00 08 00 00 00 98 02 3F 00
>
> Write down the converted values for your new drive.
>
> 6. Editing the drive table.
> A. In all 3 BIOS versions the drive table begins at
> adress $6401 and ends at $66F0.
> B. Go to the second table entry at address $6411.
> Replace the entry with the values from step 5D.
> For example:
> 67 02 04 00 00 2C 01 00 00 00 00 00 67 02 11 00
> would become:
> 99 02 10 00 00 FF FF 00 08 00 00 00 98 02 3F 00
> C. Save this file.
>
> 7. Split the file.
> A. This file now needs to separated into two files,
> one odd and one even. This is done in WinHex by
> selecting File Manager | Disect | Bytewise (8 bit).
> WinHex will then prompt you for the file to be split,
> and then prompt you for the name of the file name of
> the new files.
>
> 8. Compute and Correct the Checksums.
> A. Load one of the split files and compute its
> checksum. To compute the checksum in WinHex, select
> Tools | Calculate Hash | Checksum (16 bit), or
> CTRL-F2. The checksum of the file must equal the
> original value before the file was edited. For
> example, if you were editing the Revision 1, Odd file,
> the checksum must equal 0B00.
> After editing, let's assume the checksum is now 0BC2.
> There is a copyright notice at the begininning of the
> file that is never seen. This text can be changed to
> restore the checksum to its original value. For
> example, "43 6F 70 79" can be changed to "00 00 00 1A"
> in order to restore the checksum value.
> B. Once the checksum has been corrected, save the
> file and repeated the process for the remaining file.
>
> 9. Burn new EPROMs and boot the Grid.
> A. Load the files into the EPROM programmer and
> program new EPROMs. Place these EPROMS in the Grid.
> B. Slide the new drive in to the adapter board that
> is connected to the floppy drive. The hard drive
> should slide into the bottom of that board.
> C. Put a bootable floopy disk into the drive and
> apply power. If everything was done properly the
> computer should boot. You may have to press the "F"
> key to get the Grid to boot from the floppy drive.
> D. You should be able to run "fdisk" and then
> "format" your new hard drive.
>
> Good luck,
> -Shawn
>
> __________________________________________________________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com <http://new.mail.yahoo.com>
>
>  



Yahoo! Message number: 1537
Date: Sat, 03 Mar 2007 22:07:21 -0600
From: Charles Ford
Subject: Re: [RuGRiD-Laptop] Serial Port Info

Jim:

You may need the 1520 config file to turn the port on.


Shawnerz wrote:
>
> All,
> This came in from a new member:
> <lamb@... <mailto:lamb%40dccnet.com>>
>
> >Comment from user:
> >recently purchased 1520 to program motorola radio and
> >loooking for serial port info
>
> Jim,
> Welcome to the group.
> What kind of serial port info are you looking for?
> Everything is pretty much located at the standard
> interrupts/port addresses.
>
> -Shawn
>
> __________________________________________________________
> Expecting? Get great news right away with email Auto-Check.
> Try the Yahoo! Mail Beta.
> http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 
> <http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html>
>
>  



Yahoo! Message number: 1538
Date: Sun, 4 Mar 2007 18:50:37 -0800 (PST)
From: Shawnerz
Subject: BIOS Reprogramming Errata

All,
I noticed several typos and mistakes in the
reprogramming instructions.  However, overall the
document is correct in it's procedures.

I am planning to re-do the instructions, but this time
in Microsoft Word.  This document will be complete
with pictures, screenshots, and a FAQ.

I wanted to bring up another important subject that
could be a pitfall ("big mistake" for non-native
English speakers).  If I remember correlty, Phil
mentioned that his hard drive did not fit properly
into his Grid.  (I think) Charles responded and were
misaligned by about 1/16th of an inch.
You both are correct, but Phil brought up something
very important.
If you look at the rear connector on the original
Conner drives, and you start at the left side, there
is an Activity Light connector, the IDE inteface
connector, and then the power connector.  At the
"front" of the drive, there is the Options connector
where the Master/Slave, Cable Select and other options
are set.
On almost all newer drives, starting at the left side,
there is the IDE connector, the Options connector, and
then the Power connector.
Newer drives *will not* slide into the hard drive
interface board on the Grid.

I have a 4.3GB Seagate drive I was going to put into
my Grid.  I know that the Grid will not be able to see
all 4.3GB, but I wanted to see what would happen.  I
soon realized that the hard drive does not fit in to
the Grid.
Before anyone starts buying hard drives on Ebay or at
hamfests, you need to look to make sure that the drive
will fit into the hard drive interface board on the
Grid.

Charles is also correct because I have a 340 MB Conner
that does fit into the Grid.  However, the power pins
are now slightly bent because the pins do not line up
with the power connector on the hard drive interface
board.

-Shawn


 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index


Yahoo! Message number: 1539
Date: Tue, 06 Mar 2007 06:13:45 -0000
From: "jeriddian"
Subject: Old Hard Drive non-functional

Of course this is the problem we are trying to solve. However, I was
hoping the only problem I have is that the drive was suffering
from "Stiction". But that doesn't seem to be the case. My old hard
drive will start to rev up its motor spindle for about ten to fifteen
seconds and then it slows down and stops for about five seconds, then
it starts to spin again and simply repeats this process over and over.
The drive is never recognized by the computer. Does anybody know if
this can be fixed, and if so, does anybody know how. Please and Thank
You.

Phil



Yahoo! Message number: 1540
Date: Thu, 08 Mar 2007 18:34:19 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

To all,

I have an EPROM programmer, an old PB10 by NEEDHAMS ELectronics which
looks to be quite functional on an old Pentium One I have. I have the 
EPROMS (erased) coming in today I believe so I have everything I
need. I will start with my secondary 1530, which has the monochrome
screen and see how it works using the CP30174E hard drives I have
obtained.

One question: Once I have burned the EPROMS, do I need to cover the
window with anything to keep it from getting accidentally erased?

I am also looking at an EPROM UV eraser which I hope to get soon.

On a side note, I was thinking of getting the math co-processor
80387. The speed of the 1530 is 12 Mhz as I recall. Does the math co-
processor have to be exatly that? Or can it be a faster chip like the
16 MHz or 25 MHz? Also I can't remember if the 1530 is a DX or SX
machine (I think it is DX) If so, does it make a difference as to the
co-processor chip being DX or SX (it seems to me like it would.)
Anyway, thanks for the help.

Another side question: Would EEPROMS work?


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> Thanks, Charles
>
> I appreciate the info.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Charles Ford <cjford1@>
> wrote:
> >
> > Phil, Shawn:
> > The extention number on the ROM package is access time (has
> nothing to
> > do with programing)
> > 15 = 150 nS, 20 = 200 nS and so on.
> > For the 1520 you will need to have an access time of 400nS  or
> better
> > (that is a 40 or less)
> > For the 1530 you will need 250nS or better (less than 25 on the
> package)
> >
> > Shawnerz wrote:
> > >
> > > Phil,
> > > I do not know. The -15 means 15 mS (milli-seconds)
> > > and the -20 means 20 mS. It is an indication of how
> > > quickly the data can be stored into the EPROM. The
> > > lower the number, the more quickly it can be
> > > programmed. I am using -15's and and I have not had
> > > any problems.
> > >
> >
>




Yahoo! Message number: 1541
Date: Thu, 8 Mar 2007 12:49:02 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re:SUCcESS!!...kind of...

Phil,
I think the PB10 will work.  Although, I am not
familiar with that model.
You may have a problem where your Pentium computer
talks too quickly over the parallel port.  In this
case, the EPROM programmer will not respond.  To fix
this problem, might want to download a program called
Moslo (short for More Slowly).  It is available here:
http://www.hpaa.com/moslo/
I paid for Moslo basic (15 USD).
I have to slow my 666 MHz Celeron down to about 80
MHz.  Even at this slower speed, my programmer has
problems at startup.
If the PB10 is a serial programmer, you probably will
not have this problem.

Will EEPROMs work?  Probably yes.  The problem will be
erasing them.  If the programmer can erase them, then
EEPROMs sholuld work.

Should you cover the window?  If you plan to carry the
programmed EPROMs outside (outdoors), or if you have a
hydroponics set up (for medicinal purposes ;)) where
there could be a there could be a lot of ultra-violet
(UV) light, then yes, cover up the window.
I have been programming and erasing mine (indoors)with
the window uncovered and have not had any problems.

I don't have any information about the co-processor. 
I have thought about buying a 287 and installing it. 
Maybe one day when I'm rich and have a lot of idle
time... :-)
-Shawn
--- jeriddian <FelipeGPorresMD@...> wrote:

> To all,
> 
> I have an EPROM programmer, an old PB10 by NEEDHAMS
> ELectronics which 
> looks to be quite functional on an old Pentium One I
> have. I have the 
> EPROMS (erased) coming in today I believe so I have
> everything I 
> need. I will start with my secondary 1530, which has
> the monochrome 
> screen and see how it works using the CP30174E hard
> drives I have 
> obtained.
> 
> One question: Once I have burned the EPROMS, do I
> need to cover the 
> window with anything to keep it from getting
> accidentally erased?
> 
> I am also looking at an EPROM UV eraser which I hope
> to get soon.
> 
> On a side note, I was thinking of getting the math
> co-processor 
> 80387. The speed of the 1530 is 12 Mhz as I recall.
> Does the math co-
> processor have to be exatly that? Or can it be a
> faster chip like the 
> 16 MHz or 25 MHz? Also I can't remember if the 1530
> is a DX or SX 
> machine (I think it is DX) If so, does it make a
> difference as to the 
> co-processor chip being DX or SX (it seems to me
> like it would.) 
> Anyway, thanks for the help.
> 
> Another side question: Would EEPROMS work?
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" 
> <FelipeGPorresMD@...> wrote:
> >
> > Thanks, Charles
> > 
> > I appreciate the info.
> > 
> > Phil
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, Charles Ford
> <cjford1@> 
> > wrote:
> > >
> > > Phil, Shawn:
> > > The extention number on the ROM package is
> access time (has 
> > nothing to 
> > > do with programing)
> > > 15 = 150 nS, 20 = 200 nS and so on.
> > > For the 1520 you will need to have an access
> time of 400nS  or 
> > better 
> > > (that is a 40 or less)
> > > For the 1530 you will need 250nS or better (less
> than 25 on the 
> > package)
> > > 
> > > Shawnerz wrote:
> > > >
> > > > Phil,
> > > > I do not know. The -15 means 15 mS
> (milli-seconds)
> > > > and the -20 means 20 mS. It is an indication
> of how
> > > > quickly the data can be stored into the EPROM.
> The
> > > > lower the number, the more quickly it can be
> > > > programmed. I am using -15's and and I have
> not had
> > > > any problems.
> > > >
> > >
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather


Yahoo! Message number: 1542
Date: Fri, 09 Mar 2007 00:16:55 -0000
From: "jeriddian"
Subject: Re:SUCcESS!!...kind of...

Thanks, Shawn,

    My old P1 only runs at 75 Mhz, so I don't think that should be
much of an issue, plus the PB10 is installed as a separate internal
PC card into a slot on the motherboard with its own output to the
module that holds the EPROM. I've already fired up the program just
looking around and reading the old chips from my original 1530. They
seem to work and I can download the contents into the buffer,
although when I looked at the code, it seems the amount of code is
small compared to the capacity of the chip. I haven't tried fusing
the contents of the two chips together yet. Still waiting on my chips
to come in.

I was doing some research on the 80387 chips. There was some stuff I
was seeing suggesting they had to be matched to the particular unit's
CPU make and speed, but then I saw another article that said the
80387's which were faster could adapt to a slower speed (up to 33
Mhz), but that this was not possible with 80287's I'm not sure how
accurate this all is, but I'll keep searching for info.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> I think the PB10 will work.  Although, I am not
> familiar with that model.
> You may have a problem where your Pentium computer
> talks too quickly over the parallel port.  In this
> case, the EPROM programmer will not respond.  To fix
> this problem, might want to download a program called
> Moslo (short for More Slowly).  It is available here:
> http://www.hpaa.com/moslo/
> I paid for Moslo basic (15 USD).
> I have to slow my 666 MHz Celeron down to about 80
> MHz.  Even at this slower speed, my programmer has
> problems at startup.
> If the PB10 is a serial programmer, you probably will
> not have this problem.
>
> Will EEPROMs work?  Probably yes.  The problem will be
> erasing them.  If the programmer can erase them, then
> EEPROMs sholuld work.
>
> Should you cover the window?  If you plan to carry the
> programmed EPROMs outside (outdoors), or if you have a
> hydroponics set up (for medicinal purposes ;)) where
> there could be a there could be a lot of ultra-violet
> (UV) light, then yes, cover up the window.
> I have been programming and erasing mine (indoors)with
> the window uncovered and have not had any problems.
>
> I don't have any information about the co-processor.
> I have thought about buying a 287 and installing it.
> Maybe one day when I'm rich and have a lot of idle
> time... :-)
> -Shawn
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > To all,
> >
> > I have an EPROM programmer, an old PB10 by NEEDHAMS
> > ELectronics which
> > looks to be quite functional on an old Pentium One I
> > have. I have the
> > EPROMS (erased) coming in today I believe so I have
> > everything I
> > need. I will start with my secondary 1530, which has
> > the monochrome
> > screen and see how it works using the CP30174E hard
> > drives I have
> > obtained.
> >
> > One question: Once I have burned the EPROMS, do I
> > need to cover the
> > window with anything to keep it from getting
> > accidentally erased?
> >
> > I am also looking at an EPROM UV eraser which I hope
> > to get soon.
> >
> > On a side note, I was thinking of getting the math
> > co-processor
> > 80387. The speed of the 1530 is 12 Mhz as I recall.
> > Does the math co-
> > processor have to be exatly that? Or can it be a
> > faster chip like the
> > 16 MHz or 25 MHz? Also I can't remember if the 1530
> > is a DX or SX
> > machine (I think it is DX) If so, does it make a
> > difference as to the
> > co-processor chip being DX or SX (it seems to me
> > like it would.)
> > Anyway, thanks for the help.
> >
> > Another side question: Would EEPROMS work?
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> > <FelipeGPorresMD@> wrote:
> > >
> > > Thanks, Charles
> > >
> > > I appreciate the info.
> > >
> > > Phil
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, Charles Ford
> > <cjford1@>
> > > wrote:
> > > >
> > > > Phil, Shawn:
> > > > The extention number on the ROM package is
> > access time (has
> > > nothing to
> > > > do with programing)
> > > > 15 = 150 nS, 20 = 200 nS and so on.
> > > > For the 1520 you will need to have an access
> > time of 400nS  or
> > > better
> > > > (that is a 40 or less)
> > > > For the 1530 you will need 250nS or better (less
> > than 25 on the
> > > package)
> > > >
> > > > Shawnerz wrote:
> > > > >
> > > > > Phil,
> > > > > I do not know. The -15 means 15 mS
> > (milli-seconds)
> > > > > and the -20 means 20 mS. It is an indication
> > of how
> > > > > quickly the data can be stored into the EPROM.
> > The
> > > > > lower the number, the more quickly it can be
> > > > > programmed. I am using -15's and and I have
> > not had
> > > > > any problems.
> > > > >
> > > >
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Don't get soaked.  Take a quick peek at the forecast
> with the Yahoo! Search weather shortcut.
> http://tools.search.yahoo.com/shortcuts/#loc_weather
>




Yahoo! Message number: 1543
Date: Thu, 8 Mar 2007 20:25:07 -0800 (PST)
From: Shawnerz
Subject: Merged Files

Phil,
If you have any problems merging your two files, you
can send them to me.  I can merge them and send you
back the single file.
Thanks,
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Thanks, Shawn,
> 
>     My old P1 only runs at 75 Mhz, so I don't think
> that should be 
> much of an issue, plus the PB10 is installed as a
> separate internal 
> PC card into a slot on the motherboard with its own
> output to the 
> module that holds the EPROM. I've already fired up
> the program just 
> looking around and reading the old chips from my
> original 1530. They 
> seem to work and I can download the contents into
> the buffer, 
> although when I looked at the code, it seems the
> amount of code is 
> small compared to the capacity of the chip. I
> haven't tried fusing 
> the contents of the two chips together yet. Still
> waiting on my chips 
> to come in.
> 
> I was doing some research on the 80387 chips. There
> was some stuff I 
> was seeing suggesting they had to be matched to the
> particular unit's 
> CPU make and speed, but then I saw another article
> that said the 
> 80387's which were faster could adapt to a slower
> speed (up to 33 
> Mhz), but that this was not possible with 80287's
> I'm not sure how 
> accurate this all is, but I'll keep searching for
> info.
> 
> Phil



 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/


Yahoo! Message number: 1544
Date: Fri, 9 Mar 2007 11:40:10 -0500
From: "John M."
Subject: Will a 1755 work w/o the CMOS battery?

I need a project yesterday, so I pulled my 1755 out of its case to  
mess around with it. I took it out, plugged it in, and instead of the  
battery + power lights coming on like they usually do, they just  
blinked. but it wasn't a *normal* blink, it was more of a flicker,  
like they weren't even getting enough power to light one fully. I  
checked the power supply (my first thought as to who the culprit may  
be) and it puts out a steady 18.18v, though its rated for 16v (might  
this be a problem?)

I popped it open to see if there were any dirty/unseated connectors,  
and I didn't see any. None of the parts were getting abnormally hot  
(well, nothing was getting remotely warm) or anything like that.  
There's no magic smoke or sparks. I then looked at the CMOS battery,  
(thats what I *think* it is anyways, 10" long, like a pencil with a  
plug and wires at the end) the red wire was broken off completely, so  
it was making the battery (or whatever it is) useless.

Is it possible that this thing not being connected could make it not  
respond to power at all? Maybe I can cut into it and resolder the  
wire? Maybe something worse is happening?

Thanks,
John


Yahoo! Message number: 1545
Date: Fri, 09 Mar 2007 19:32:11 -0000
From: "jeriddian"
Subject: Re: Will a 1755 work w/o the CMOS battery?

The CMOS battery is only there to maintain a voltage on the CMOS chip
to maintain the time and date so that you don't have to enter the
time and date each time you turn the unit on. It has nothing to do
with the power supply and shouldn't affect turning it on or off if it
is bad or even if it is missing. As to your power supply, just
because it provides 18.18 volts when you measure it doesn't mean you
will get that voltage when you put it under a load requiring a
subtsantial amount of current. However, it doesn't sound like your
power supply. I don't know what the CMOS battery for a 1755 would be
like. I have 1730's myself, but they are small fat cylindrical units
that are clearly marked as CMOS batteries, and what you describe
sounds more like a fuse. I've never heard of CMOS battery that was
ten inches long. They simply do not need to be that big. I really
feel it is something else. I would suggest getting some
documentation, if you still have it, or find it on the web, and try
to figure out what that part you are describing is. It may require
nothing more than reattaching the wire if you are sure that it
belongs where you think it does. But I would play safe and find out
what each of those parts are first. You may want to take some photos
and upload them onto this forum. Somebody here might recognize it and
be able to better help you than I'm able to do.

Good luck.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "John M." <john8520@...> wrote:
>
> I need a project yesterday, so I pulled my 1755 out of its case to
> mess around with it. I took it out, plugged it in, and instead of
the
> battery + power lights coming on like they usually do, they just
> blinked. but it wasn't a *normal* blink, it was more of a flicker,
> like they weren't even getting enough power to light one fully. I
> checked the power supply (my first thought as to who the culprit
may
> be) and it puts out a steady 18.18v, though its rated for 16v
(might
> this be a problem?)
>
> I popped it open to see if there were any dirty/unseated
connectors,
> and I didn't see any. None of the parts were getting abnormally
hot
> (well, nothing was getting remotely warm) or anything like that.
> There's no magic smoke or sparks. I then looked at the CMOS
battery,
> (thats what I *think* it is anyways, 10" long, like a pencil with
a
> plug and wires at the end) the red wire was broken off completely,
so
> it was making the battery (or whatever it is) useless.
>
> Is it possible that this thing not being connected could make it
not
> respond to power at all? Maybe I can cut into it and resolder the
> wire? Maybe something worse is happening?
>
> Thanks,
> John
>




Yahoo! Message number: 1546
Date: Fri, 09 Mar 2007 19:43:51 -0000
From: "jeriddian"
Subject: Re: Merged Files

Thanks, Shawn, I appreciate the offer,

Actually, I've played with it some more and figured out how to merge
the files with the EMP program that comes with this programmer. I
found the section where the hard drives are listed. My original chips
from my upgraded unit showed the table with the six standard hard
drives listed as you have noted previously. The program also allows
me to program each of the two chips appropriately as well, so I
should be able to program my odd and even chips correctly. I'm just
waiting for my EPROMS to come in the mail so I can try it.

Also, you had listed before that getting to the EPROMS required
taking out the keyboard. That may be true for the 1520, but for the
1530, the BIOS chips are underneath the video card and only require
removing this card to get to them. The keyboard does not have to be
removed for that purpose(provided that you don't have to unsolder the
chips). Both of my 1530's have their BIOS chips in low profile
sockets so it's not a problem for me. Actually, I think that the 
1530's may all have low profile sockets used for their BIOS chips. It
may be just that some of the 1520's still have BIOS chips fully
soldered in.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> If you have any problems merging your two files, you
> can send them to me.  I can merge them and send you
> back the single file.
> Thanks,
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Thanks, Shawn,
> >
> >     My old P1 only runs at 75 Mhz, so I don't think
> > that should be
> > much of an issue, plus the PB10 is installed as a
> > separate internal
> > PC card into a slot on the motherboard with its own
> > output to the
> > module that holds the EPROM. I've already fired up
> > the program just
> > looking around and reading the old chips from my
> > original 1530. They
> > seem to work and I can download the contents into
> > the buffer,
> > although when I looked at the code, it seems the
> > amount of code is
> > small compared to the capacity of the chip. I
> > haven't tried fusing
> > the contents of the two chips together yet. Still
> > waiting on my chips
> > to come in.
> >
> > I was doing some research on the 80387 chips. There
> > was some stuff I
> > was seeing suggesting they had to be matched to the
> > particular unit's
> > CPU make and speed, but then I saw another article
> > that said the
> > 80387's which were faster could adapt to a slower
> > speed (up to 33
> > Mhz), but that this was not possible with 80287's
> > I'm not sure how
> > accurate this all is, but I'll keep searching for
> > info.
> >
> > Phil
>
>
>
>
>
______________________________________________________________________
______________
> Never miss an email again!
> Yahoo! Toolbar alerts you the instant new Mail arrives.
> http://tools.search.yahoo.com/toolbar/features/mail/
>




Yahoo! Message number: 1547
Date: Fri, 09 Mar 2007 19:55:50 -0000
From: "ashkelondog"
Subject: Re: Will a 1755 work w/o the CMOS battery?

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> The CMOS battery is only there to maintain a voltage on the CMOS chip
> to maintain the time and date so that you don't have to enter the
> time and date each time you turn the unit on. It has nothing to do
> with the power supply and shouldn't affect turning it on or off if it
> is bad or even if it is missing. As to your power supply, just
> because it provides 18.18 volts when you measure it doesn't mean you
> will get that voltage when you put it under a load requiring a
> subtsantial amount of current. However, it doesn't sound like your
> power supply. I don't know what the CMOS battery for a 1755 would be
> like. I have 1730's myself, but they are small fat cylindrical units
> that are clearly marked as CMOS batteries, and what you describe
> sounds more like a fuse. I've never heard of CMOS battery that was
> ten inches long. They simply do not need to be that big. I really
> feel it is something else. I would suggest getting some
> documentation, if you still have it, or find it on the web, and try
> to figure out what that part you are describing is. It may require
> nothing more than reattaching the wire if you are sure that it
> belongs where you think it does. But I would play safe and find out
> what each of those parts are first. You may want to take some photos
> and upload them onto this forum. Somebody here might recognize it and
> be able to better help you than I'm able to do.
>
> Good luck.
>
> Phil
>
It's been awhile since I've been inside the box, but as I remember my
1755's CMOS battery was like you describe, short, fat cylinder. Like
an overgrown hearing aid battery. 

You can still get replacement CMOS batteries for the 1755. They aren't
that expensive.

Steph



Yahoo! Message number: 1548
Date: Fri, 9 Mar 2007 12:15:32 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Merged Files

Phil,
I was wrong.  You are absolutely correct.  The
keyboard does not need to be removed to get to the
BIOS chips.
The problem is I wrote the procedure from memory
instead of actually doing it while writing.  
Getting to the Dallas RTC (if equipped) does require
removing the keyboard.

BTW, I am still interested in the 1530 BIOS file.  If
it's not too much trouble, can you post it in the
Files section or email it to me?
Thanks,
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Thanks, Shawn, I appreciate the offer,
> 
> Actually, I've played with it some more and figured
> out how to merge 
> the files with the EMP program that comes with this
> programmer. I 
> found the section where the hard drives are listed.
> My original chips 
> from my upgraded unit showed the table with the six
> standard hard 
> drives listed as you have noted previously. The
> program also allows 
> me to program each of the two chips appropriately as
> well, so I 
> should be able to program my odd and even chips
> correctly. I'm just 
> waiting for my EPROMS to come in the mail so I can
> try it.
> 
> Also, you had listed before that getting to the
> EPROMS required 
> taking out the keyboard. That may be true for the
> 1520, but for the 
> 1530, the BIOS chips are underneath the video card
> and only require 
> removing this card to get to them. The keyboard does
> not have to be 
> removed for that purpose(provided that you don't
> have to unsolder the 
> chips). Both of my 1530's have their BIOS chips in
> low profile 
> sockets so it's not a problem for me. Actually, I
> think that the 
> 1530's may all have low profile sockets used for
> their BIOS chips. It 
> may be just that some of the 1520's still have BIOS
> chips fully 
> soldered in.
> 
> Phil




 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Yahoo! Message number: 1549
Date: Fri, 09 Mar 2007 22:35:31 +0000
From: "wilfred blanchard"
Subject: RE: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?

To Phil, Talking of CMOS batteries, I badly need one for my 1450SX. It 
consists of 2 3V cells coupled together. I bought some cells but cannot 
figure out the connection which is small metal plates clipped to the cells. 
Cables are then soldered on. The clipping is beyond me. Can you offer any 
help?
Wilf


>From: "ashkelondog" <ashkelon@...>
>Reply-To: RuGRiD-Laptop@yahoogroups.com
>To: RuGRiD-Laptop@yahoogroups.com
>Subject: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?
>Date: Fri, 09 Mar 2007 19:55:50 -0000
>
>--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
><FelipeGPorresMD@...> wrote:
> >
> > The CMOS battery is only there to maintain a voltage on the CMOS chip
> > to maintain the time and date so that you don't have to enter the
> > time and date each time you turn the unit on. It has nothing to do
> > with the power supply and shouldn't affect turning it on or off if it
> > is bad or even if it is missing. As to your power supply, just
> > because it provides 18.18 volts when you measure it doesn't mean you
> > will get that voltage when you put it under a load requiring a
> > subtsantial amount of current. However, it doesn't sound like your
> > power supply. I don't know what the CMOS battery for a 1755 would be
> > like. I have 1730's myself, but they are small fat cylindrical units
> > that are clearly marked as CMOS batteries, and what you describe
> > sounds more like a fuse. I've never heard of CMOS battery that was
> > ten inches long. They simply do not need to be that big. I really
> > feel it is something else. I would suggest getting some
> > documentation, if you still have it, or find it on the web, and try
> > to figure out what that part you are describing is. It may require
> > nothing more than reattaching the wire if you are sure that it
> > belongs where you think it does. But I would play safe and find out
> > what each of those parts are first. You may want to take some photos
> > and upload them onto this forum. Somebody here might recognize it and
> > be able to better help you than I'm able to do.
> >
> > Good luck.
> >
> > Phil
> >
>It's been awhile since I've been inside the box, but as I remember my
>1755's CMOS battery was like you describe, short, fat cylinder. Like
>an overgrown hearing aid battery.
>
>You can still get replacement CMOS batteries for the 1755. They aren't
>that expensive.
>
>Steph
>




Yahoo! Message number: 1550
Date: Fri, 09 Mar 2007 23:25:57 -0000
From: "jeriddian"
Subject: Re: Merged Files

No problem,Shawn

I'll upload it to the file section. It will be a binary file called
GRID1530.BIN

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> I was wrong.  You are absolutely correct.  The
> keyboard does not need to be removed to get to the
> BIOS chips.
> The problem is I wrote the procedure from memory
> instead of actually doing it while writing.
> Getting to the Dallas RTC (if equipped) does require
> removing the keyboard.
>
> BTW, I am still interested in the 1530 BIOS file.  If
> it's not too much trouble, can you post it in the
> Files section or email it to me?
> Thanks,
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Thanks, Shawn, I appreciate the offer,
> >
> > Actually, I've played with it some more and figured
> > out how to merge
> > the files with the EMP program that comes with this
> > programmer. I
> > found the section where the hard drives are listed.
> > My original chips
> > from my upgraded unit showed the table with the six
> > standard hard
> > drives listed as you have noted previously. The
> > program also allows
> > me to program each of the two chips appropriately as
> > well, so I
> > should be able to program my odd and even chips
> > correctly. I'm just
> > waiting for my EPROMS to come in the mail so I can
> > try it.
> >
> > Also, you had listed before that getting to the
> > EPROMS required
> > taking out the keyboard. That may be true for the
> > 1520, but for the
> > 1530, the BIOS chips are underneath the video card
> > and only require
> > removing this card to get to them. The keyboard does
> > not have to be
> > removed for that purpose(provided that you don't
> > have to unsolder the
> > chips). Both of my 1530's have their BIOS chips in
> > low profile
> > sockets so it's not a problem for me. Actually, I
> > think that the
> > 1530's may all have low profile sockets used for
> > their BIOS chips. It
> > may be just that some of the 1520's still have BIOS
> > chips fully
> > soldered in.
> >
> > Phil
>
>
>
>
>
>
______________________________________________________________________
______________
> Need Mail bonding?
> Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
> http://answers.yahoo.com/dir/?link=list&sid=396546091
>




Yahoo! Message number: 1551
Date: Fri, 09 Mar 2007 23:44:12 -0000
From: "jeriddian"
Subject: Re: Will a 1755 work w/o the CMOS battery?

Well, first could you tell me what the brand and model number of the
battery is? I tried to look up a replacement battery specific for the
1450 SX, and couldn't find any info on it, although I did find
lithium 3V batteries that were coin sized. As long as we match the
voltage and the amperage output, we should be okay.

Secondly, I don't know exactly what to tell you about the connections
since I am not familiar with it. My 1530's use a different CMOS
battery setup with a cylinder battery. There aren't any plates. If
you could take a picture of it and post it, I might be able to tell
you more.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "wilfred blanchard" 
<nitfie@...> wrote:
>
> To Phil, Talking of CMOS batteries, I badly need one for my 1450SX.
It
> consists of 2 3V cells coupled together. I bought some cells but
cannot
> figure out the connection which is small metal plates clipped to
the cells.
> Cables are then soldered on. The clipping is beyond me. Can you
offer any
> help?
> Wilf
>
>
> >From: "ashkelondog" <ashkelon@...>
> >Reply-To: RuGRiD-Laptop@yahoogroups.com
> >To: RuGRiD-Laptop@yahoogroups.com
> >Subject: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?
> >Date: Fri, 09 Mar 2007 19:55:50 -0000
> >
> >--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> ><FelipeGPorresMD@> wrote:
> > >
> > > The CMOS battery is only there to maintain a voltage on the
CMOS chip
> > > to maintain the time and date so that you don't have to enter
the
> > > time and date each time you turn the unit on. It has nothing to
do
> > > with the power supply and shouldn't affect turning it on or off
if it
> > > is bad or even if it is missing. As to your power supply, just
> > > because it provides 18.18 volts when you measure it doesn't
mean you
> > > will get that voltage when you put it under a load requiring a
> > > subtsantial amount of current. However, it doesn't sound like
your
> > > power supply. I don't know what the CMOS battery for a 1755
would be
> > > like. I have 1730's myself, but they are small fat cylindrical
units
> > > that are clearly marked as CMOS batteries, and what you describe
> > > sounds more like a fuse. I've never heard of CMOS battery that
was
> > > ten inches long. They simply do not need to be that big. I
really
> > > feel it is something else. I would suggest getting some
> > > documentation, if you still have it, or find it on the web, and
try
> > > to figure out what that part you are describing is. It may
require
> > > nothing more than reattaching the wire if you are sure that it
> > > belongs where you think it does. But I would play safe and find
out
> > > what each of those parts are first. You may want to take some
photos
> > > and upload them onto this forum. Somebody here might recognize
it and
> > > be able to better help you than I'm able to do.
> > >
> > > Good luck.
> > >
> > > Phil
> > >
> >It's been awhile since I've been inside the box, but as I remember
my
> >1755's CMOS battery was like you describe, short, fat cylinder.
Like
> >an overgrown hearing aid battery.
> >
> >You can still get replacement CMOS batteries for the 1755. They
aren't
> >that expensive.
> >
> >Steph
> >
>




Yahoo! Message number: 1552
Date: Fri, 9 Mar 2007 19:42:43 -0500
From: "John M."
Subject: Re: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?

Ok, I've done some reading and testing, and I have concluded the  
following things:

A) The 1755 has one of those Dallas Real Time clock box thingies. It  
has the Model DS1287, which has a 3v battery *internally*
B) The connector for the long strange battery is labeled RESUME,  
might it be for a momentary backup of the main battery?
C) I've plugged the power supply into the board, and tested the  
voltage level on the DC jack's solder points. When plugged in there,  
it drops to 3.55v.

Here's some pictures, if they help any...

Strange battery thing -
	battery - http://john8520.homeunix.org:8888/grid/DSC_3214.JPG
	logicboard connector - http://john8520.homeunix.org:8888/grid/ 
DSC_3214.JPG

Dallas time box - http://john8520.homeunix.org:8888/grid/DSC_3216.JPG
	

John


On Mar 9, 2007, at 2:55 PM, ashkelondog wrote:

> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <FelipeGPorresMD@...> wrote:
>>
>> The CMOS battery is only there to maintain a voltage on the CMOS chip
>> to maintain the time and date so that you don't have to enter the
>> time and date each time you turn the unit on. It has nothing to do
>> with the power supply and shouldn't affect turning it on or off if it
>> is bad or even if it is missing. As to your power supply, just
>> because it provides 18.18 volts when you measure it doesn't mean you
>> will get that voltage when you put it under a load requiring a
>> subtsantial amount of current. However, it doesn't sound like your
>> power supply. I don't know what the CMOS battery for a 1755 would be
>> like. I have 1730's myself, but they are small fat cylindrical units
>> that are clearly marked as CMOS batteries, and what you describe
>> sounds more like a fuse. I've never heard of CMOS battery that was
>> ten inches long. They simply do not need to be that big. I really
>> feel it is something else. I would suggest getting some
>> documentation, if you still have it, or find it on the web, and try
>> to figure out what that part you are describing is. It may require
>> nothing more than reattaching the wire if you are sure that it
>> belongs where you think it does. But I would play safe and find out
>> what each of those parts are first. You may want to take some photos
>> and upload them onto this forum. Somebody here might recognize it and
>> be able to better help you than I'm able to do.
>>
>> Good luck.
>>
>> Phil
>>
> It's been awhile since I've been inside the box, but as I remember my
> 1755's CMOS battery was like you describe, short, fat cylinder. Like
> an overgrown hearing aid battery.
>
> You can still get replacement CMOS batteries for the 1755. They aren't
> that expensive.
>
> Steph
>
>
>
> ------------------------ Yahoo! Groups Sponsor -------------------- 
> ~-->
> Check out the new improvements in Yahoo! Groups email.
> http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/f7l0lB/TM
> -------------------------------------------------------------------- 
> ~->
>
> http://groups.yahoo.com/group/rugrid-laptop/
> Yahoo! Groups Links
>
>
>



Yahoo! Message number: 1553
Date: Sat, 10 Mar 2007 05:48:41 -0800 (PST)
From: steve adams
Subject: Re: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?

It's been awhile- the long yellow pencil is a standby
battery. Also, have you tried powering up with battery
removed? Could be horribly dead.



Yahoo! Message number: 1554
Date: Sat, 10 Mar 2007 11:50:22 -0500
From: "John Miller"
Subject: Re: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?

Yeah, all the testing I've been doing is sans-battery, especially
since the + wire on the standby battery is broken off. The main
battery + main battery wires are also disconnected/removed.

On 3/10/07, steve adams <Mobat99@...> wrote:
> It's been awhile- the long yellow pencil is a standby
> battery. Also, have you tried powering up with battery
> removed? Could be horribly dead.
>
>
>
>
> http://groups.yahoo.com/group/rugrid-laptop/
> Yahoo! Groups Links
>
>
>
>


Yahoo! Message number: 1555
Date: Sat, 10 Mar 2007 21:06:40 -0000
From: "jeriddian"
Subject: Re: Will a 1755 work w/o the CMOS battery?

To John,
     The pictures are pretty clear. I've never seen a battery like
the one there, but I do believe it is a battery. I think you can go
ahead and resolder the red wire back to it and see if it helps.
However, the "resume" is exactly like what Steve Adams said. It
suggests that this is the battery that maintains power on the memory
so that you don't lose the information to reload the computer when
you take it out of standby.
     When you put the computer into standby, you will shut down
virtually all of it, but you have to store the information in the
RAM and the CPU somewhere so that when you turn the computer back
on, it can reload that information and pick up exactly where you
left off. That requires that you store that information into a
separate RAM (usually) and keep it active until you are ready to
restart the computer. This requires very little current to do this
and therefore a battery can keep it up for a very long time. This
battery apparently supplies the power for that. Not having this
battery in there however, only means you cannot put the computer
into standby.
     It still as nothing to do with the main power of the computer.
What you describe in point #1 of your post is bad news, because it
indicates that the power supply cannot supply the proper voltage at
full load. Even at full load, your power supply should test out at
close to 18 volts. Intead you are only getting 3 volts. That
suggests one of two things. Either your power supply is bad (easy
enough to replace), or there's a short in the power handling section
of your computer (Not so eacy to fix.)
     The best way to test this is to find out the power rating of
the power supply [How many maximum watts does it supply? Just
multiply the voltage (18) by the amperage (however many amperes it
says on the power supply itself), and that gives you the wattage].
Then figure the resistance of the unit at maximum power output which
is voltage divided by amperage (example: 18 volts divided by 3
amperes equals a resistance of 6 ohms). Resistance is measured in
ohms. Then find (buy) a power resistor rated at the maximum wattage
or better at that resistance (ohmage). In the above example 18 volts
times 3 amperes equals 54 watts of power. So find a resistor valued
at 6 ohms, rated at 50 watts or higher.
     Use this as a proxy for the computer and connect the power
supply across it. If the voltage is still 3 volts, your power supply
is bad. If the voltage is back up to 18 volts, you have a short
circuit somewhere in the computer (probably a bad capacitor that has
degraded with time over the years).

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "John Miller" <john8520@...>
wrote:
>
> Yeah, all the testing I've been doing is sans-battery, especially
> since the + wire on the standby battery is broken off. The main
> battery + main battery wires are also disconnected/removed.
>
> On 3/10/07, steve adams <Mobat99@...> wrote:
> > It's been awhile- the long yellow pencil is a standby
> > battery. Also, have you tried powering up with battery
> > removed? Could be horribly dead.
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> >
> >
>




Yahoo! Message number: 1556
Date: Sat, 10 Mar 2007 17:40:56 -0500
From: "John Miller"
Subject: Re: [RuGRiD-Laptop] Re: Will a 1755 work w/o the CMOS battery?
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1557
Date: Sun, 11 Mar 2007 06:21:09 -0000
From: "jeriddian"
Subject: Re: Will a 1755 work w/o the CMOS battery?

No prob, John,
     Just FYI, if it is 1.5 amps, then you're looking at 27 watts and
12 ohms as the specson on the power resistor you need ot use. If it
is 2 amperes, then you're looking at 36 watts and 9 ohms on the
resistor. Good luck.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, "John Miller" <john8520@...>
wrote:
>
> Wow! Thanks for the explanation and howto! Unfortunately I'm out of
town at
> the moment, and wont be back home until the 16th, and I was unable
to bring
> any of the parts along. However, I will test everything when I get
back.
>
> Anyways, I believe that its 1.5 amps, or maybe 2, not sure. My bet
would be
> that there is a short somewhere on the mainboard, but I'm not sure.
If its
> just some crud, spraying it down with som of that 'quick
evaporating'
> contact cleaner will help alot. (I've used it on many mac
logicboards, whith
> positive effects)
>
> Thanks,
> John
>
> On 3/10/07, jeriddian <FelipeGPorresMD@...> wrote:
> >
> > To John,
> >      The pictures are pretty clear. I've never seen a battery like
> > the one there, but I do believe it is a battery. I think you can
go
> > ahead and resolder the red wire back to it and see if it helps.
> > However, the "resume" is exactly like what Steve Adams said. It
> > suggests that this is the battery that maintains power on the
memory
> > so that you don't lose the information to reload the computer when
> > you take it out of standby.
> >      When you put the computer into standby, you will shut down
> > virtually all of it, but you have to store the information in the
> > RAM and the CPU somewhere so that when you turn the computer back
> > on, it can reload that information and pick up exactly where you
> > left off. That requires that you store that information into a
> > separate RAM (usually) and keep it active until you are ready to
> > restart the computer. This requires very little current to do this
> > and therefore a battery can keep it up for a very long time. This
> > battery apparently supplies the power for that. Not having this
> > battery in there however, only means you cannot put the computer
> > into standby.
> >      It still as nothing to do with the main power of the
computer.
> > What you describe in point #1 of your post is bad news, because it
> > indicates that the power supply cannot supply the proper voltage
at
> > full load. Even at full load, your power supply should test out at
> > close to 18 volts. Intead you are only getting 3 volts. That
> > suggests one of two things. Either your power supply is bad (easy
> > enough to replace), or there's a short in the power handling
section
> > of your computer (Not so eacy to fix.)
> >      The best way to test this is to find out the power rating of
> > the power supply [How many maximum watts does it supply? Just
> > multiply the voltage (18) by the amperage (however many amperes it
> > says on the power supply itself), and that gives you the wattage].
> > Then figure the resistance of the unit at maximum power output
which
> > is voltage divided by amperage (example: 18 volts divided by 3
> > amperes equals a resistance of 6 ohms). Resistance is measured in
> > ohms. Then find (buy) a power resistor rated at the maximum
wattage
> > or better at that resistance (ohmage). In the above example 18
volts
> > times 3 amperes equals 54 watts of power. So find a resistor
valued
> > at 6 ohms, rated at 50 watts or higher.
> >      Use this as a proxy for the computer and connect the power
> > supply across it. If the voltage is still 3 volts, your power
supply
> > is bad. If the voltage is back up to 18 volts, you have a short
> > circuit somewhere in the computer (probably a bad capacitor that
has
> > degraded with time over the years).
> >
> > Phil
> >
>




Yahoo! Message number: 1558
Date: Sun, 11 Mar 2007 15:59:54 -0000
From: "androgenoide"
Subject: Re: Will a 1755 work w/o the CMOS battery?





My two cents worth...

Light bulbs typically make pretty good dummy loads for checking power
supplies.   I don't think that power supply should be able to supply
enough to light up an auto headlight even if it's working properly,
but maybe a couple taillights in parallel...(or maybe just one)?

Prime suspects for drawing excess current and shutting things down
are old batteries.   I'm a bit of a cynic about batteries.  Most
NiCd's have a one year warranty and few of them meet spec after that
period.  The commonest failure mode is the one where it dries out and
won't draw any current but there are several ways they can be shorted
or partially shorted.   I'd say make sure that all batteries are
disconnected and the supply can drive at least one taillight.   If
the Grid still draws enough to pull down the supply then you can
start worrying about motherboard problems...although, even then, the
problem will most likely be in the power supply section.

Anyone ever notice that small signal transistors tend to open and
simply stop working while high power devices tend to short across the
supply and damage other stuff?   Yet another corollary of Murphy's
law...

















--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> No prob, John,
>      Just FYI, if it is 1.5 amps, then you're looking at 27 watts
and
> 12 ohms as the specson on the power resistor you need ot use. If it
> is 2 amperes, then you're looking at 36 watts and 9 ohms on the
> resistor. Good luck.
>
> Phil
>
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "John Miller" <john8520@>
> wrote:
> >
> > Wow! Thanks for the explanation and howto! Unfortunately I'm out
of
> town at
> > the moment, and wont be back home until the 16th, and I was
unable 
> to bring
> > any of the parts along. However, I will test everything when I
get
> back.
> >
> > Anyways, I believe that its 1.5 amps, or maybe 2, not sure. My
bet
> would be
> > that there is a short somewhere on the mainboard, but I'm not
sure.
> If its
> > just some crud, spraying it down with som of that 'quick
> evaporating'
> > contact cleaner will help alot. (I've used it on many mac
> logicboards, whith
> > positive effects)
> >
> > Thanks,
> > John
> >
> > On 3/10/07, jeriddian <FelipeGPorresMD@> wrote:
> > >
> > > To John,
> > >      The pictures are pretty clear. I've never seen a battery
like
> > > the one there, but I do believe it is a battery. I think you
can
> go
> > > ahead and resolder the red wire back to it and see if it helps.
> > > However, the "resume" is exactly like what Steve Adams said. It
> > > suggests that this is the battery that maintains power on the
> memory
> > > so that you don't lose the information to reload the computer
when
> > > you take it out of standby.
> > >      When you put the computer into standby, you will shut down
> > > virtually all of it, but you have to store the information in
the
> > > RAM and the CPU somewhere so that when you turn the computer
back
> > > on, it can reload that information and pick up exactly where you
> > > left off. That requires that you store that information into a
> > > separate RAM (usually) and keep it active until you are ready to
> > > restart the computer. This requires very little current to do
this
> > > and therefore a battery can keep it up for a very long time.
This
> > > battery apparently supplies the power for that. Not having this
> > > battery in there however, only means you cannot put the computer
> > > into standby.
> > >      It still as nothing to do with the main power of the
> computer.
> > > What you describe in point #1 of your post is bad news, because
it
> > > indicates that the power supply cannot supply the proper
voltage
> at
> > > full load. Even at full load, your power supply should test out
at
> > > close to 18 volts. Intead you are only getting 3 volts. That
> > > suggests one of two things. Either your power supply is bad
(easy
> > > enough to replace), or there's a short in the power handling
> section
> > > of your computer (Not so eacy to fix.)
> > >      The best way to test this is to find out the power rating 
of
> > > the power supply [How many maximum watts does it supply? Just
> > > multiply the voltage (18) by the amperage (however many amperes
it
> > > says on the power supply itself), and that gives you the
wattage].
> > > Then figure the resistance of the unit at maximum power output
> which
> > > is voltage divided by amperage (example: 18 volts divided by 3
> > > amperes equals a resistance of 6 ohms). Resistance is measured
in
> > > ohms. Then find (buy) a power resistor rated at the maximum
> wattage
> > > or better at that resistance (ohmage). In the above example 18
> volts
> > > times 3 amperes equals 54 watts of power. So find a resistor
> valued
> > > at 6 ohms, rated at 50 watts or higher.
> > >      Use this as a proxy for the computer and connect the power
> > > supply across it. If the voltage is still 3 volts, your power
> supply
> > > is bad. If the voltage is back up to 18 volts, you have a short
> > > circuit somewhere in the computer (probably a bad capacitor
that
> has
> > > degraded with time over the years).
> > >
> > > Phil
> > >
> >
>




Yahoo! Message number: 1559
Date: Fri, 16 Mar 2007 19:45:16 -0800
From:
Subject: TEST

Ignore me


Yahoo! Message number: 1560
Date: Sat, 17 Mar 2007 21:02:20 -0000
From: "jeriddian"
Subject: Re: Larger Hard Drives in a 1520 (Success...finally)

That's great Shawn!
    I should get my IC's on Monday, and I can try it. I also managed
to find the same hard drive you have at a use parts store,a dn I
want to use it also. I hope you updated this all on your "how to"
instructions. Thanks!

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I was able to get the my Grid 1520 to boot from a 340
> MB hard drive AND recognize all 340 MB!!
>
> The short version of the story is the drive parameters
> of the drive that you want to boot from, has to be the
> 2nd entry in the drive table.
>
> The long version of the story:
>
> Note: I am going to refer to the hard drive that you
> wish to install in your Grid as the "new" hard drive.
> The "default" hard drive is one of the Conner hard
> drives that the Grid recognizes by default.
>
> The hard drive parameter table has 23 entries for 23
> different hard drive types.  According to hdlook.exe,
> HD1 gets loaded with the first table entry and HD0
> gets the second table entry.  I would have expected
> HD0 to be the first and HD1 to be the second, but that
> is not the case.
>
> I made a couple of assumptions.  One of them turned
> out to be wrong.  First, I thought as long as the new
> hard drive parameters of your new hard drive is in the
> table, anywhere in the table, the Grid will recognize
> all of it AND boot from it.
> The reality is if the new hard drive parameters are in
> the table, the Grid can boot from it, but it will not
> "see" all of the drive space.  The new hard drive
> parameters have to be the 2nd table entry.
>
> When I first entered the parameters for my 340 MB hard
> drive, I diliberatly did not use the first two table
> entries.  The first table entry is for a default 10 MB
> drive.  The second entry of for the CP3024 20 MB
> drive.  I thought I was being safe by not using those
> two table entries.  I was wrong.
> I did some testing, and I got some unexpected results.
>  I couldn't wait until tonight to get some time to
> test out another idea.  It worked!
>
> It is possible that the new hard drive parameters
> could be entered into the first table entry.  I might
> try that this weekend if I get some time.  Right now,
> I'm just very happy to have MS-DOS 6.22 installed on
> my Grid and have 335,962,112 bytes free!
> -Shawn
>
>
>
>
_____________________________________________________________________
_______________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com
>




Yahoo! Message number: 1561
Date: Wed, 21 Mar 2007 16:21:49 -0000
From: "jeriddian"
Subject: Re: Larger Hard Drives in a 1520 (Success...finally)

To Shawn,

Well, this is a followup on the programming.....I have not been 
successful. I am trying to use a Conner CP30174E hard drive to
replace the old one in my second 1530 unit. I have followed the
procedure you have detailed adn checked through it carefully. My
PB10 programmer allows me to merge the files, make the changes and
then allows me to program the chips in split fashion directly from
the program itself. I have followed the procedure and replaced the
second entry in the hard drives list with the designation of this
hard drive which is CP30174E. (It does run over the next entry and
erases the CP from the next entry which was the CP3044, leaving only
the 3044 following it).

I went to the hard drive parameter tables and carefully inputted the
parameter data, all duly discovered using hdlook, converted into
hex, then entered in the appropriate places in the second hard drive
parameter table listing (starting at address 6410), making sure to
enter the smaller byte first when the datum concerned was a double
word. I then split the files and calculated the checksum and
adjusted the logo entry letters at the very beginning of the file to
get the checksum to agree with the original file.

I then put the unit together and booted up the unit. Unfortunately,
it didn't work. I was able to get the unit to boot up just fine with
a boot disk, but at boot up I did get the configuration error 02,
which I am assuming is the computer couldn't recognize the hard 
drive, and then after the boot disk got the thing into DOS, I tried
FDISK which couldn't find any hard drives present.

I tried this four or five times, reprogramming the chips after going
over the files again and making sure I got them correct as per the
protocol, and using two different CP30174E units. I know the hard
drives are okay as I tested them out on my PC machine first But
still no go....

Any ideas or input out there?

Thanks for the help.

Phil
--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> That's great Shawn!
>     I should get my IC's on Monday, and I can try it. I also
managed
> to find the same hard drive you have at a use parts store,a dn I
> want to use it also. I hope you updated this all on your "how to"
> instructions. Thanks!
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > All,
> > I was able to get the my Grid 1520 to boot from a 340
> > MB hard drive AND recognize all 340 MB!!
> >
> > The short version of the story is the drive parameters
> > of the drive that you want to boot from, has to be the
> > 2nd entry in the drive table.
> >
> > The long version of the story:
> >
> > Note: I am going to refer to the hard drive that you
> > wish to install in your Grid as the "new" hard drive.
> > The "default" hard drive is one of the Conner hard
> > drives that the Grid recognizes by default.
> >
> > The hard drive parameter table has 23 entries for 23
> > different hard drive types.  According to hdlook.exe,
> > HD1 gets loaded with the first table entry and HD0
> > gets the second table entry.  I would have expected
> > HD0 to be the first and HD1 to be the second, but that
> > is not the case.
> >
> > I made a couple of assumptions.  One of them turned
> > out to be wrong.  First, I thought as long as the new
> > hard drive parameters of your new hard drive is in the
> > table, anywhere in the table, the Grid will recognize
> > all of it AND boot from it.
> > The reality is if the new hard drive parameters are in
> > the table, the Grid can boot from it, but it will not
> > "see" all of the drive space.  The new hard drive
> > parameters have to be the 2nd table entry.
> >
> > When I first entered the parameters for my 340 MB hard
> > drive, I diliberatly did not use the first two table
> > entries.  The first table entry is for a default 10 MB
> > drive.  The second entry of for the CP3024 20 MB
> > drive.  I thought I was being safe by not using those
> > two table entries.  I was wrong.
> > I did some testing, and I got some unexpected results.
> >  I couldn't wait until tonight to get some time to
> > test out another idea.  It worked!
> >
> > It is possible that the new hard drive parameters
> > could be entered into the first table entry.  I might
> > try that this weekend if I get some time.  Right now,
> > I'm just very happy to have MS-DOS 6.22 installed on
> > my Grid and have 335,962,112 bytes free!
> > -Shawn
> >
> >
> >
> >
>
_____________________________________________________________________
> _______________
> > Do you Yahoo!?
> > Everyone is raving about the all-new Yahoo! Mail beta.
> > http://new.mail.yahoo.com
> >
>




Yahoo! Message number: 1562
Date: Wed, 21 Mar 2007 11:38:43 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Larger Hard Drives in a 1520 (Success...finally)

Phil,
I'm in a rush right now but I wanted to get a response
to you as quickly as possible.
The Grid booted from floppy, right?  The simple fact
that it booted from floppy indciated that your BIOS
editing was done correctly.

What is the status of your Dallas RTC or the Tadiran
CMOS battery?
I have found that if the CMOS battery is dead, you
will get a Invalid Configuration.  *I assume* that
when you get that error, a default configuration is
loaded.  It appears that hard disk support is not a
part of the default configuration.
I can't offer an explination as to why this happensnor
do I know where the BIOS gets this "default"
configuration.  All I know is from my testing, if the
battery (or RTC) is dead, you can't see the hard
drive.
I hope that helps.
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> To Shawn,
> 
> Well, this is a followup on the programming.....I
> have not been 
> successful. I am trying to use a Conner CP30174E
> hard drive to 
> replace the old one in my second 1530 unit. I have
> followed the 
> procedure you have detailed adn checked through it
> carefully. My 
> PB10 programmer allows me to merge the files, make
> the changes and 
> then allows me to program the chips in split fashion
> directly from 
> the program itself. I have followed the procedure
> and replaced the 
> second entry in the hard drives list with the
> designation of this 
> hard drive which is CP30174E. (It does run over the
> next entry and 
> erases the CP from the next entry which was the
> CP3044, leaving only 
> the 3044 following it).
> 
> I went to the hard drive parameter tables and
> carefully inputted the 
> parameter data, all duly discovered using hdlook,
> converted into 
> hex, then entered in the appropriate places in the
> second hard drive 
> parameter table listing (starting at address 6410),
> making sure to 
> enter the smaller byte first when the datum
> concerned was a double 
> word. I then split the files and calculated the
> checksum and 
> adjusted the logo entry letters at the very
> beginning of the file to 
> get the checksum to agree with the original file.
> 
> I then put the unit together and booted up the unit.
> Unfortunately, 
> it didn't work. I was able to get the unit to boot
> up just fine with 
> a boot disk, but at boot up I did get the
> configuration error 02, 
> which I am assuming is the computer couldn't
> recognize the hard 
> drive, and then after the boot disk got the thing
> into DOS, I tried 
> FDISK which couldn't find any hard drives present.
> 
> I tried this four or five times, reprogramming the
> chips after going 
> over the files again and making sure I got them
> correct as per the 
> protocol, and using two different CP30174E units. I
> know the hard 
> drives are okay as I tested them out on my PC
> machine first But 
> still no go....
> 
> Any ideas or input out there?
> 
> Thanks for the help.
> 
> Phil
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" 
> <FelipeGPorresMD@...> wrote:
> >
> > That's great Shawn!
> >     I should get my IC's on Monday, and I can try
> it. I also 
> managed 
> > to find the same hard drive you have at a use
> parts store,a dn I 
> > want to use it also. I hope you updated this all
> on your "how to" 
> > instructions. Thanks!
> > 
> > Phil
> > 
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@> wrote:
> > >
> > > All,
> > > I was able to get the my Grid 1520 to boot from
> a 340
> > > MB hard drive AND recognize all 340 MB!! 
> > > 
> > > The short version of the story is the drive
> parameters
> > > of the drive that you want to boot from, has to
> be the
> > > 2nd entry in the drive table.
> > > 
> > > The long version of the story:
> > > 
> > > Note: I am going to refer to the hard drive that
> you
> > > wish to install in your Grid as the "new" hard
> drive. 
> > > The "default" hard drive is one of the Conner
> hard
> > > drives that the Grid recognizes by default.
> > >  
> > > The hard drive parameter table has 23 entries
> for 23
> > > different hard drive types.  According to
> hdlook.exe,
> > > HD1 gets loaded with the first table entry and
> HD0
> > > gets the second table entry.  I would have
> expected
> > > HD0 to be the first and HD1 to be the second,
> but that
> > > is not the case.
> > > 
> > > I made a couple of assumptions.  One of them
> turned
> > > out to be wrong.  First, I thought as long as
> the new
> > > hard drive parameters of your new hard drive is
> in the
> > > table, anywhere in the table, the Grid will
> recognize
> > > all of it AND boot from it.
> > > The reality is if the new hard drive parameters
> are in
> > > the table, the Grid can boot from it, but it
> will not
> > > "see" all of the drive space.  The new hard
> drive
> > > parameters have to be the 2nd table entry.
> > > 
> > > When I first entered the parameters for my 340
> MB hard
> > > drive, I diliberatly did not use the first two
> table
> > > entries.  The first table entry is for a default
> 10 MB
> > > drive.  The second entry of for the CP3024 20 MB
> > > drive.  I thought I was being safe by not using
> those
> > > two table entries.  I was wrong.
> > > I did some testing, and I got some unexpected
> results.
> > >  I couldn't wait until tonight to get some time
> to
> > > test out another idea.  It worked!
> > > 
> > > It is possible that the new hard drive
> parameters
> > > could be entered into the first table entry.  I
> might
> > > try that this weekend if I get some time.  Right
> now,
> > > I'm just very happy to have MS-DOS 6.22
> installed on
> > > my Grid and have 335,962,112 bytes free!
> > > -Shawn 
> > > 
> > > 
> > >  
> > > 
> > 
>
_____________________________________________________________________
> > _______________
> > > Do you Yahoo!?
> > > Everyone is raving about the all-new Yahoo! Mail
> beta.
> > > http://new.mail.yahoo.com
> > >
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 
=== message truncated ===



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL


Yahoo! Message number: 1563
Date: Wed, 21 Mar 2007 23:11:09 -0000
From: "jeriddian"
Subject: Re: Larger Hard Drives in a 1520 (Success...finally)

To Shawn,
     You are correct in that I was able to get it to boot normally
from the floppy. It just didn't see the hard drive. But then I'm a
little surprised that the CMOS battery would be required to allow
the computer to recognize it. I've had to replace the battery in my
original 1530 once before, and while it was dead, before I replaced
it, the hard drive came up okay. To be honest that doesn't seem
right to me. Now this newer unit doesn't have its battery in it now.
I was planning on putting it in once I got the hard drive going. But
I'll go ahead and try and see if it makes a difference.

But there are some other questions I have as to whether I programmed
the thing right.

Does it matter in which position I put the parameters in the
parameter table? I put in these parameters in the second position in
that table since I listed the hard drive in the second position in 
the Hard Drive table.

How does the computer know when to stop reading for the hard drive
designation? Does it just stop and accept it when the complete name
is read and matched to what is on the hard drive, or does the "C" of
the next hard drive name act as a stop character?

As to the Dallas RTC chip, as far as I know it's okay, but how do I
check that?

Thanks for the help, and I ubderstand you're in a rush, so whenever
you're able to get back to me is fine.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> I'm in a rush right now but I wanted to get a response
> to you as quickly as possible.
> The Grid booted from floppy, right?  The simple fact
> that it booted from floppy indciated that your BIOS
> editing was done correctly.
>
> What is the status of your Dallas RTC or the Tadiran
> CMOS battery?
> I have found that if the CMOS battery is dead, you
> will get a Invalid Configuration.  *I assume* that
> when you get that error, a default configuration is
> loaded.  It appears that hard disk support is not a
> part of the default configuration.
> I can't offer an explination as to why this happensnor
> do I know where the BIOS gets this "default"
> configuration.  All I know is from my testing, if the
> battery (or RTC) is dead, you can't see the hard
> drive.
> I hope that helps.
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > To Shawn,
> >
> > Well, this is a followup on the programming.....I
> > have not been
> > successful. I am trying to use a Conner CP30174E
> > hard drive to
> > replace the old one in my second 1530 unit. I have
> > followed the 
> > procedure you have detailed adn checked through it
> > carefully. My
> > PB10 programmer allows me to merge the files, make
> > the changes and 
> > then allows me to program the chips in split fashion
> > directly from
> > the program itself. I have followed the procedure
> > and replaced the
> > second entry in the hard drives list with the
> > designation of this
> > hard drive which is CP30174E. (It does run over the
> > next entry and
> > erases the CP from the next entry which was the
> > CP3044, leaving only
> > the 3044 following it).
> >
> > I went to the hard drive parameter tables and
> > carefully inputted the
> > parameter data, all duly discovered using hdlook,
> > converted into
> > hex, then entered in the appropriate places in the
> > second hard drive
> > parameter table listing (starting at address 6410),
> > making sure to
> > enter the smaller byte first when the datum
> > concerned was a double
> > word. I then split the files and calculated the
> > checksum and
> > adjusted the logo entry letters at the very
> > beginning of the file to
> > get the checksum to agree with the original file.
> >
> > I then put the unit together and booted up the unit.
> > Unfortunately,
> > it didn't work. I was able to get the unit to boot
> > up just fine with
> > a boot disk, but at boot up I did get the
> > configuration error 02,
> > which I am assuming is the computer couldn't
> > recognize the hard
> > drive, and then after the boot disk got the thing
> > into DOS, I tried
> > FDISK which couldn't find any hard drives present.
> >
> > I tried this four or five times, reprogramming the
> > chips after going
> > over the files again and making sure I got them
> > correct as per the
> > protocol, and using two different CP30174E units. I
> > know the hard
> > drives are okay as I tested them out on my PC
> > machine first But
> > still no go....
> >
> > Any ideas or input out there?
> >
> > Thanks for the help.
> >
> > Phil
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> > <FelipeGPorresMD@> wrote:
> > >
> > > That's great Shawn!
> > >     I should get my IC's on Monday, and I can try
> > it. I also
> > managed
> > > to find the same hard drive you have at a use
> > parts store,a dn I
> > > want to use it also. I hope you updated this all
> > on your "how to"
> > > instructions. Thanks!
> > >
> > > Phil
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > > >
> > > > All,
> > > > I was able to get the my Grid 1520 to boot from
> > a 340
> > > > MB hard drive AND recognize all 340 MB!!
> > > >
> > > > The short version of the story is the drive
> > parameters
> > > > of the drive that you want to boot from, has to
> > be the
> > > > 2nd entry in the drive table.
> > > >
> > > > The long version of the story:
> > > >
> > > > Note: I am going to refer to the hard drive that
> > you
> > > > wish to install in your Grid as the "new" hard
> > drive.
> > > > The "default" hard drive is one of the Conner
> > hard
> > > > drives that the Grid recognizes by default.
> > > >
> > > > The hard drive parameter table has 23 entries
> > for 23
> > > > different hard drive types.  According to
> > hdlook.exe,
> > > > HD1 gets loaded with the first table entry and
> > HD0
> > > > gets the second table entry.  I would have
> > expected
> > > > HD0 to be the first and HD1 to be the second,
> > but that
> > > > is not the case.
> > > >
> > > > I made a couple of assumptions.  One of them
> > turned
> > > > out to be wrong.  First, I thought as long as
> > the new
> > > > hard drive parameters of your new hard drive is
> > in the
> > > > table, anywhere in the table, the Grid will
> > recognize
> > > > all of it AND boot from it.
> > > > The reality is if the new hard drive parameters
> > are in
> > > > the table, the Grid can boot from it, but it
> > will not
> > > > "see" all of the drive space.  The new hard
> > drive
> > > > parameters have to be the 2nd table entry.
> > > >
> > > > When I first entered the parameters for my 340
> > MB hard
> > > > drive, I diliberatly did not use the first two
> > table
> > > > entries.  The first table entry is for a default
> > 10 MB
> > > > drive.  The second entry of for the CP3024 20 MB
> > > > drive.  I thought I was being safe by not using
> > those
> > > > two table entries.  I was wrong.
> > > > I did some testing, and I got some unexpected
> > results.
> > > >  I couldn't wait until tonight to get some time
> > to
> > > > test out another idea.  It worked!
> > > >
> > > > It is possible that the new hard drive
> > parameters
> > > > could be entered into the first table entry.  I
> > might
> > > > try that this weekend if I get some time.  Right
> > now,
> > > > I'm just very happy to have MS-DOS 6.22
> > installed on
> > > > my Grid and have 335,962,112 bytes free!
> > > > -Shawn
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
_____________________________________________________________________
> > > _______________
> > > > Do you Yahoo!?
> > > > Everyone is raving about the all-new Yahoo! Mail
> > beta.
> > > > http://new.mail.yahoo.com
> > > >
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
> === message truncated ===
> 
>
>
>
>
_____________________________________________________________________
_______________
> Get your own web address.
> Have a HUGE year through Yahoo! Small Business.
> http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
>




Yahoo! Message number: 1564
Date: Thu, 22 Mar 2007 09:31:39 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Larger Hard Drives in a 1520 (Success...finally)

Phil,
Yesterday's rush is over.  Thankfully. :)

> before I replaced 
> it, the hard drive came up okay. To be honest that
> doesn't seem 
> right to me. 

I agree, it does not seem right to me either.  But my
1502's won't see a hard drive unless the CMOS battery
is there or the Dallas RTC is good.

  
> Does it matter in which position I put the
> parameters in the 
> parameter table? 

As far as I know (AFAIK), no.

> How does the computer know when to stop reading for
> the hard drive 
> designation? 

I don't know this either.  I have questions about this
as well.  The space is 35 bytes.  35 isn't a nice
computer number.  By that I mean that 35 is not a
multiple of 2^n.  Also, each hard drive parameter has
a different field length.  Some are 5 characters
(CP344) and others are 6 characters (CP3022).
I notice in the 1520 BIOS file and the 1530 BIOS file,
the last entry is CP3104R.  Perhaps the 'R' is a
character that signifies the end of the hard drive
list.

> As to the Dallas RTC chip, as far as I know it's
> okay, but how do I 
> check that?

With a voltmeter, check between pins 16(-) and 20(+). 
Here is a site that lists how to hack the 1287.
http://www.mcamafia.de/mcapage0/dsrework.htm

Good luck,
-Shawn


 
____________________________________________________________________________________
8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news


Yahoo! Message number: 1565
Date: Fri, 23 Mar 2007 03:22:19 -0000
From: "jeriddian"
Subject: Re: Larger Hard Drives in a 1520 (Success...finally)

Shawn,

   The CMOS battery didn't change anything. I was able to add it in
and I still got the failure code 02. I put in the new date and time,
and when I rebooted, the new date and time held up and stayed in the
system, so I know the battery is inputing where it should in regards
to that. So maybe the battery is needed for the 1520 in terms of
making the HDD work, although to be honest I still have my doubts
about that. However, for the 1530, it looks like the CMOS battery
doesn't have anything to do with getting the hard drive recognized.

   However, I did notice something else. I went ahead and looked at
the BIOS chips from my 1530 which has the plasma screen. The code on
that BIOS is significantly different, but the hard drive and hard
drive parameter tables are in the same places as the other unit which
only has a monochrome screen. When I upgraded my original unit, I
also upgraded to the CP 30104 100 MB hard drive. But now I see that
drive is described in the hard drive table as CP3104, the last drive
in the table. It has to be that one, as there is no other drive there
that fits the CP30104 which was working originally in my upgraded
unit. So that tells me that maybe they only had enough room in the
hard drive table to use four of the numbers for that drive. It makes
sense as they originally planned to be able to use a certain number
of hard drives for the unit when they were in production back then,
and the CP30104 100 MB unit was one of the ones you could opt for,
though it was not standard out of the box. You could upgrade to it,
and thus the information for it was in the hard drive table, but I
think as CP3104, because they didn't have enough room for five
nuumbers.

   Secondly, looking at the hard dirve parameter tables, as you have
noted, there are a lot of differently described parameters, a lot
more than six. When I looked carefully, I think I noticed a pattern.
In my parameter table, the list goes on for about 45 different
descriptions of hard drive parameters. but the first ones have
smaller numbers in them for their cylinders and heads, and they
steadily increase. You mentioned in a previous post that the first
hard drive listed in the hard drive table is the default 10 MB HDD.
Then the next one would the 20 MB HDD, the next a 40 MB HDD, and so
on.

   When I was looking at the CP30174E's I have (I've procured four),
I noticed they weren't all the same in terms of their parameters. One
of them had 903 cylinders, 8 heads, 46 sectors per track. Another one
of them had 1303 cylinders, 15 heads, and 17 sectors per track. A
third one had 651 cylinders, 30 heads, and 17 sectors per track. Yet
these were all the same designated drives, all CP30174E's.

   Maybe these early hard drives, for whatever reason, possibly
depending on different manufacturing processes, can have the same
name in terms of the drive itself, yet individual units might have
differing parameters. If so, that might explain why there are so many
different configurations listed. It may be that the first five or six
listed parameter groupings, which have lower numbers, correspond to
the possible parameter combinations for the 10 MB HDD. Maybe then the
next five or six or seven correspond to the next designated HDD from
the hard drive table and so on. I haven't done it, but I'll bet if
you take each cylinder count, head count, and sector count from each
table listing and multiply them out to get the capacity of the listed
drives, I'll bet you'll find the first few sets compute out to 10 MB,
the next several to 20 MB, and so on.

   I know I'm speculating a bit, but I think I've got some pretty
good data to go by. I'm going to try again with the CP30174, but what
I'm going to try is to change the last entry of CP3104 to CP3174, and
see how that works. And for the parameter table, (if I'm right), I'll
compute where the 100 MB section begins, and try to add in the
parameters of the 170 MB HDD there. If that doesn't work, I may go
back to trying the second entry again.

    I have also obtained a CFS420A. I believe that's the hard drive
you got for your 1520. (?) If so, would you mind sending me a copy of
your BIOS so I can see how you put it in your tables (or maybe you
already uploaded it to the file section. I'll have to check.)

    I'll get back to you on the Dallas Chip. It doesn't seem to be
the problem though.

    Anyway, anything you might know that might enlighted me on all
this (or disprove me, which is fine too) would be helpful.

Thanks

Phil



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> Yesterday's rush is over.  Thankfully. :)
>
> > before I replaced
> > it, the hard drive came up okay. To be honest that
> > doesn't seem
> > right to me.
>
> I agree, it does not seem right to me either.  But my
> 1502's won't see a hard drive unless the CMOS battery
> is there or the Dallas RTC is good.
>
>
> > Does it matter in which position I put the
> > parameters in the
> > parameter table?
>
> As far as I know (AFAIK), no.
>
> > How does the computer know when to stop reading for
> > the hard drive
> > designation?
>
> I don't know this either.  I have questions about this
> as well.  The space is 35 bytes.  35 isn't a nice
> computer number.  By that I mean that 35 is not a
> multiple of 2^n.  Also, each hard drive parameter has
> a different field length.  Some are 5 characters
> (CP344) and others are 6 characters (CP3022).
> I notice in the 1520 BIOS file and the 1530 BIOS file,
> the last entry is CP3104R.  Perhaps the 'R' is a
> character that signifies the end of the hard drive
> list.
>
> > As to the Dallas RTC chip, as far as I know it's
> > okay, but how do I
> > check that?
>
> With a voltmeter, check between pins 16(-) and 20(+).
> Here is a site that lists how to hack the 1287.
> http://www.mcamafia.de/mcapage0/dsrework.htm
>
> Good luck,
> -Shawn
>
>
>
>
______________________________________________________________________
______________
> 8:00? 8:25? 8:40? Find a flick in no time
> with the Yahoo! Search movie showtime shortcut.
> http://tools.search.yahoo.com/shortcuts/#news
>




Yahoo! Message number: 1566
Date: Fri, 23 Mar 2007 15:16:26 -0000
From: "jeriddian"
Subject: Replacing the DS1287 with a DS12887

     The DS1287 can be replaced in some computers with the DS12887 or
DS12887A. The DS12887/DS12887A is still available for purchase. I
have uploaded the file concerning this directly from the manufacturer
(Maxim Electronics). The only question that came up is that the
DS12887 cannot replace the DS1287 in some computers because the
compuer will try to access the wrong time clock registers within the
DS12887 circuitry. In that case, the computer will not boot up.
However, in an earlier post, someone has already tried this fix and
it seemed to work. It looks like that the dead DS1287 may be the
cause of the invalid configuration code 02 that you will get on
bootup. I've reposted that post below:

--- In RuGRiD-Laptop@yahoogroups.com, "GRenno" <grenno@...> wrote:
>
>
> Wow, I was able to get one of them working. I bought a new DS12887A
> chip unsoldered the old DS1287A and installed it on the
motherboard.
> This fixed my configuration error 02! *Note I was not able to
> install a chip adapter between the motherboard and the DS12887A
> because there was not enough room between the board and the
> keyboard, so I soldered it directly like the old one was.


BigWalk uploaded a file on the DS12887 circuitry, but I uploaded a
file dealing with replacing the DS1287 in a PC which I hope is
helpful.

I started looking into this because I was in a Fry's electronics
store looking for a battery holder (for the 1/2 AA cell lithium
battery) when I came across two DS 12887 chips individually packaged
for sale at the store. I also found battery holders for the 1/2 AA
lithium batteries and I will plan on using those for easier
replacement of the battery in the future.

Now this is the strange thing. In the 1530 I just obtained, it does
have a DS1287 RTC in it. However the original 1530 I have owned since
I bought it in 1986 does not. Looks like it's a completely different
revision. Go figure... :)

Anyway, I guess I'll have to replace the RTC in the first 1530, as it
appears that the invalid configuration 02 may be due to that.







Yahoo! Message number: 1567
Date: Fri, 23 Mar 2007 09:19:27 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Replacing the DS1287 with a DS12887

> Now this is the strange thing. In the 1530 I just
> obtained, it does 
> have a DS1287 RTC in it. However the original 1530 I
> have owned since 
> I bought it in 1986 does not. Looks like it's a
> completely different 
> revision. Go figure... :)
> 
> Anyway, I guess I'll have to replace the RTC in the
> first 1530, as it 
> appears that the invalid configuration 02 may be due
> to that.

I now have 4 1520's.  3 (motherboard revisions E and
AE) have Tadiran batteries for the CMOS.  Board
revision AR has the Dallas RTC.
Additionally, member "Zentaro" (Andrea), has a
revision "1/90" that has the Dallas RTC.
A couple of months ago, Andrea posted a link to
pictures of his 1520.  He made a modification that
extends the battery leads of the 1287 to a more
accessible area (by the RAM) where a battery can be
attached.
-Shawn



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather


Yahoo! Message number: 1568
Date: Sat, 24 Mar 2007 19:25:03 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: Larger Hard Drives in a 1520 (Success...finally)

CMOS failure...

Unit says the record is corrupt, strike F1, when you do so it resets the CMOS to default, never resets or tests the drive and attempts to boot from a floppy.

Do not turn the GRiD off, use a keyboard reset <Ctrl><Alt><Delete>
The system has set the CMOS to default.  If you cycle the power you loose the default settings and start from scratch.  Since the reset command has naver been sent to the interface it sounds like the drive didn't start properlly.

After the keyboard reset (three finger salute) the system will respond with a real time clock error (strike F1) than boot from the hard drive. 

---- Shawnerz <shawnerz@...> wrote: 
> Phil,
> Yesterday's rush is over.  Thankfully. :)
> 
> > before I replaced 
> > it, the hard drive came up okay. To be honest that
> > doesn't seem 
> > right to me. 
> 
> I agree, it does not seem right to me either.  But my
> 1502's won't see a hard drive unless the CMOS battery
> is there or the Dallas RTC is good.
> 
>   
> > Does it matter in which position I put the
> > parameters in the 
> > parameter table? 
> 
> As far as I know (AFAIK), no.
> 
> > How does the computer know when to stop reading for
> > the hard drive 
> > designation? 
> 
> I don't know this either.  I have questions about this
> as well.  The space is 35 bytes.  35 isn't a nice
> computer number.  By that I mean that 35 is not a
> multiple of 2^n.  Also, each hard drive parameter has
> a different field length.  Some are 5 characters
> (CP344) and others are 6 characters (CP3022).
> I notice in the 1520 BIOS file and the 1530 BIOS file,
> the last entry is CP3104R.  Perhaps the 'R' is a
> character that signifies the end of the hard drive
> list.
> 
> > As to the Dallas RTC chip, as far as I know it's
> > okay, but how do I 
> > check that?
> 
> With a voltmeter, check between pins 16(-) and 20(+). 
> Here is a site that lists how to hack the 1287.
> http://www.mcamafia.de/mcapage0/dsrework.htm
> 
> Good luck,
> -Shawn
> 
> 
>  
> ____________________________________________________________________________________
> 8:00? 8:25? 8:40? Find a flick in no time 
> with the Yahoo! Search movie showtime shortcut.
> http://tools.search.yahoo.com/shortcuts/#news



Yahoo! Message number: 1569
Date: Sat, 24 Mar 2007 19:28:01 -0800
From:
Subject: ROM-DOS

In case anyone is interested I just fell into about a dozen 27C010 chips, these can be programed with a disk image and placed in the CGA video module, (under the little door atop the keyboard)  Conf1520 has a line that allows you to set these as active, and boot drives. 


Yahoo! Message number: 1570
Date: Sat, 24 Mar 2007 20:45:40 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] ROM-DOS

Charles,
I'm interested.  How much and where did you find them?
-Shawn
--- charlieford1@... wrote:

> In case anyone is interested I just fell into about
> a dozen 27C010 chips, these can be programed with a
> disk image and placed in the CGA video module,
> (under the little door atop the keyboard)  Conf1520
> has a line that allows you to set these as active,
> and boot drives. 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/


Yahoo! Message number: 1571
Date: Sun, 25 Mar 2007 16:09:44 -0000
From: "jeriddian"
Subject: Re: Larger Hard Drives in a 1520 (Success...finally)

Thanks, Charles,

    I appreciate the advice. Fortunately, the problem was simply that
the Dallas 1287 RTC was dead. I managed to procure its replacement,
the Dallas 12887A chip (which you can still order if you don't
already know, about $20) and replaced it on the motherboard. The old
CP3044 hard drive was also dead (motor simply did not run at all),
and I replaced it with a Conner CP30174E. As per Shawn's protocol,
which he has put up in the files section, I used a Needham's PB10
programmer on an old 75 Mhz P1 machine running DOS to burn the new
EPROMS for the BIOS, writing the name and the parameters of the new
hard drive into the appropriate tables (second entry listing was
replaced in each table BTW), also correcting the checksum
accordingly, then made sure the C/D and ATA/IDE jumpers were placed 
on the front of the drive (to enable the whole drive being able to be
formatted instead of hitting a 32 MB limit), and put the whole thing
together. Both the new Dallas chip and the changes to the BIOS are
required to enable the computer to recognize the hard drive
and it worked beautifully. The computer is now running with MSDOS
6.22 loaded on it with a 170 MB HDD.

Phil
--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> CMOS failure...
>
> Unit says the record is corrupt, strike F1, when you do so it
resets the CMOS to default, never resets or tests the drive and
attempts to boot from a floppy.
>
> Do not turn the GRiD off, use a keyboard reset <Ctrl><Alt><Delete>
> The system has set the CMOS to default.  If you cycle the power you
loose the default settings and start from scratch.  Since the reset
command has naver been sent to the interface it sounds like the drive
didn't start properlly.
>
> After the keyboard reset (three finger salute) the system will
respond with a real time clock error (strike F1) than boot from the
hard drive.
>
> ---- Shawnerz <shawnerz@...> wrote:
> > Phil,
> > Yesterday's rush is over.  Thankfully. :)
> >
> > > before I replaced
> > > it, the hard drive came up okay. To be honest that
> > > doesn't seem
> > > right to me.
> >
> > I agree, it does not seem right to me either.  But my
> > 1502's won't see a hard drive unless the CMOS battery
> > is there or the Dallas RTC is good.
> >
> >
> > > Does it matter in which position I put the
> > > parameters in the
> > > parameter table?
> >
> > As far as I know (AFAIK), no.
> >
> > > How does the computer know when to stop reading for
> > > the hard drive
> > > designation?
> >
> > I don't know this either.  I have questions about this
> > as well.  The space is 35 bytes.  35 isn't a nice
> > computer number.  By that I mean that 35 is not a
> > multiple of 2^n.  Also, each hard drive parameter has
> > a different field length.  Some are 5 characters
> > (CP344) and others are 6 characters (CP3022).
> > I notice in the 1520 BIOS file and the 1530 BIOS file,
> > the last entry is CP3104R.  Perhaps the 'R' is a
> > character that signifies the end of the hard drive
> > list.
> >
> > > As to the Dallas RTC chip, as far as I know it's
> > > okay, but how do I
> > > check that?
> >
> > With a voltmeter, check between pins 16(-) and 20(+).
> > Here is a site that lists how to hack the 1287.
> > http://www.mcamafia.de/mcapage0/dsrework.htm
> >
> > Good luck,
> > -Shawn
> >
> >
> >
> >
______________________________________________________________________
______________
> > 8:00? 8:25? 8:40? Find a flick in no time
> > with the Yahoo! Search movie showtime shortcut.
> > http://tools.search.yahoo.com/shortcuts/#news
>




Yahoo! Message number: 1572
Date: Fri, 30 Mar 2007 17:32:40 -0000
From: "jeriddian"
Subject: Grid 1500 Harware Service Course; Student Guide

Hey guys,
    In a recent missive to Shawn, I told him about something that I had
completely forgotten about. I had been in touch with GRiD back in the
early 1990's about my 1530, I think about the time I had it upgraded,
and I wanted to know more about repairing it and knowing about its
inner workings. I don't remember exactly how but somebody at Grid (or
Tandy, I can't remember which), sent me this strip bound tome with the
above mentioned title. This thing is huge, about 500 pages front and
back. I had completely forgotten I had it until just recently. There is
a lot of very good data in this book and it is aimed specifically at
giving out dinformation on the repair of the 1520 and 1530. There are
things like pin assignments, beep codes, adn all other sorts of
technical data that I think would be very helpful to all of us here.
Give me some time as I am going to scan and turn it into a .pdf file.
It may take a couple of weeks or so.



Yahoo! Message number: 1573
Date: Fri, 30 Mar 2007 11:38:56 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Grid 1500 Harware Service Course; Student Guide

Phil,
Thanks for your help and time with that effort. 
Scanning close to 1,000 pages is one big pain in the
butt!
I know I'm looking forward to seeing the book when
you're done.
Thanks,
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Hey guys,
>     In a recent missive to Shawn, I told him about
> something that I had 
> completely forgotten about. I had been in touch with
> GRiD back in the 
> early 1990's about my 1530, I think about the time I
> had it upgraded, 
> and I wanted to know more about repairing it and
> knowing about its 
> inner workings. I don't remember exactly how but
> somebody at Grid (or 
> Tandy, I can't remember which), sent me this strip
> bound tome with the 
> above mentioned title. This thing is huge, about 500
> pages front and 
> back. I had completely forgotten I had it until just
> recently. There is 
> a lot of very good data in this book and it is aimed
> specifically at 
> giving out dinformation on the repair of the 1520
> and 1530. There are 
> things like pin assignments, beep codes, adn all
> other sorts of 
> technical data that I think would be very helpful to
> all of us here. 
> Give me some time as I am going to scan and turn it
> into a .pdf file. 
> It may take a couple of weeks or so. 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/


Yahoo! Message number: 1574
Date: Fri, 30 Mar 2007 14:49:35 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] Grid 1500 Harware Service Course; Student Guide
text/plain; charset=US-ASCII; delsp=yes; format=flowed

My first post, as the proud owner of a 1520 with a dead hard drive  
(at least):

Phil, you may be able to get the book scanned by a "data conversion"  
firm for low hundreds of US$, if your time is worth more than that.  
They will have a fast, purpose-built scanner with a document feeder.  
Usually, the scanning intent is for OCR, so the scan would be less  
than 200 DPI I imagine.  Surely you can negotiate the output.

This is info I collected after doing a large OCR job with a flatbed  
scanner! It would have been much cheaper for my client to start with  
a fast machine (neither of us knew at the time).

Mike

On Mar 30, 2007, at 2:38 PM, Shawnerz wrote:

> Phil,
> Thanks for your help and time with that effort.
> Scanning close to 1,000 pages is one big pain in the
> butt!
> I know I'm looking forward to seeing the book when
> you're done.
> Thanks,
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Give me some time as I am going to scan and turn it
> > into a .pdf file.
> > It may take a couple of weeks or so.
> >
>


Yahoo! Message number: 1575
Date: Fri, 30 Mar 2007 19:01:33 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

Thanks, Mike.

Actually I have looked into that. Fedex Kinko's for example will do
it for 99 cents a page, and I could work a deal for a cheaper price.
However, I don't really wish to spend that kind of money. It's
actually a lot cheaper for me to buy a multifeed scanner myself. I
already bought a used one for about a hundred bucks, and am waiting
on it to come in.

One reason I'm doing it this way is so that I can scan the book into
Adobe Acrobat directly (I have the full version 7), and get it OCR'd
at the same time so that you can use Acrobat Reader's features to
look up anything on it you want, which an outsourcing deal probably
won't give me. The multiscan feeder goes at about ten pages a minute,
so that's why it'll take a little while.

I don't mind spending the time, and I can't justify spending quite
that much money on duplicating the book electronically.

I'll let you all know when I'm done. :)

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...>
wrote:
>
> My first post, as the proud owner of a 1520 with a dead hard drive
> (at least):
>
> Phil, you may be able to get the book scanned by a "data
conversion"
> firm for low hundreds of US$, if your time is worth more than
that.
> They will have a fast, purpose-built scanner with a document
feeder.
> Usually, the scanning intent is for OCR, so the scan would be less
> than 200 DPI I imagine.  Surely you can negotiate the output.
>
> This is info I collected after doing a large OCR job with a
flatbed
> scanner! It would have been much cheaper for my client to start
with
> a fast machine (neither of us knew at the time).
>
> Mike
>
> On Mar 30, 2007, at 2:38 PM, Shawnerz wrote:
>
> > Phil,
> > Thanks for your help and time with that effort.
> > Scanning close to 1,000 pages is one big pain in the
> > butt!
> > I know I'm looking forward to seeing the book when
> > you're done.
> > Thanks,
> > -Shawn
> >
> > --- jeriddian <FelipeGPorresMD@...> wrote:
> >
> > > Give me some time as I am going to scan and turn it
> > > into a .pdf file.
> > > It may take a couple of weeks or so.
> > >
> >
>




Yahoo! Message number: 1576
Date: Fri, 30 Mar 2007 15:02:44 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] Re: Grid 1500 Harware Service Course; Student Guide
text/plain; charset=US-ASCII; format=flowed

On Mar 30, 2007, at 3:01 PM, jeriddian wrote:

> Thanks, Mike.
>
> It's
> actually a lot cheaper for me to buy a multifeed scanner myself. I
> already bought a used one for about a hundred bucks, and am waiting
> on it to come in.
>
I must remember that. :-)

Thank you for your service, as we are wont to say nowadays!

Mike



Yahoo! Message number: 1577
Date: Sat, 31 Mar 2007 05:38:08 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

I am presently in the process of converting the documents over to pdf
as I received the scanner today and have hooked it up. I had never
really looked through the whole thing. There is actually a lot more
than I realized. Below is the list of what is fully present:

Gridcase 1500 Hardware Service Course: Student Guide
Gridcase 1500 Field Diagnostics
Gridcase 1500 Disassmebly/Reassembly Instructions
Gridcase 1500 No Boot Procedure
Gridcase 1500 Hardware Service Course
Gridcase 1535 EXP Owner's Manual
GRidcase 1500 Series Hardware Technical Reference Manual

Hoo Boy, we're going to have fun, I think. :)


--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...> wrote:
>
>
> On Mar 30, 2007, at 3:01 PM, jeriddian wrote:
>
> > Thanks, Mike.
> >
> > It's
> > actually a lot cheaper for me to buy a multifeed scanner myself. I
> > already bought a used one for about a hundred bucks, and am waiting
> > on it to come in.
> >
> I must remember that. :-)
>
> Thank you for your service, as we are wont to say nowadays!
>
> Mike
>




Yahoo! Message number: 1578
Date: Sat, 31 Mar 2007 07:06:00 -0800
From: KenS
Subject: Re: [RuGRiD-Laptop] Re: Grid 1500 Harware Service Course; Student Guide

jeriddian wrote:
>
> Below is the list of what is fully present:
>
> Gridcase 1500 Hardware Service Course: Student Guide
> Gridcase 1500 Field Diagnostics
> Gridcase 1500 Disassmebly/Reassembly Instructions
> Gridcase 1500 No Boot Procedure
> Gridcase 1500 Hardware Service Course
> Gridcase 1535 EXP Owner's Manual
> GRidcase 1500 Series Hardware Technical Reference Manual
>










I am very interested in the 1535 EXP Owner's Manual.  Name your price 
and I'll pay.

Engr Ken



Yahoo! Message number: 1579
Date: Sat, 31 Mar 2007 17:20:15 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

Dear Ken,

     Unless you had a couple of million dollars to spend, money is no
big object, within reason of course. (grin). :)

     I will be glad to share the information as I will be posting all
of the manuals in the file section. However, I can only hope the file
section can take them as two or three of the full manuals will be
very large files. In that case, other arrangements can be made.

     I must confess that this is taking a heck of a lot more work
than I had anticipated, but I'm glad to do it. If you or any of the
other members of the forum could help, I would like to obtain some
1MB memory sticks for my working 1530 as well as the parts to upgrade
to a backlit plasma LCD. In regards to the memory, it presently only
has eight 256Kb sticks and I would like to upgrade it to the full 8
Mb it can take. Would you happen to know where I could get eight of
those sticks or the LCD plasma display?

Phil



--- In RuGRiD-Laptop@yahoogroups.com, KenS <engrken@...> wrote:
>
> jeriddian wrote:
> >
> > Below is the list of what is fully present:
> >
> > Gridcase 1500 Hardware Service Course: Student Guide
> > Gridcase 1500 Field Diagnostics
> > Gridcase 1500 Disassmebly/Reassembly Instructions
> > Gridcase 1500 No Boot Procedure
> > Gridcase 1500 Hardware Service Course
> > Gridcase 1535 EXP Owner's Manual
> > GRidcase 1500 Series Hardware Technical Reference Manual
> >
>
>
>
>
>
>
> 
>
>
>
> I am very interested in the 1535 EXP Owner's Manual.  Name your
price
> and I'll pay.
>
> Engr Ken
>




Yahoo! Message number: 1580
Date: Sat, 31 Mar 2007 21:38:44 -0000
From: "androgenoide"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

I assume you have better OCR software than I do.   Whenever I scan a
lot of text I end up spending a ridiculous amount of time doing clean-
up. Scanning to a jpeg is easier on my time but results in enormous
files.

Since Yahoo recently upgraded groups file storage to 100Mb there
should be plenty of space for the pdf.

One of my Grids came with a set of user manuals and the thought of
scanning them did cross my mind but, as I said, there seemed to be a
lot of clean-up involved (and I doubt that it would be worth hundreds
of dollars to me to pay someone to do it).   I wouldn't be opposed to
the idea of sending them to someone else who wanted to copy them, of
course...

James












--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> I am presently in the process of converting the documents over to
pdf
> as I received the scanner today and have hooked it up. I had never
> really looked through the whole thing. There is actually a lot more
> than I realized. Below is the list of what is fully present:
>
> Gridcase 1500 Hardware Service Course: Student Guide
> Gridcase 1500 Field Diagnostics
> Gridcase 1500 Disassmebly/Reassembly Instructions
> Gridcase 1500 No Boot Procedure
> Gridcase 1500 Hardware Service Course
> Gridcase 1535 EXP Owner's Manual
> GRidcase 1500 Series Hardware Technical Reference Manual
>
> Hoo Boy, we're going to have fun, I think. :)
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@> 
wrote:
> >
> >
> > On Mar 30, 2007, at 3:01 PM, jeriddian wrote:
> >
> > > Thanks, Mike.
> > >
> > > It's
> > > actually a lot cheaper for me to buy a multifeed scanner
myself. I
> > > already bought a used one for about a hundred bucks, and am
waiting
> > > on it to come in.
> > >
> > I must remember that. :-)
> >
> > Thank you for your service, as we are wont to say nowadays!
> >
> > Mike
> >
>




Yahoo! Message number: 1581
Date: Sun, 01 Apr 2007 07:48:56 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

It depends on which program you use. I've scanned whole books into
Wordperfect and come up with an editable text that I later scanned
back into PDF format which was very time consuming as I ended up with
a very editable document that I could do all sorts of things with,
but that took an incredible large amount of time.

This time I'm using Adobe Acrobat Full version 7.09 and directly
scanning the documents into that with maximum accuracy on the scan at
400 dpi. You can't edit it per se, but you should be able to do
search functions.

It's working out pretty well actually.

Phil;


--- In RuGRiD-Laptop@yahoogroups.com, "androgenoide"
<androgenoide@...> wrote:
>
> I assume you have better OCR software than I do.   Whenever I scan
a
> lot of text I end up spending a ridiculous amount of time doing
clean-
> up. Scanning to a jpeg is easier on my time but results in enormous
> files.
>
> Since Yahoo recently upgraded groups file storage to 100Mb there
> should be plenty of space for the pdf.
>
> One of my Grids came with a set of user manuals and the thought of
> scanning them did cross my mind but, as I said, there seemed to be
a
> lot of clean-up involved (and I doubt that it would be worth
hundreds
> of dollars to me to pay someone to do it).   I wouldn't be opposed
to
> the idea of sending them to someone else who wanted to copy them,
of
> course...
>
> James
>
>
>
>
>
>
>
>
>
>
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <FelipeGPorresMD@> wrote:
> >
> > I am presently in the process of converting the documents over to
> pdf
> > as I received the scanner today and have hooked it up. I had
never
> > really looked through the whole thing. There is actually a lot
more
> > than I realized. Below is the list of what is fully present:
> >
> > Gridcase 1500 Hardware Service Course: Student Guide
> > Gridcase 1500 Field Diagnostics
> > Gridcase 1500 Disassmebly/Reassembly Instructions
> > Gridcase 1500 No Boot Procedure
> > Gridcase 1500 Hardware Service Course
> > Gridcase 1535 EXP Owner's Manual
> > GRidcase 1500 Series Hardware Technical Reference Manual
> >
> > Hoo Boy, we're going to have fun, I think. :)
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@>
> wrote:
> > >
> > >
> > > On Mar 30, 2007, at 3:01 PM, jeriddian wrote:
> > >
> > > > Thanks, Mike.
> > > >
> > > > It's
> > > > actually a lot cheaper for me to buy a multifeed scanner
> myself. I
> > > > already bought a used one for about a hundred bucks, and am
> waiting
> > > > on it to come in.
> > > >
> > > I must remember that. :-)
> > >
> > > Thank you for your service, as we are wont to say nowadays!
> > >
> > > Mike
> > >
> >
>




Yahoo! Message number: 1582
Date: Sun, 1 Apr 2007 12:26:05 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Grid 1500 Harware Service Course; Student Guide

 WOW what a find Phil !! Not only for you but for all
the GRID 15xx enthusiasts, and that you have the
graciousness to want to share it with us. With Shawn
having seemingly unlocked the HDD secrets of the BIOS
our cup overflows.
 I was able to upgrade a 1520 with low-profile SIPPs a
few years ago that I got on EBay. They're a PIA to
install and I destroyed the pins on 4 of the 8 I
acquired. Up until the last gasp of my Conner HD I had
Win 3.1 installed. I've occasionally seen offers for
them on the vintage collector forums. I had also found
a company that still sold them but they would only
sell in large quantity. I'm afraid I've lost their
address however.

Lawrence

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1583
Date: Sun, 01 Apr 2007 23:00:54 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

Thank you, Lawrence

       I'm most happy to share. But I also appreciate the
reciprocity. I'll look for the low profile SIPP's on the vintage
sites, but if you could possibly find the name of that company that
makes those memory sticks, I would like to look into what I could
with that information. I would appreciate it.

       Right now, I'm halfway through scanning these manuals. I have
to go out of town this weekend, so I will be back and should finish
the scanning next weekend. The technical manual by itself looks like
is going to be about 100Mb even as a PDF file, so I'll see if I can
get it on the site then.

'til then guys. Hate to make you wait, but real life goes on. :)

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  WOW what a find Phil !! Not only for you but for all
> the GRID 15xx enthusiasts, and that you have the
> graciousness to want to share it with us. With Shawn
> having seemingly unlocked the HDD secrets of the BIOS
> our cup overflows.
>  I was able to upgrade a 1520 with low-profile SIPPs a
> few years ago that I got on EBay. They're a PIA to
> install and I destroyed the pins on 4 of the 8 I
> acquired. Up until the last gasp of my Conner HD I had
> Win 3.1 installed. I've occasionally seen offers for
> them on the vintage collector forums. I had also found
> a company that still sold them but they would only
> sell in large quantity. I'm afraid I've lost their
> address however.
>
> Lawrence
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1584
Date: Wed, 4 Apr 2007 14:49:50 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Grid 1500 Harware Service Course; Student Guide

 OK, here is an old communication I dug up. Can't find
any further exchanges but I believe they wanted a
larger order than what I required. ISTR suggesting to
the group at that time of a group buy with no
response.
Possibly I acquired the SIPPs on EBAY about that time.
 Don't know if this guy is still even working there,
but there is an 800 # and they still have a web
presence.

 There are a multitude of Vintage computer sites out
there and most have For sale or trade and WTB
listings.
 I believe I saw the SIPP offering several years ago
on the Obsolete Computer site

Lawrence
...................................................
...................................................

Lawrence sorry about the delay 
I have 1x9 sipps for $5.00
4x9 sipps
Just let me know

Hank Staffa
Rocky Mountain Ram
1-800-543-0932
www.ram-it.com

-----Original Message-----
From: Lawrence Walker 
Sent: Monday, January 06, 2003 4:38 PM
To: hstaffa@...
Subject: SIPP ram

 I have been looking for a source for SIPPs and was 
directed to you by Sellam Ismael of the Vintage 
Computer Festival. I looked on your website and could 
find no trace of reference. Could you give me more
info. Thanks.

Lawrence Walker

---------- Forwarded message ----------
Date: Mon, 6 Jan 2003 10:50:32 -0700
From: Hank Staffa <hstaffa@...>
To: vcf@...
Subject: Question

Do you have a need
I have boxes of old memory upgrades starting with sipp

modules.
Does your organization have a use for these?

Hank Staffa
Rocky Mountain Ram
1-800-543-0932
www.ram-it.com
......................................................
......................................................

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1585
Date: Thu, 05 Apr 2007 04:10:35 -0000
From: "jeriddian"
Subject: Re: Grid 1500 Harware Service Course; Student Guide

Thanks Lawrence,

     I tried the 800 number and contacted Rocky Mountain Ram.
Apparently, this Hank Staffa person hasn't worked here for years. I
talked to the lady who was there and gave her the specifications for
which I was looking and she said that she would look and see if she
had any of the sticks and call me back.

     Oh, well, I'll keep trying. The manuals should be on the forum
this weekend. :)

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  OK, here is an old communication I dug up. Can't find
> any further exchanges but I believe they wanted a
> larger order than what I required. ISTR suggesting to
> the group at that time of a group buy with no
> response.
> Possibly I acquired the SIPPs on EBAY about that time.
>  Don't know if this guy is still even working there,
> but there is an 800 # and they still have a web
> presence.
>
>  There are a multitude of Vintage computer sites out
> there and most have For sale or trade and WTB
> listings.
>  I believe I saw the SIPP offering several years ago
> on the Obsolete Computer site
>
> Lawrence
> ...................................................
> ...................................................
>
> Lawrence sorry about the delay
> I have 1x9 sipps for $5.00
> 4x9 sipps
> Just let me know
>
> Hank Staffa
> Rocky Mountain Ram
> 1-800-543-0932
> www.ram-it.com
>
> -----Original Message-----
> From: Lawrence Walker
> Sent: Monday, January 06, 2003 4:38 PM
> To: hstaffa@...
> Subject: SIPP ram
>
>  I have been looking for a source for SIPPs and was
> directed to you by Sellam Ismael of the Vintage
> Computer Festival. I looked on your website and could
> find no trace of reference. Could you give me more
> info. Thanks.
>
> Lawrence Walker
>
> ---------- Forwarded message ----------
> Date: Mon, 6 Jan 2003 10:50:32 -0700
> From: Hank Staffa <hstaffa@...>
> To: vcf@...
> Subject: Question
>
> Do you have a need
> I have boxes of old memory upgrades starting with sipp
>
> modules.
> Does your organization have a use for these?
>
> Hank Staffa
> Rocky Mountain Ram
> 1-800-543-0932
> www.ram-it.com
> ......................................................
> ......................................................
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1586
Date: Thu, 05 Apr 2007 21:17:57 -0000
From: "Dave"
Subject: sipps

if someone does come up with a place to buy them
email me i would like some as i use a 1520 in the work shop
with a win 3.1 card file program of MC parts and would like to be able
to run a pdf viewer but memory is the main problem
running dos 6 plus x.22 goodies and win 3.1
also any one that can do the bigger hard drive conversion
some where i have a 420 that fits that way i can preload the pdf files
and use it to work on my old bikes
ar dave
 wd8cyv(at)yahoo.com put grig computers in subject line so trash
filter does not dump you
i also have a 1755 that ran the last time i fired it up



Yahoo! Message number: 1587
Date: Thu, 5 Apr 2007 15:16:57 -0700 (PDT)
From: Shawnerz
Subject: Grid 1520 Booting from Compact Flash

Just thought I'd let everyone know that I'm working on
getting my 1520 to boot from Compact Flash.
My first attempt ended in failure.

I modified my BIOS with the information from hdlook.
With the compact flash out of its carrier, on boot up,
I get a confusing memory error.  I do not have my
notes with me so I cannot give the exact words. 
However, it says something like "Memory Error at
address (XXXXX, I can't remember).  expected FFFF,
received FFFF."

Accroding to the message, the computer received what
it expected, so there shouldn't be an error.

The Grid continues to boot but only allows me 640K of
memory - out of 2 meg installed.

If I insert the compact flash, the computer does a
series of beeps, and then nothing.  I think the beep
sequence is 1 beep, followed by 3 beeps, then 1 beep.

The CF is a 512 MB, type 1.
When I get some free time, I will try my 8 MB CF that
came with my digital camera.

-Shawn


 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121


Yahoo! Message number: 1588
Date: Thu, 05 Apr 2007 22:46:23 -0000
From: "jeriddian"
Subject: Re: Grid 1520 Booting from Compact Flash

Shawn,
    Once I post the manuals this weekend, the beep codes are included
in there which can tell you what that means. I'm out of town right
now so I can't look it up, but it will be available to you soon.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Just thought I'd let everyone know that I'm working on
> getting my 1520 to boot from Compact Flash.
> My first attempt ended in failure.
>
> I modified my BIOS with the information from hdlook.
> With the compact flash out of its carrier, on boot up,
> I get a confusing memory error.  I do not have my
> notes with me so I cannot give the exact words.
> However, it says something like "Memory Error at
> address (XXXXX, I can't remember).  expected FFFF,
> received FFFF."
>
> Accroding to the message, the computer received what
> it expected, so there shouldn't be an error.
>
> The Grid continues to boot but only allows me 640K of
> memory - out of 2 meg installed.
>
> If I insert the compact flash, the computer does a
> series of beeps, and then nothing.  I think the beep
> sequence is 1 beep, followed by 3 beeps, then 1 beep.
>
> The CF is a 512 MB, type 1.
> When I get some free time, I will try my 8 MB CF that
> came with my digital camera.
>
> -Shawn
>
>
>
>
______________________________________________________________________
______________
> Be a PS3 game guru.
> Get your game face on with the latest PS3 news and previews at
Yahoo! Games.
> http://videogames.yahoo.com/platform?platform=120121
>




Yahoo! Message number: 1589
Date: Fri, 06 Apr 2007 11:20:37 -0000
From: "jeriddian"
Subject: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Okay! To Shawn, Lawrence, Charles, and the rest of the gang. The PDF
files of the manuals are now posted, except that the Technical
Reference manual could not be put up completely because I ran out of
space in the files section.

To the Moderators (Shawn, Charles), I apologize for usurping all the
rest of the space alloted for the files section, but I didn't know
Yahoo had that limit there.

You will see that the following manuals have been put up as whole
documents:

GRIDCASE 1500 Field Diagnostics
GRIDCASE 1500 Disassembly_Reassembly Instructions
GRIDCASE 1500 No Boot Procedure

The following document is 7 MB in size, 60 pages, and is posted in
two parts as the individual file size limit that Yahoo restrict us to
posting is 5 Mb:

GRIDCASE 1500 Series Hardware Service Course Student Guide

The following document is 12 MB in size, 121 pages, and is posted in
three parts:

GRIDCASE 1500 Series Hardware Service Course

The following document is 32 MB in size, 181 pages, and comes in
seven parts:

GRIDCASE 1535 EXP Owner's Manual

However, this is where I ran out of space in the files section. This
last document is by far the largest. It is 132 MB, 358 pages, and
comes in 28 sections due to the individual file size limit of 5 MB:

GRIDCASE 1500 Series Technical Reference Manual

I could only post the first 10 sections of it. There is no more space
to post.

I would like to recommend to the moderators that they create a
special section of the forum for these particular documents since
they are the actual repair guides and technical manuals for the
computers. At the least, could we get more space alloted to the forum
for the files section so that I can post the rest of the technical 
manual sections.

I would also recommend that once you downlaod the sections of the
manuals you wish to have that you use Adobe Acrobat (if you have the
full version) or some other PDF document handling program to combine 
the sections into the single documents as they were meant to be.
Otherwise, I suppose I could just burn some CD's and send them out.

Anyway, to the forum, HAPPY EASTER (or Passover, or whatever)! and
enjoy the manna from heaven! :D:D:D

Phil





Yahoo! Message number: 1590
Date: Fri, 6 Apr 2007 07:16:23 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Wow!  Thanks a lot Phil!!

I can host the documents on my ftp server.

Thanks a lot for all of the scanning work!
-Shawn

--- jeriddian <FelipeGPorresMD@...> wrote:

> Okay! To Shawn, Lawrence, Charles, and the rest of
> the gang. The PDF 
> files of the manuals are now posted, except that the
> Technical 
> Reference manual could not be put up completely
> because I ran out of 
> space in the files section.
> 
> To the Moderators (Shawn, Charles), I apologize for
> usurping all the 
> rest of the space alloted for the files section, but
> I didn't know 
> Yahoo had that limit there.
> 
> You will see that the following manuals have been
> put up as whole 
> documents:
> 
> GRIDCASE 1500 Field Diagnostics
> GRIDCASE 1500 Disassembly_Reassembly Instructions
> GRIDCASE 1500 No Boot Procedure
> 
> The following document is 7 MB in size, 60 pages,
> and is posted in 
> two parts as the individual file size limit that
> Yahoo restrict us to 
> posting is 5 Mb:
> 
> GRIDCASE 1500 Series Hardware Service Course Student
> Guide
> 
> The following document is 12 MB in size, 121 pages,
> and is posted in 
> three parts:
> 
> GRIDCASE 1500 Series Hardware Service Course
> 
> The following document is 32 MB in size, 181 pages,
> and comes in 
> seven parts:
> 
> GRIDCASE 1535 EXP Owner's Manual
> 
> However, this is where I ran out of space in the
> files section. This 
> last document is by far the largest. It is 132 MB,
> 358 pages, and 
> comes in 28 sections due to the individual file size
> limit of 5 MB:
> 
> GRIDCASE 1500 Series Technical Reference Manual
> 
> I could only post the first 10 sections of it. There
> is no more space 
> to post.
> 
> I would like to recommend to the moderators that
> they create a 
> special section of the forum for these particular
> documents since 
> they are the actual repair guides and technical
> manuals for the 
> computers. At the least, could we get more space
> alloted to the forum 
> for the files section so that I can post the rest of
> the technical 
> manual sections.
> 
> I would also recommend that once you downlaod the
> sections of the 
> manuals you wish to have that you use Adobe Acrobat
> (if you have the 
> full version) or some other PDF document handling
> program to combine 
> the sections into the single documents as they were
> meant to be. 
> Otherwise, I suppose I could just burn some CD's and
> send them out.
> 
> Anyway, to the forum, HAPPY EASTER (or Passover, or
> whatever)! and 
> enjoy the manna from heaven! :D:D:D
> 
> Phil
> 
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 




 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Yahoo! Message number: 1591
Date: Fri, 06 Apr 2007 11:19:49 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Phil:

Fantastic, thank you!

Do you have a ZIP program? If you compress these PDFs, you might take up 
less space.

Not that you need to spend any more time on this; in fact, once I have 
the PDFs, I'll compress them myself. Then we could swap PDFs for ZIP 
files maybe.

Mike

jeriddian wrote:
> 
> 
> Okay! To Shawn, Lawrence, Charles, and the rest of the gang. The PDF
> files of the manuals are now posted, except that the Technical
> Reference manual could not be put up completely because I ran out of
> space in the files section.
> 
> To the Moderators (Shawn, Charles), I apologize for usurping all the
> rest of the space alloted for the files section, but I didn't know
> Yahoo had that limit there.
> 
> You will see that the following manuals have been put up as whole
> documents:
> 
> GRIDCASE 1500 Field Diagnostics
> GRIDCASE 1500 Disassembly_Reassembly Instructions
> GRIDCASE 1500 No Boot Procedure
> 
> The following document is 7 MB in size, 60 pages, and is posted in
> two parts as the individual file size limit that Yahoo restrict us to
> posting is 5 Mb:
> 
> GRIDCASE 1500 Series Hardware Service Course Student Guide
> 
> The following document is 12 MB in size, 121 pages, and is posted in
> three parts:
> 
> GRIDCASE 1500 Series Hardware Service Course
> 
> The following document is 32 MB in size, 181 pages, and comes in
> seven parts:
> 
> GRIDCASE 1535 EXP Owner's Manual
> 
> However, this is where I ran out of space in the files section. This
> last document is by far the largest. It is 132 MB, 358 pages, and
> comes in 28 sections due to the individual file size limit of 5 MB:
> 
> GRIDCASE 1500 Series Technical Reference Manual
> 
> I could only post the first 10 sections of it. There is no more space
> to post.
> 
> I would like to recommend to the moderators that they create a
> special section of the forum for these particular documents since
> they are the actual repair guides and technical manuals for the
> computers. At the least, could we get more space alloted to the forum
> for the files section so that I can post the rest of the technical
> manual sections.
> 
> I would also recommend that once you downlaod the sections of the
> manuals you wish to have that you use Adobe Acrobat (if you have the
> full version) or some other PDF document handling program to combine
> the sections into the single documents as they were meant to be.
> Otherwise, I suppose I could just burn some CD's and send them out.
> 
> Anyway, to the forum, HAPPY EASTER (or Passover, or whatever)! and
> enjoy the manna from heaven! :D:D:D
> 
> Phil
> 
> 


Yahoo! Message number: 1592
Date: Fri, 6 Apr 2007 13:39:22 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1593
Date: Fri, 06 Apr 2007 17:14:01 -0000
From: "jeriddian"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Shawn,
      How do I get the rest of the files to you for your FTP server?
Michael Alwin suggested compresing the files and I tried that, but it
only compresses the files an average of about 10%, so that's not
going to be very effective.

      Of course, I would just as soon send you the whole file so that
it doesn't have to be reassembled, but whatever works is fine.

      How can we do this? :)

Phil


--- In RuGRiD-Laptop@...m, Shawnerz <shawnerz@...> wrote:
>
> Wow!  Thanks a lot Phil!!
>
> I can host the documents on my ftp server.
>
> Thanks a lot for all of the scanning work!
> -Shawn
>
> --- jeriddian <FelipeGPorresMD@...> wrote:
>
> > Okay! To Shawn, Lawrence, Charles, and the rest of
> > the gang. The PDF
> > files of the manuals are now posted, except that the
> > Technical
> > Reference manual could not be put up completely
> > because I ran out of
> > space in the files section.
> >
> > To the Moderators (Shawn, Charles), I apologize for
> > usurping all the
> > rest of the space alloted for the files section, but
> > I didn't know
> > Yahoo had that limit there.
> > 
> > You will see that the following manuals have been
> > put up as whole 
> > documents:
> >
> > GRIDCASE 1500 Field Diagnostics
> > GRIDCASE 1500 Disassembly_Reassembly Instructions
> > GRIDCASE 1500 No Boot Procedure
> >
> > The following document is 7 MB in size, 60 pages,
> > and is posted in
> > two parts as the individual file size limit that
> > Yahoo restrict us to
> > posting is 5 Mb:
> >
> > GRIDCASE 1500 Series Hardware Service Course Student
> > Guide
> >
> > The following document is 12 MB in size, 121 pages,
> > and is posted in
> > three parts:
> >
> > GRIDCASE 1500 Series Hardware Service Course
> >
> > The following document is 32 MB in size, 181 pages,
> > and comes in
> > seven parts:
> >
> > GRIDCASE 1535 EXP Owner's Manual
> >
> > However, this is where I ran out of space in the
> > files section. This
> > last document is by far the largest. It is 132 MB,
> > 358 pages, and
> > comes in 28 sections due to the individual file size
> > limit of 5 MB:
> >
> > GRIDCASE 1500 Series Technical Reference Manual
> >
> > I could only post the first 10 sections of it. There
> > is no more space
> > to post.
> >
> > I would like to recommend to the moderators that
> > they create a
> > special section of the forum for these particular
> > documents since
> > they are the actual repair guides and technical
> > manuals for the
> > computers. At the least, could we get more space
> > alloted to the forum
> > for the files section so that I can post the rest of
> > the technical
> > manual sections.
> >
> > I would also recommend that once you downlaod the
> > sections of the
> > manuals you wish to have that you use Adobe Acrobat
> > (if you have the
> > full version) or some other PDF document handling
> > program to combine
> > the sections into the single documents as they were
> > meant to be.
> > Otherwise, I suppose I could just burn some CD's and
> > send them out.
> >
> > Anyway, to the forum, HAPPY EASTER (or Passover, or
> > whatever)! and
> > enjoy the manna from heaven! :D:D:D
> >
> > Phil
> >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
>
______________________________________________________________________
______________
> Need Mail bonding?
> Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
> http://answers.yahoo.com/dir/?link=list&sid=396546091
>




Yahoo! Message number: 1594
Date: Fri, 06 Apr 2007 20:04:30 -0000
From: "androgenoide"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Compression sounded like a good idea but Winzip only compressed a
3.6Mb file to 2.96Mb...could probably get better compression using
another zip utility but not good enough to cram in another 132MB.
Hosting on another site would probably work best but a stopgap
measure might be to open another yahoo group just for files...it
would give another 100MB.   (note that this is a new limit...just a
few months ago their limit was 10Mb)













--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...>
wrote:
>
> Phil:
>
> Fantastic, thank you!
>
> Do you have a ZIP program? If you compress these PDFs, you might
take up
> less space.
>
> Not that you need to spend any more time on this; in fact, once I
have
> the PDFs, I'll compress them myself. Then we could swap PDFs for
ZIP
> files maybe.
>
> Mike
>
> jeriddian wrote:
> >
> >
> > Okay! To Shawn, Lawrence, Charles, and the rest of the gang. The
PDF
> > files of the manuals are now posted, except that the Technical
> > Reference manual could not be put up completely because I ran out
of
> > space in the files section.
> >
> > To the Moderators (Shawn, Charles), I apologize for usurping all
the
> > rest of the space alloted for the files section, but I didn't know
> > Yahoo had that limit there.
> >
> > You will see that the following manuals have been put up as whole
> > documents:
> >
> > GRIDCASE 1500 Field Diagnostics
> > GRIDCASE 1500 Disassembly_Reassembly Instructions
> > GRIDCASE 1500 No Boot Procedure
> >
> > The following document is 7 MB in size, 60 pages, and is posted in
> > two parts as the individual file size limit that Yahoo restrict
us to
> > posting is 5 Mb:
> >
> > GRIDCASE 1500 Series Hardware Service Course Student Guide
> >
> > The following document is 12 MB in size, 121 pages, and is posted
in
> > three parts:
> >
> > GRIDCASE 1500 Series Hardware Service Course
> >
> > The following document is 32 MB in size, 181 pages, and comes in
> > seven parts:
> >
> > GRIDCASE 1535 EXP Owner's Manual
> >
> > However, this is where I ran out of space in the files section.
This
> > last document is by far the largest. It is 132 MB, 358 pages, and
> > comes in 28 sections due to the individual file size limit of 5
MB:
> >
> > GRIDCASE 1500 Series Technical Reference Manual
> >
> > I could only post the first 10 sections of it. There is no more
space
> > to post.
> >
> > I would like to recommend to the moderators that they create a
> > special section of the forum for these particular documents since
> > they are the actual repair guides and technical manuals for the
> > computers. At the least, could we get more space alloted to the
forum
> > for the files section so that I can post the rest of the technical
> > manual sections.
> >
> > I would also recommend that once you downlaod the sections of the
> > manuals you wish to have that you use Adobe Acrobat (if you have
the
> > full version) or some other PDF document handling program to
combine
> > the sections into the single documents as they were meant to be.
> > Otherwise, I suppose I could just burn some CD's and send them
out.
> >
> > Anyway, to the forum, HAPPY EASTER (or Passover, or whatever)! and
> > enjoy the manna from heaven! :D:D:D
> >
> > Phil
> >
> >
>




Yahoo! Message number: 1595
Date: Fri, 06 Apr 2007 16:18:12 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

There's one other thing to try with PDFs: from the file menu you can 
choose "Reduce File Size" and resave; or from the "Advanced" menu choose 
"PDF Optimizer." Both will decrease the DPI of scanned images, and strip 
out other unnecessary code.

It's best to save as a different file name, so you can check that images 
were not being degraded so much as to be unreadable. If "Reduce File 
Size" is too drastic, one can fiddle with the Optimizer settings.

You might have tried all this before. (I live in Acrobat, begin in the 
publishing industry.)

Hope that helps.

Mike

jeriddian wrote:
> 
> 
> Shawn,
> How do I get the rest of the files to you for your FTP server?
> Michael Alwin suggested compresing the files and I tried that, but it
> only compresses the files an average of about 10%, so that's not
> going to be very effective.
> 
> 


Yahoo! Message number: 1596
Date: Fri, 06 Apr 2007 23:24:34 -0000
From: "jeriddian"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Thanks for the suggestions, guys.

   I don't want to decrease the PDI of the scan because some of the
print is hard enough to read, which is why I didn't want to do that.

   However, I've already solved the problem in that I have uploaded
all of the files to Shawn's server. So he has them all now. I'm sure
he will let you know the information needed to contact his server and
download the files. What I'm going to do is delete the partially
listed tech reference files so that there is room left in the files
section for other people to be able to upload other files. I'll leave
the rest of the files up for now, though eventually I may need to
take them down and after that, all accessing for those files will be
done through Shawn's server, if that is okay with him.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...>
wrote:
>
> There's one other thing to try with PDFs: from the file menu you
can
> choose "Reduce File Size" and resave; or from the "Advanced" menu
choose
> "PDF Optimizer." Both will decrease the DPI of scanned images, and
strip
> out other unnecessary code.
>
> It's best to save as a different file name, so you can check that
images
> were not being degraded so much as to be unreadable. If "Reduce
File
> Size" is too drastic, one can fiddle with the Optimizer settings.
>
> You might have tried all this before. (I live in Acrobat, begin in
the
> publishing industry.)
>
> Hope that helps.
>
> Mike
>
> jeriddian wrote:
> >
> >
> > Shawn,
> > How do I get the rest of the files to you for your FTP server?
> > Michael Alwin suggested compresing the files and I tried that,
but it
> > only compresses the files an average of about 10%, so that's not
> > going to be very effective.
> >
> >
>




Yahoo! Message number: 1597
Date: Fri, 06 Apr 2007 23:35:31 -0000
From: "jeriddian"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Hi again, guys,

    Just to let everybody know for sure. All of the manuals are still
in the file section EXCEPT for the Technical Reference Manual. That
one is the biggie. (It has everything in it.) Just to let you know, 
Mike, I did try zipping the files but as was mentioned, it only took
the file size down by a measily 10%, so that didn't work either.

    Now when you get around to accessing Shawn's server, you won't
have to download the separate parts. You can download the entire file
all at one time, and you won't have to worry about joining them all
back together again.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...>
wrote:
>
> There's one other thing to try with PDFs: from the file menu you
can
> choose "Reduce File Size" and resave; or from the "Advanced" menu
choose 
> "PDF Optimizer." Both will decrease the DPI of scanned images, and
strip
> out other unnecessary code.
>
> It's best to save as a different file name, so you can check that
images
> were not being degraded so much as to be unreadable. If "Reduce
File
> Size" is too drastic, one can fiddle with the Optimizer settings.
>
> You might have tried all this before. (I live in Acrobat, begin in
the
> publishing industry.)
>
> Hope that helps.
>
> Mike
>
> jeriddian wrote:
> >
> >
> > Shawn,
> > How do I get the rest of the files to you for your FTP server?
> > Michael Alwin suggested compresing the files and I tried that,
but it
> > only compresses the files an average of about 10%, so that's not
> > going to be very effective.
> >
> >
>




Yahoo! Message number: 1598
Date: Fri, 06 Apr 2007 20:05:40 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

Phil:

Thanks again. You've done us a great service!

Mike

jeriddian wrote:
> 
> 
> Hi again, guys,
> 
> Just to let everybody know for sure. All of the manuals are still
> in the file section EXCEPT for the Technical Reference Manual. That
> one is the biggie. (It has everything in it.) Just to let you know,
> Mike, I did try zipping the files but as was mentioned, it only took
> the file size down by a measily 10%, so that didn't work either.
> 
> Now when you get around to accessing Shawn's server, you won't
> have to download the separate parts. You can download the entire file
> all at one time, and you won't have to worry about joining them all
> back together again.
> 
> Phil
> 



Yahoo! Message number: 1599
Date: Sat, 07 Apr 2007 03:10:06 -0000
From: "jeriddian"
Subject: Time of Day Password again.

Sorry, guys,
     I know this has been discussed elsewhere, but I can't find the
thread. I just obtained a 1520 for myself. The RTC was dead. It had 
only one Mb RAM and just the 20 MB hard drive. Long story short, I
replaced the RTC with a 12887A, upped the RAM to 4 MB (I was able to
score some sticks), and replaced the hard drive with a 170 MB HDD,
burning the new BIOS chips accordingly. Now when I fire it up, I
getting to the point where it says the time of day clock is stopped and
then to press F1, which of course gets to a line which wants me to give
the unit a password before it will finish booting.

I know this has been discussed before, but could someone tell me how to
get past this or direct me to the right thread?

Thanks.

Phil



Yahoo! Message number: 1600
Date: Sat, 07 Apr 2007 03:19:05 -0000
From: "jeriddian"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

More than happy to assist the forum, guys. At least this way, none of
us have to wander in the dark anymore with these great old
computers. :D:D:D


--- In RuGRiD-Laptop@yahoogroups.com, Michael Alwan <mjalwan@...>
wrote:
>
> Phil:
>
> Thanks again. You've done us a great service!
>
> Mike
>
> jeriddian wrote:
> >
> >
> > Hi again, guys,
> >
> > Just to let everybody know for sure. All of the manuals are still
> > in the file section EXCEPT for the Technical Reference Manual.
That
> > one is the biggie. (It has everything in it.) Just to let you
know,
> > Mike, I did try zipping the files but as was mentioned, it only
took
> > the file size down by a measily 10%, so that didn't work either.
> >
> > Now when you get around to accessing Shawn's server, you won't
> > have to download the separate parts. You can download the entire
file
> > all at one time, and you won't have to worry about joining them
all
> > back together again.
> >
> > Phil
> >
>




Yahoo! Message number: 1601
Date: Sat, 7 Apr 2007 09:12:04 -0700 (PDT)
From: Shawnerz
Subject: GRiD 1500 Technical Manuals

All,
Thanks to Jerridan (Phil), he has taken the time to
scan and uploaded the manuals to my server.
The total size of all of the documents is about 345
MB.

My server does not run the standard ftp service.  The
server runs vsftp (Very Secure File Transfer Protocol
- the word "secure" is a relative term).  Anyway, if
you are running Windows, you need to download and
install a sftp client.  Here are 3:
winscp3: http://winscp.net/eng/index.php
PuTTY:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
and Tunnelier: http://www.bitvise.com/tunnelier

WinSCP3 is probably the easiest to use and get going.

Once they are installed, you want to connect to my
server with the following parameters:
Name: griduser
Password: griduser
Server: shawnerz@...
Port: 22

Once you connect, you should be able copy the files.
Let me know if you have any problems.

-Shawn





 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Yahoo! Message number: 1602
Date: Sat, 07 Apr 2007 17:26:36 -0000
From: "jeriddian"
Subject: Re: GRiD 1500 Technical Manuals

To all,

     My appreciation to all for your kind words. When you access
Shawn's server, you will find seven complete files as I have
indicated before in my previous emails. If for some reason you need
to download the files in smaller segments, there is a folder that is
labeled "files in 5 MB parts" which is where I have the four larger
manuals copied in small 5 MB file sections. However I doubt you will
need to do that since that was done purely to get the files onto the
Yahoo website, and that is no longer needed. So just download the
complete files from the "grid" folder

     Because of the duplication of the files in parts and as a whole,
the actual space taken up by all seven complete files is about 183 MB
in the form of pdf files. With the addition of those 5MB partitions,
it came to about 345 MB.

     I recommend the WINSCP3 program as it is free and worked
perfectly for me.

     I will leave the first six files up on the website for now for
those of you who want to download it that way, but it is far easier
to download it off of Shawn's server since that way you don't have to
download partitioned files and have to rejoin them on your own
computer. Eventually, I will take those files off of the file section
from the web site so that space is freed up for people to be able to
post other important files.

     Thanks for your support.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> Thanks to Jerridan (Phil), he has taken the time to
> scan and uploaded the manuals to my server.
> The total size of all of the documents is about 345
> MB.
>
> My server does not run the standard ftp service.  The
> server runs vsftp (Very Secure File Transfer Protocol
> - the word "secure" is a relative term).  Anyway, if
> you are running Windows, you need to download and
> install a sftp client.  Here are 3:
> winscp3: http://winscp.net/eng/index.php
> PuTTY:
> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
> and Tunnelier: http://www.bitvise.com/tunnelier
>
> WinSCP3 is probably the easiest to use and get going.
>
> Once they are installed, you want to connect to my
> server with the following parameters:
> Name: griduser
> Password: griduser
> Server: shawnerz@...
> Port: 22
>
> Once you connect, you should be able copy the files.
> Let me know if you have any problems.
>
> -Shawn
>
>
>
>
>
>
>
______________________________________________________________________
______________
> Need Mail bonding?
> Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
> http://answers.yahoo.com/dir/?link=list&sid=396546091
>




Yahoo! Message number: 1603
Date: Sat, 07 Apr 2007 17:30:51 -0000
From: "jeriddian"
Subject: Re: sipps

I have found it extremely difficult to find the sipps, however for lack
of them, you can still find the 30 pin SIMMs more easily. Shawn has
already posted a thread where you can convert the SIMMs to SIPPs simply
by soldering on the pins. I know that's a bit of work, but that may be
the only option you may have, since the SIPPs are now really become as
rare as chicken's teeth.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <wd8cyv@...> wrote:
>
> if someone does come up with a place to buy them
> email me i would like some as i use a 1520 in the work shop
> with a win 3.1 card file program of MC parts and would like to be able
> to run a pdf viewer but memory is the main problem
> running dos 6 plus x.22 goodies and win 3.1
> also any one that can do the bigger hard drive conversion
> some where i have a 420 that fits that way i can preload the pdf files
> and use it to work on my old bikes
> ar dave
>  wd8cyv(at)yahoo.com put grig computers in subject line so trash
> filter does not dump you
> i also have a 1755 that ran the last time i fired it up
>




Yahoo! Message number: 1604
Date: Sat, 7 Apr 2007 11:28:45 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: sipps

All,
I was hoping no one would remember that thread. :(

I had three problems that prevented my SIMMs from
being used:  height, length, and weak pins.
My SIMMs are too tall.  The top of the SIMM comes in
contact with the top cover.  
The SIMM was too long.  The SIMM extended into the
area for the video card.
Lastly the pins from the DIP socket that I used were
not rigid enough.  I would try to push the pins into
the hole, but the pins would bend.
Maybe some one has a better idea.
Thanks,
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> I have found it extremely difficult to find the
> sipps, however for lack 
> of them, you can still find the 30 pin SIMMs more
> easily. Shawn has 
> already posted a thread where you can convert the
> SIMMs to SIPPs simply 
> by soldering on the pins. I know that's a bit of
> work, but that may be 
> the only option you may have, since the SIPPs are
> now really become as 
> rare as chicken's teeth.
> 
> Phil
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "Dave"
> <wd8cyv@...> wrote:
> >
> > if someone does come up with a place to buy them 
> > email me i would like some as i use a 1520 in the
> work shop
> > with a win 3.1 card file program of MC parts and
> would like to be able
> > to run a pdf viewer but memory is the main problem
> 
> > running dos 6 plus x.22 goodies and win 3.1
> > also any one that can do the bigger hard drive
> conversion 
> > some where i have a 420 that fits that way i can
> preload the pdf files
> > and use it to work on my old bikes 
> > ar dave
> >  wd8cyv(at)yahoo.com put grig computers in subject
> line so trash
> > filter does not dump you
> > i also have a 1755 that ran the last time i fired
> it up
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 


Yahoo! Message number: 1605
Date: Sat, 07 Apr 2007 18:37:45 -0000
From: "jeriddian"
Subject: Re: sipps

oops....sorry about that. I should have read your post more closely.
I guess the catch is to make sure the SIMMS are the right size, if
you can find them.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I was hoping no one would remember that thread. :(
>
> I had three problems that prevented my SIMMs from
> being used:  height, length, and weak pins.
> My SIMMs are too tall.  The top of the SIMM comes in
> contact with the top cover.
> The SIMM was too long.  The SIMM extended into the
> area for the video card.
> Lastly the pins from the DIP socket that I used were
> not rigid enough.  I would try to push the pins into
> the hole, but the pins would bend.
> Maybe some one has a better idea.
> Thanks,
> -Shawn
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > I have found it extremely difficult to find the
> > sipps, however for lack
> > of them, you can still find the 30 pin SIMMs more
> > easily. Shawn has
> > already posted a thread where you can convert the
> > SIMMs to SIPPs simply
> > by soldering on the pins. I know that's a bit of
> > work, but that may be
> > the only option you may have, since the SIPPs are
> > now really become as
> > rare as chicken's teeth.
> >
> > Phil
> >
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "Dave"
> > <wd8cyv@> wrote:
> > >
> > > if someone does come up with a place to buy them
> > > email me i would like some as i use a 1520 in the
> > work shop
> > > with a win 3.1 card file program of MC parts and
> > would like to be able
> > > to run a pdf viewer but memory is the main problem
> >
> > > running dos 6 plus x.22 goodies and win 3.1
> > > also any one that can do the bigger hard drive
> > conversion
> > > some where i have a 420 that fits that way i can
> > preload the pdf files
> > > and use it to work on my old bikes
> > > ar dave
> > >  wd8cyv(at)yahoo.com put grig computers in subject
> > line so trash
> > > filter does not dump you
> > > i also have a 1755 that ran the last time i fired
> > it up
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Don't pick lemons.
> See all the new 2007 cars at Yahoo! Autos.
> http://autos.yahoo.com/new_cars.html
>




Yahoo! Message number: 1606
Date: Sat, 07 Apr 2007 18:37:09 -0000
From: "androgenoide"
Subject: Re: GRiD 1500 Technical Manuals

There is one little bitty problem.  Yahoo treats your server address
as an email address and hides everything after the "@" symbol...















--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> Thanks to Jerridan (Phil), he has taken the time to
> scan and uploaded the manuals to my server.
> The total size of all of the documents is about 345
> MB.
>
> My server does not run the standard ftp service.  The
> server runs vsftp (Very Secure File Transfer Protocol
> - the word "secure" is a relative term).  Anyway, if
> you are running Windows, you need to download and
> install a sftp client.  Here are 3:
> winscp3: http://winscp.net/eng/index.php
> PuTTY:
> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
> and Tunnelier: http://www.bitvise.com/tunnelier
>
> WinSCP3 is probably the easiest to use and get going.
>
> Once they are installed, you want to connect to my
> server with the following parameters:
> Name: griduser
> Password: griduser
> Server: shawnerz@...
> Port: 22
>
> Once you connect, you should be able copy the files.
> Let me know if you have any problems.
>
> -Shawn
>
>
>
>
>
>
>
______________________________________________________________________
______________
> Need Mail bonding?
> Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
> http://answers.yahoo.com/dir/?link=list&sid=396546091
>




Yahoo! Message number: 1607
Date: Sat, 7 Apr 2007 12:34:47 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: GRiD 1500 Technical Manuals

That's funny.  It shouldn't have been an email
address.
It is shawnerz.homelinux.org
Sometimes I don't pay attention and put the 'at' sign
by mistake.
Just in case I typed it correctly, let me try it this
way: shawnerz. homelinux. org

Just take out the spaces.
-Shawn

--- androgenoide <androgenoide@...> wrote:

> There is one little bitty problem.  Yahoo treats
> your server address 
> as an email address and hides everything after the
> "@" symbol...
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > All,
> > Thanks to Jerridan (Phil), he has taken the time
> to
> > scan and uploaded the manuals to my server.
> > The total size of all of the documents is about
> 345
> > MB.
> > 
> > My server does not run the standard ftp service. 
> The
> > server runs vsftp (Very Secure File Transfer
> Protocol
> > - the word "secure" is a relative term).  Anyway,
> if
> > you are running Windows, you need to download and
> > install a sftp client.  Here are 3:
> > winscp3: http://winscp.net/eng/index.php
> > PuTTY:
> >
>
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
> > and Tunnelier: http://www.bitvise.com/tunnelier
> > 
> > WinSCP3 is probably the easiest to use and get
> going.
> > 
> > Once they are installed, you want to connect to my
> > server with the following parameters:
> > Name: griduser
> > Password: griduser
> > Server: shawnerz@...
> > Port: 22
> > 
> > Once you connect, you should be able copy the
> files.
> > Let me know if you have any problems.
> > 
> > -Shawn
> > 
> > 
> > 
> > 
> > 
> >  
> > 
>
______________________________________________________________________
> ______________
> > Need Mail bonding?
> > Go to the Yahoo! Mail Q&A for great tips from
> Yahoo! Answers users.
> >
>
http://answers.yahoo.com/dir/?link=list&sid=396546091
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/


Yahoo! Message number: 1608
Date: Sat, 07 Apr 2007 20:06:46 -0000
From: "androgenoide"
Subject: Re: GRiD 1500 Technical Manuals

Excellent.  That works fine, thank you.  James












--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> That's funny.  It shouldn't have been an email
> address.
> It is shawnerz.homelinux.org
> Sometimes I don't pay attention and put the 'at' sign
> by mistake.
> Just in case I typed it correctly, let me try it this
> way: shawnerz. homelinux. org
>
> Just take out the spaces.
> -Shawn
>
> --- androgenoide <androgenoide@...> wrote:
>
> > There is one little bitty problem.  Yahoo treats
> > your server address
> > as an email address and hides everything after the
> > "@" symbol...
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 
> >
> >
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > All,
> > > Thanks to Jerridan (Phil), he has taken the time
> > to
> > > scan and uploaded the manuals to my server.
> > > The total size of all of the documents is about
> > 345
> > > MB.
> > >
> > > My server does not run the standard ftp service.
> > The
> > > server runs vsftp (Very Secure File Transfer
> > Protocol
> > > - the word "secure" is a relative term).  Anyway,
> > if
> > > you are running Windows, you need to download and
> > > install a sftp client.  Here are 3:
> > > winscp3: http://winscp.net/eng/index.php
> > > PuTTY:
> > >
> >
> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
> > > and Tunnelier: http://www.bitvise.com/tunnelier
> > >
> > > WinSCP3 is probably the easiest to use and get
> > going.
> > >
> > > Once they are installed, you want to connect to my
> > > server with the following parameters:
> > > Name: griduser
> > > Password: griduser
> > > Server: shawnerz@
> > > Port: 22
> > >
> > > Once you connect, you should be able copy the
> > files.
> > > Let me know if you have any problems.
> > >
> > > -Shawn
> > >
> > >
> > > 
> > >
> > >
> > >
> > >
> >
>
______________________________________________________________________
> > ______________
> > > Need Mail bonding?
> > > Go to the Yahoo! Mail Q&A for great tips from
> > Yahoo! Answers users.
> > >
> >
> http://answers.yahoo.com/dir/?link=list&sid=396546091
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> TV dinner still cooling?
> Check out "Tonight's Picks" on Yahoo! TV.
> http://tv.yahoo.com/
>




Yahoo! Message number: 1609
Date: Sat, 7 Apr 2007 16:30:55 -0400 (EDT)
From: Lawrence Walker
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the

Thanks again Phil, AND Shawn !

 One possible solution with the files section size
limitation is creating a second group called "Grid
1500 files".

 This is used by another group "atari midi" which I am
a member of. That takes the heat off the primary site,
which could only have essential files or programs as
determined by the moderator.

 The files upload site would contain lesser files.
Even longer files or programs can be hosted by an
external server site, in Atari Midi's case, Tim
Carmody's Atari midi site or in our case, if Shawn is
willing, his server. Anyone willing to take up the
task could also establish a mirror.

 A surplus of space could even make me aspire (even
from shame)to emulate Phil's and Shawns efforts and
upload the SCSI adaptor manual or other stuff. mea
culpa, mea culpa. I think many kudos also has to go to
Mike Brietman for having helped to enliven this forum.

Lawrence



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1610
Date: Sun, 08 Apr 2007 09:17:36 -0600
From: Michael Brutman
Subject: The Manuals have arrived!

I don't know if this has been suggested already, but maybe you should 
look at 'bitsavers.org' for the long term storage of the pdf documents.


Mike


Yahoo! Message number: 1611
Date: Sun, 08 Apr 2007 09:25:57 -0600
From: Michael Brutman
Subject: The Manuals have arrived!

On second thought, bitsavers.org might not be the right place ..  it has 
a heavy orientation to minis and mainframes.

Scratch that idea ...



Mike


Yahoo! Message number: 1612
Date: Sun, 08 Apr 2007 15:55:51 -0000
From: "jeriddian"
Subject: Re: Time of Day Password again.

Hi again, guys,

     I've done some preliminary investigation on this problem with
the. It appears that replacing the RTC chip on the 1520 is
problematic if the RTC is not first initialized. When that happens,
the computer sees it as having "stopped" (i.e. the message "Time of
day has stopped"), the BIOS then prompts you to press F1 and then
enter the BIOS password. The problem is there is no documentation as
to what the password is.

     This is an old phoenix BIOS, of course, and they have several
backdoor passwords
including "phoenix", "PHOENIX", "CMOS", "cmos", "BIOS", and "BIOS".
I've tried those as well
as "GRiD", "grid", "GRID", "gridcase", "GRDICASE", "GRiDCASE",
and "Gridcase". None of them worked however, and I'm wondering if the
BIOS even provides a password matching routine to allow a correct
answer. The problem then results in the machine simply rebooting when
an incorrect response is given, and then you simply run into the same
problem again. For some reason, the BIOS on the 1530 didn't give me
this problem when I replaced the Dallas RTC on it. It booted right
back up again very nicely, probably because they had seen that
problem and corrected it by then, but never bothered to go back and
fix it for the 1520.

     Some others on the web have had the same problem and the
consensus has always been there is no choice but to take out the
Dallas chip and replace it. But then you still have the same problem.
On some 1520's that didn't have the Dallas chip, but with the other
timer chip and where the battery is separate, one person was able to
leave the battery out for about a week, allowing the time keeping
registers of the RTC chip to finally go dead after the capacitors
lost their residual charge. Then he was able to put the battery back
in and the time chip was able to initialize and the machine booted 
properly. But because you can't disconnect the battery from the
Dallas RTC (unless you do the German modification that Shawn found),
that's not a option. I'm still considering doing the German
modification thing (externalizing the battery), but I was also
wondering about the following.

     Has anybody considered reverse engineering the BIOS a little? It
doesn't sound too hard to be able to add a small routine that would
initialize the RTC upon boot if it was found to be stopped,
(especially since they seemed to have fixed that in the 1530 BIOS).
Now it's been a long time since I messed with Assembly Language, and
I remember precious little of it, so I have a lot of studying to do
(again), but I was able to get a Disassembler and break the BIN file
back down to an .ASM file. Now I have to study it and parse out where
this whole routine concerning the clock gets in there. If I can
pinpoint it, then there is one of two things I can do. I can either
try to write a routine that will initialize the clock when it has
stopped, or I can find out if there is indeed a password to which the
BIOS will even compare an answer, in order to accept it and then boot
up. I still have my old programs and books on MASM 5.1, so since this
is a very small modification, I'm hoping it won't be too much trouble.

     Anyway, does anyone have any thoughts or comments on achieving
any of this, or helping out? Thanks for the input.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Sorry, guys,
>      I know this has been discussed elsewhere, but I can't find the
> thread. I just obtained a 1520 for myself. The RTC was dead. It had
> only one Mb RAM and just the 20 MB hard drive. Long story short, I
> replaced the RTC with a 12887A, upped the RAM to 4 MB (I was able
to
> score some sticks), and replaced the hard drive with a 170 MB HDD,
> burning the new BIOS chips accordingly. Now when I fire it up, I
> getting to the point where it says the time of day clock is stopped
and
> then to press F1, which of course gets to a line which wants me to
give
> the unit a password before it will finish booting.
>
> I know this has been discussed before, but could someone tell me
how to
> get past this or direct me to the right thread?
>
> Thanks.
>
> Phil
>




Yahoo! Message number: 1613
Date: Sun, 8 Apr 2007 18:54:43 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Time of Day Password again.

Sorry, Phil.
That's above my skill level.  I know about -> <- that
much of assembly.
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Hi again, guys,
> 
>      I've done some preliminary investigation on
> this problem with 
> the. It appears that replacing the RTC chip on the
> 1520 is 
> problematic if the RTC is not first initialized.
> When that happens, 
> the computer sees it as having "stopped" (i.e. the
> message "Time of 
> day has stopped"), the BIOS then prompts you to
> press F1 and then 
> enter the BIOS password. The problem is there is no
> documentation as 
> to what the password is.
> 
>      This is an old phoenix BIOS, of course, and
> they have several 
> backdoor passwords 
> including "phoenix", "PHOENIX", "CMOS", "cmos",
> "BIOS", and "BIOS". 
> I've tried those as well 
> as "GRiD", "grid", "GRID", "gridcase", "GRDICASE",
> "GRiDCASE", 
> and "Gridcase". None of them worked however, and I'm
> wondering if the 
> BIOS even provides a password matching routine to
> allow a correct 
> answer. The problem then results in the machine
> simply rebooting when 
> an incorrect response is given, and then you simply
> run into the same 
> problem again. For some reason, the BIOS on the 1530
> didn't give me 
> this problem when I replaced the Dallas RTC on it.
> It booted right 
> back up again very nicely, probably because they had
> seen that 
> problem and corrected it by then, but never bothered
> to go back and 
> fix it for the 1520.
> 
>      Some others on the web have had the same
> problem and the 
> consensus has always been there is no choice but to
> take out the 
> Dallas chip and replace it. But then you still have
> the same problem. 
> On some 1520's that didn't have the Dallas chip, but
> with the other 
> timer chip and where the battery is separate, one
> person was able to 
> leave the battery out for about a week, allowing the
> time keeping 
> registers of the RTC chip to finally go dead after
> the capacitors 
> lost their residual charge. Then he was able to put
> the battery back 
> in and the time chip was able to initialize and the
> machine booted 
> properly. But because you can't disconnect the
> battery from the 
> Dallas RTC (unless you do the German modification
> that Shawn found), 
> that's not a option. I'm still considering doing the
> German 
> modification thing (externalizing the battery), but
> I was also 
> wondering about the following.
> 
>      Has anybody considered reverse engineering the
> BIOS a little? It 
> doesn't sound too hard to be able to add a small
> routine that would 
> initialize the RTC upon boot if it was found to be
> stopped, 
> (especially since they seemed to have fixed that in
> the 1530 BIOS). 
> Now it's been a long time since I messed with
> Assembly Language, and 
> I remember precious little of it, so I have a lot of
> studying to do 
> (again), but I was able to get a Disassembler and
> break the BIN file 
> back down to an .ASM file. Now I have to study it
> and parse out where 
> this whole routine concerning the clock gets in
> there. If I can 
> pinpoint it, then there is one of two things I can
> do. I can either 
> try to write a routine that will initialize the
> clock when it has 
> stopped, or I can find out if there is indeed a
> password to which the 
> BIOS will even compare an answer, in order to accept
> it and then boot 
> up. I still have my old programs and books on MASM
> 5.1, so since this 
> is a very small modification, I'm hoping it won't be
> too much trouble.
> 
>      Anyway, does anyone have any thoughts or
> comments on achieving 
> any of this, or helping out? Thanks for the input.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@...> 
> wrote:
> >
> > Sorry, guys,
> >      I know this has been discussed elsewhere, but
> I can't find the 
> > thread. I just obtained a 1520 for myself. The RTC
> was dead. It had 
> > only one Mb RAM and just the 20 MB hard drive.
> Long story short, I 
> > replaced the RTC with a 12887A, upped the RAM to 4
> MB (I was able 
> to 
> > score some sticks), and replaced the hard drive
> with a 170 MB HDD, 
> > burning the new BIOS chips accordingly. Now when I
> fire it up, I 
> > getting to the point where it says the time of day
> clock is stopped 
> and 
> > then to press F1, which of course gets to a line
> which wants me to 
> give 
> > the unit a password before it will finish booting.
> > 
> > I know this has been discussed before, but could
> someone tell me 
> how to 
> > get past this or direct me to the right thread?
> > 
> > Thanks.
> > 
> > Phil
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 


Yahoo! Message number: 1614
Date: Mon, 09 Apr 2007 20:21:23 -0000
From: "ballsandy101"
Subject: GRiDcase 1520 and a new coprocessor

Now that I have replaced the dead battery (older revision without the
dallas chip, wewt) I am back and running. I'm now looking into a
coprocessor. Anything out of the ordinary to be noted (besides the
speed of the coprocessor) or should dropping an 80287 in and
reconfiguring the system be all that's needed?



Yahoo! Message number: 1615
Date: Mon, 9 Apr 2007 14:41:10 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] GRiDcase 1520 and a new coprocessor

I don't know if you need to do any system
reconfiguration.  You're going in to new territory for
me.
I would think (big assumption) that all you'd have to
do is drop in the -287 and continue.
Let us all know how it works,
Thanks,
-Shawn

--- ballsandy101 <ballsandy@...> wrote:

> Now that I have replaced the dead battery (older
> revision without the
> dallas chip, wewt) I am back and running. I'm now
> looking into a
> coprocessor. Anything out of the ordinary to be
> noted (besides the
> speed of the coprocessor) or should dropping an
> 80287 in and
> reconfiguring the system be all that's needed?
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/


Yahoo! Message number: 1616
Date: Mon, 09 Apr 2007 21:52:48 -0000
From: "ballsandy101"
Subject: Re: GRiDcase 1520 and a new coprocessor

:P I completely forgot this is not my IBM PC portable
In that case i'll look for the right one off ebay and cross my fingers.
Thanks.

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> I don't know if you need to do any system
> reconfiguration.  You're going in to new territory for
> me.
> I would think (big assumption) that all you'd have to
> do is drop in the -287 and continue.
> Let us all know how it works,
> Thanks,
> -Shawn




Yahoo! Message number: 1617
Date: Tue, 10 Apr 2007 19:36:34 -0700
From:
Subject: Re: [RuGRiD-Laptop] Grid 1520 Booting from Compact Flash

One thing I have noticed,

Using various sized of flash on some new products (top secret ya-know)
Many times the flash will only operate in native mode.  Native '0' mode for a hard drive is that state where the drive reports exactly what the physical geometry of the mechanical - - - um - - - 'drive' 

Example.  A CP3044 actually only has two physical heads, the rest is virtually converted on the controller board and shipped to us in pre-ATA  um.....  ATA fashon. 

Perhaps the GRID is prefering mode  1 or mode 2  to access the more genaric vertuial geometry of the conner hardware.
 

---- Shawnerz <shawnerz@...> wrote: 
> Just thought I'd let everyone know that I'm working on
> getting my 1520 to boot from Compact Flash.
> My first attempt ended in failure.
> 
> I modified my BIOS with the information from hdlook.
> With the compact flash out of its carrier, on boot up,
> I get a confusing memory error.  I do not have my
> notes with me so I cannot give the exact words. 
> However, it says something like "Memory Error at
> address (XXXXX, I can't remember).  expected FFFF,
> received FFFF."
> 
> Accroding to the message, the computer received what
> it expected, so there shouldn't be an error.
> 
> The Grid continues to boot but only allows me 640K of
> memory - out of 2 meg installed.
> 
> If I insert the compact flash, the computer does a
> series of beeps, and then nothing.  I think the beep
> sequence is 1 beep, followed by 3 beeps, then 1 beep.
> 
> The CF is a 512 MB, type 1.
> When I get some free time, I will try my 8 MB CF that
> came with my digital camera.
> 
> -Shawn
> 
> 
>  
> ____________________________________________________________________________________
> Be a PS3 game guru.
> Get your game face on with the latest PS3 news and previews at Yahoo! Games.
> http://videogames.yahoo.com/platform?platform=120121



Yahoo! Message number: 1618
Date: Tue, 10 Apr 2007 20:10:50 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Grid 1520 Booting from Compact Flash

Did I drink too much tonight or did I get this email
already?

--- charlieford1@... wrote:

> One thing I have noticed,
> 
> Using various sized of flash on some new products
> (top secret ya-know)
> Many times the flash will only operate in native
> mode.  Native '0' mode for a hard drive is that
> state where the drive reports exactly what the
> physical geometry of the mechanical - - - um - - -
> 'drive' 
> 
> Example.  A CP3044 actually only has two physical
> heads, the rest is virtually converted on the
> controller board and shipped to us in pre-ATA 
> um.....  ATA fashon. 
> 
> Perhaps the GRID is prefering mode  1 or mode 2  to
> access the more genaric vertuial geometry of the
> conner hardware.
>  
> 
> ---- Shawnerz <shawnerz@...> wrote: 
> > Just thought I'd let everyone know that I'm
> working on
> > getting my 1520 to boot from Compact Flash.
> > My first attempt ended in failure.
> > 
> > I modified my BIOS with the information from
> hdlook.
> > With the compact flash out of its carrier, on boot
> up,
> > I get a confusing memory error.  I do not have my
> > notes with me so I cannot give the exact words. 
> > However, it says something like "Memory Error at
> > address (XXXXX, I can't remember).  expected FFFF,
> > received FFFF."
> > 
> > Accroding to the message, the computer received
> what
> > it expected, so there shouldn't be an error.
> > 
> > The Grid continues to boot but only allows me 640K
> of
> > memory - out of 2 meg installed.
> > 
> > If I insert the compact flash, the computer does a
> > series of beeps, and then nothing.  I think the
> beep
> > sequence is 1 beep, followed by 3 beeps, then 1
> beep.
> > 
> > The CF is a 512 MB, type 1.
> > When I get some free time, I will try my 8 MB CF
> that
> > came with my digital camera.
> > 
> > -Shawn
> > 
> > 
> >  
> >
>
____________________________________________________________________________________
> > Be a PS3 game guru.
> > Get your game face on with the latest PS3 news and
> previews at Yahoo! Games.
> >
> http://videogames.yahoo.com/platform?platform=120121
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Yahoo! Message number: 1619
Date: Tue, 10 Apr 2007 20:09:54 -0700 (PDT)
From: Shawnerz
Subject: Manuals Availible via ftp

All,
I think I have the ftp portion of my server up and
running.  If you havn't downloaded the manuals because
you didn't want to install the ssh software, you can
now download the manuals in Internet Explorer
(assuming I have everything set properly).
In the address bar, enter ftp://shawnerz.homelinux.org
At the user and password prompt, enter griduser, and
griduser.
If everything is set correctly, you could see a list
of the manuals that Filipe (sp?) uploaded.
If your never connects and you get an endless
hourglass, go to Tools | Internet Options | Advanced.
Scroll down to the Browsing section and uncheck (or
check) "Use Passive FTP (for firewall or DSL modem
capaiblity)"
With it checked, IE is supposed to use passive mode
and lock itself to ports 20 and 21.  However, with my
checks using Win2000, it seems to work opposite of way
I think it's supposed to work.
Please let me know if it works for you.
Thanks,
-Shawn


       
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/


Yahoo! Message number: 1620
Date: Wed, 11 Apr 2007 04:15:49 -0000
From: "jeriddian"
Subject: Re: Manuals Availible via ftp

Actually, it's Felipe. But no big (grin). Just call me Phil. :)



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I think I have the ftp portion of my server up and
> running.  If you havn't downloaded the manuals because
> you didn't want to install the ssh software, you can
> now download the manuals in Internet Explorer
> (assuming I have everything set properly).
> In the address bar, enter ftp://shawnerz.homelinux.org
> At the user and password prompt, enter griduser, and
> griduser.
> If everything is set correctly, you could see a list
> of the manuals that Filipe (sp?) uploaded.
> If your never connects and you get an endless
> hourglass, go to Tools | Internet Options | Advanced.
> Scroll down to the Browsing section and uncheck (or
> check) "Use Passive FTP (for firewall or DSL modem
> capaiblity)"
> With it checked, IE is supposed to use passive mode
> and lock itself to ports 20 and 21.  However, with my
> checks using Win2000, it seems to work opposite of way
> I think it's supposed to work.
> Please let me know if it works for you.
> Thanks,
> -Shawn
>
>
>    
>
_____________________________________________________________________
_______________
> It's here! Your new message!
> Get new email alerts with the free Yahoo! Toolbar.
> http://tools.search.yahoo.com/toolbar/features/mail/
>




Yahoo! Message number: 1621
Date: Wed, 11 Apr 2007 04:26:50 -0000
From: "jeriddian"
Subject: Re: Manuals Availible via ftp

Shawn,
    I tried it and couldn't get it to open. I just kept getting the 
message "Cannot open server". I'm running IE 7 myself. The pasive
FTP option didn't help either. I don't know if it's IE 7 or just the
site in general.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I think I have the ftp portion of my server up and
> running.  If you havn't downloaded the manuals because
> you didn't want to install the ssh software, you can
> now download the manuals in Internet Explorer
> (assuming I have everything set properly).
> In the address bar, enter ftp://shawnerz.homelinux.org
> At the user and password prompt, enter griduser, and
> griduser.
> If everything is set correctly, you could see a list
> of the manuals that Filipe (sp?) uploaded.
> If your never connects and you get an endless
> hourglass, go to Tools | Internet Options | Advanced.
> Scroll down to the Browsing section and uncheck (or
> check) "Use Passive FTP (for firewall or DSL modem
> capaiblity)"
> With it checked, IE is supposed to use passive mode
> and lock itself to ports 20 and 21.  However, with my
> checks using Win2000, it seems to work opposite of way
> I think it's supposed to work.
> Please let me know if it works for you.
> Thanks,
> -Shawn
>
>
>
>
_____________________________________________________________________
_______________
> It's here! Your new message!
> Get new email alerts with the free Yahoo! Toolbar.
> http://tools.search.yahoo.com/toolbar/features/mail/
>




Yahoo! Message number: 1622
Date: Wed, 11 Apr 2007 00:33:53 -0400
From: "Len G. Carpenter"
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp
text/plain; charset=us-ascii

the login and password need to be embedded in the URL and damned if I
can remember the format for it.

just using the posted URL makes it an anonymous login which the server
does not support.

what you might want to try is to make a gmail account and see if you can
post all the files to the account then just give everyone the info on it
and hope no one deletes the files.

jeriddian wrote:

> Shawn,
> I tried it and couldn't get it to open. I just kept getting the
> message "Cannot open server". I'm running IE 7 myself. The pasive
> FTP option didn't help either. I don't know if it's IE 7 or just the
> site in general.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
> >
> > All,
> > I think I have the ftp portion of my server up and
> > running. If you havn't downloaded the manuals because
> > you didn't want to install the ssh software, you can
> > now download the manuals in Internet Explorer
> > (assuming I have everything set properly).
> > In the address bar, enter ftp://shawnerz.homelinux.org
> > At the user and password prompt, enter griduser, and
> > griduser.
> > If everything is set correctly, you could see a list
> > of the manuals that Filipe (sp?) uploaded.
> > If your never connects and you get an endless
> > hourglass, go to Tools | Internet Options | Advanced.
> > Scroll down to the Browsing section and uncheck (or
> > check) "Use Passive FTP (for firewall or DSL modem
> > capaiblity)"
> > With it checked, IE is supposed to use passive mode
> > and lock itself to ports 20 and 21. However, with my
> > checks using Win2000, it seems to work opposite of way
> > I think it's supposed to work.
> > Please let me know if it works for you.
> > Thanks,
> > -Shawn
> >
> >
> >
> >
> __________________________________________________________
> _______________
> > It's here! Your new message!
> > Get new email alerts with the free Yahoo! Toolbar.
> > http://tools.search.yahoo.com/toolbar/features/mail/
> >
>
> 
>
> __________ NOD32 2178 (20070410) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
--


Bumper sticker of the year: If you can read this, thank a
teacher....and since it's in English, thank a soldier."



Yahoo! Message number: 1623
Date: Wed, 11 Apr 2007 05:51:32 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1624
Date: Wed, 11 Apr 2007 13:50:34 -0000
From: "jeriddian"
Subject: Re: Manuals Availible via ftp

Born and raised in Texas, but my parents were from Cuba, thus the
name in Spanish. :)


--- In RuGRiD-Laptop@yahoogroups.com, "Celso MF" <celsomf@...> wrote:
>
> Where are you from, Felipe?
>
>
>
> On 4/11/07, jeriddian <Jeriddian@...> wrote:
> >
> >   Actually, it's Felipe. But no big (grin). Just call me Phil. :)
> >
> > --- In RuGRiD-Laptop@yahoogroups.com <RuGRiD-Laptop%
40yahoogroups.com>,
> > Shawnerz <shawnerz@> wrote:
> > >
> > > All,
> > > I think I have the ftp portion of my server up and
> > > running. If you havn't downloaded the manuals because
> > > you didn't want to install the ssh software, you can
> > > now download the manuals in Internet Explorer
> > > (assuming I have everything set properly).
> > > In the address bar, enter ftp://shawnerz.homelinux.org
> > > At the user and password prompt, enter griduser, and
> > > griduser.
> > > If everything is set correctly, you could see a list
> > > of the manuals that Filipe (sp?) uploaded.
> > > If your never connects and you get an endless
> > > hourglass, go to Tools | Internet Options | Advanced.
> > > Scroll down to the Browsing section and uncheck (or
> > > check) "Use Passive FTP (for firewall or DSL modem
> > > capaiblity)"
> > > With it checked, IE is supposed to use passive mode
> > > and lock itself to ports 20 and 21. However, with my
> > > checks using Win2000, it seems to work opposite of way
> > > I think it's supposed to work.
> > > Please let me know if it works for you.
> > > Thanks,
> > > -Shawn
> > >
> > >
> > >
> > >
> > __________________________________________________________
> > _______________
> > > It's here! Your new message!
> > > Get new email alerts with the free Yahoo! Toolbar.
> > > http://tools.search.yahoo.com/toolbar/features/mail/
> > >
> >
> >
> >
>




Yahoo! Message number: 1625
Date: Wed, 11 Apr 2007 07:22:52 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp

Len and Phil:
No, the login does not need to be embedded in the url.
 I don't seem to have a problem from my PC at work. 
I'm running Win XP and IE7.
My server does not support anonymous login.
My Win2000 computer running IE6 at home doesn't have
any problems either.  Since that computer is on the
same network, I can't say it was a valid test.

I do know somebody was able to download last night
because I saw activity at about 12:30 AM (Eastern).

Perhaps the service is being blocked at your end.  Is
your firewall blocking the connection?  Are ports 20
and 21 open on your router?  Are you able to ftp from
other sites?

Thanks,
-Shawn

the login and password need to be embedded in the URL
and damned if I can remember the format for it. 
just using the posted URL makes it an anonymous login
which the server does not support. 

what you might want to try is to make a gmail account
and see if you can post all the files to the account
then just give everyone the info on it and hope no one
deletes the files. 


Shawn,
    I tried it and couldn't get it to open. I just
kept getting the 
message "Cannot open server". I'm running IE 7 myself.
The pasive 
FTP option didn't help either. I don't know if it's IE
7 or just the 
site in general.

Phil



       
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front


Yahoo! Message number: 1626
Date: Wed, 11 Apr 2007 12:21:50 -0400
From: Michael Alwan
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp

Shawnerz wrote:
> 
> 
> No, the login does not need to be embedded in the url.
> 
> I do know somebody was able to download last night
> because I saw activity at about 12:30 AM (Eastern).
> 
> Perhaps the service is being blocked at your end. Is


That was me--I got everything. I experienced a fairly slow connection, 
BTW, so left it going overnight.  Took a few hours to download everything.

On a Win2K computer, I start Internet Explorer 6.0 and drag the FPT link 
from the e-mail to the browser. The browser connects to the site, and 
displays an error pop-up saying "Windows cannot access the folder..." 
etc. Then, without reloading the page or closing the browser, I go to 
the File menu, chose "Login as", use the "griduser" username and 
password, and get access.

Mike


Yahoo! Message number: 1627
Date: Wed, 11 Apr 2007 13:40:00 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1628
Date: Wed, 11 Apr 2007 12:11:50 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Time of Day Password again.

 I'm certainly nowhere up to your level of expertise,
but have you tried the old trick for eliminating a
lost
password ? You grounded the reset pin and that wiped
out the password. Can't remember what the pins you
shorted were but it should be in the RTC doc in the
files. I believe that wiped the Dallas part of the
BIOS which contained the password. Simplistic but who
knows.

Lawrence


      


Yahoo! Message number: 1629
Date: Wed, 11 Apr 2007 19:22:33 -0000
From: "jeriddian"
Subject: Re: Time of Day Password again.

Thanks Lawrence,

Well, I wouldn't say I'm an expert in ASM. I've dabbled in it and know
some basics. However, I have tried shorting out the pins (which BTW are
pins 12 and 21, 12 being the ground pin, and this did not work. I found
out from the Dallas 12887A spec sheet that this will wipe the data off
the Dallas chip of all the non-time keeping registers, but not the time
keeping registers themselves, which are the ones that have to be
initialized. So that won't work either.

My theory is this. If the computer is offering a way to get into the
BIOS through the password, then if it can be done, all I have to do is
reset the clock and it will be initialized. However, there is no
program to get into the BIOS on a 1520 (or 1530 for that matter),
therefore there is no answer to the password question. The thing to do
is to go directly to routine that will set the time and date. Once I
map out the ASM routines and figure out where it goes into this, I can
just alter one jump instruction and I can bypass the whole thing and go 
directly to boot.

But this is going to take some time to figure out. If I can, then I can
make the routine to other users to burn into their EPROMS.

I'll let you know what I come up with (hopefully).

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker <bigwalk_ca@...>
wrote:
>
>  I'm certainly nowhere up to your level of expertise,
> but have you tried the old trick for eliminating a
> lost
> password ? You grounded the reset pin and that wiped
> out the password. Can't remember what the pins you
> shorted were but it should be in the RTC doc in the
> files. I believe that wiped the Dallas part of the
> BIOS which contained the password. Simplistic but who
> knows.
>
> Lawrence
>




Yahoo! Message number: 1630
Date: Wed, 11 Apr 2007 17:57:29 -0400
From: "Len G. Carpenter"
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp
text/plain; charset=us-ascii

Well got me then.

I tried netscape 4.03, IE6 and firefox and none of them could get in.

The activity you saw was most likely my WSFTP leaching the files.

Cheers


Shawnerz wrote:

> Len and Phil:
> No, the login does not need to be embedded in the url.
> I don't seem to have a problem from my PC at work.
> I'm running Win XP and IE7.
> My server does not support anonymous login.
> My Win2000 computer running IE6 at home doesn't have
> any problems either. Since that computer is on the
> same network, I can't say it was a valid test.
>
> I do know somebody was able to download last night
> because I saw activity at about 12:30 AM (Eastern).
>
> Perhaps the service is being blocked at your end. Is
> your firewall blocking the connection? Are ports 20
> and 21 open on your router? Are you able to ftp from
> other sites?
>
> Thanks,
> -Shawn
>
> the login and password need to be embedded in the URL
> and damned if I can remember the format for it.
> just using the posted URL makes it an anonymous login
> which the server does not support.
>
> what you might want to try is to make a gmail account
> and see if you can post all the files to the account
> then just give everyone the info on it and hope no one
> deletes the files.
>
> Shawn,
> I tried it and couldn't get it to open. I just
> kept getting the
> message "Cannot open server". I'm running IE 7 myself.
> The pasive
> FTP option didn't help either. I don't know if it's IE
> 7 or just the
> site in general.
>
> Phil
>
> __________________________________________________________
> Bored stiff? Loosen up...
> Download and play hundreds of games for free on Yahoo! Games.
> http://games.yahoo.com/games/front
> 
>
> __________ NOD32 2180 (20070411) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
--


Bumper sticker of the year: If you can read this, thank a
teacher....and since it's in English, thank a soldier."



Yahoo! Message number: 1631
Date: Wed, 11 Apr 2007 22:26:16 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Manuals Availible via ftp

 Well I downloaded the whole thing using the
recommended program on W98, even tho I did go to bed
while this was happening. It was slow even tho I'm
using DSL.

 It's now on my HDD and I thank you all. No problems 
for my  download, except for the time, which could be
expected given the size of some of the files.

 No insight as to the problems others had with it.

Lawrence


      


Yahoo! Message number: 1632
Date: Thu, 12 Apr 2007 07:14:37 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Manuals Availible via ftp

Lawrence,
You must have started your download after I made some
changes to the server (~10PM Eastern).
I don't know what the proper name for the attack, but
the server was getting a bogus login request every
second from the same two IP addresses.  The IP
addresses are probably spoofed.
I think the attack is designed to cause some sort of
buffer overflow.
I installed a Linux application called "fail2bin".  If
you try to login with a wrong password for more than 3
times from the same IP address, the server locks out
traffic from that IP address for 10 minutes.

So, if anyone from the group tries to login and is a
bad typist, you've got three times to get the username
and password right.

As far as other people having problems, one idea comes
to mind.  By defualt, Windows first tries an anonymous
login.  My server does not allow anonymous login. 
Internet Explorer should prompt you for a name and
password.  In Windows (File) Explorer, select File,
Login As... and put in griduser for the name and
password.

I hope that helps.
-Shawn
--- Lawrence Walker <bigwalk_ca@...> wrote:

>  Well I downloaded the whole thing using the
> recommended program on W98, even tho I did go to bed
> while this was happening. It was slow even tho I'm
> using DSL.
> 
>  It's now on my HDD and I thank you all. No problems
> 
> for my  download, except for the time, which could
> be
> expected given the size of some of the files.
> 
>  No insight as to the problems others had with it.
> 
> Lawrence
> 
> 
>       
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 


Yahoo! Message number: 1633
Date: Sun, 15 Apr 2007 14:30:03 -0700 (PDT)
From: Shawnerz
Subject: [Off Topic] CNET Article On Vintage Computers

All,
I think our Grid's are too new to be collectors items,
but here's an article from CNET News about "Fun and
Profit From Obsolete Computers."
Enjoy,
-Shawn

http://news.com.com/Fun+and+profit+with+obsolete+computers/2100-1041_3-6175961.html?tag=nefd.top



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1634
Date: Mon, 16 Apr 2007 05:00:18 -0000
From: "jeriddian"
Subject: Re: [Off Topic] CNET Article On Vintage Computers

Nice Article, Shawn,
    But I don't think it'll be that long before our Grids are worth
something I think, at least in terms of their advances at the time
they came alonng. Somehow I think there are still too many of them 
around still to make them that rare, which only makes sense
considering how blasted sturdy they are in the first place. They'll
last a long time.:D

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I think our Grid's are too new to be collectors items,
> but here's an article from CNET News about "Fun and
> Profit From Obsolete Computers."
> Enjoy,
> -Shawn
>
> http://news.com.com/Fun+and+profit+with+obsolete+computers/2100-
1041_3-6175961.html?tag=nefd.top
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1635
Date: Mon, 16 Apr 2007 05:10:38 -0000
From: "jeriddian"
Subject: Re: Time of Day Password again.

To all,
    In an update, I think the best thing for me to do is to look for
the choke point in the program where the program in the 1520 BIOS
calls the TTY write routine to print out on the screen "Incorrect
Password - Press any key". It is at that point that any key that's
pressed reboots the machine. All I have to do is redirect that
instruction to where it is supposed to go afterwards to continune the
booting. Once that is done, I can do Time and Date, and the time ship
will be initialized. But that will be a little problematic also. The
alternative is to confirm what the password is (or actually provide
it with one) so that question can be successfully answered. I've
begun separating out the subroutines in the ASM file to try and
figure them out. So far I've only found is the TTY WRITE (write
characters to video). There are not that many routines actually. The
actual BIOS opcode amount is really very very small. Mostly it is to
initialize the hardware interrupt vectors then redirect to the floppy
or HDD to load MSDOS. The technical manual has data to refer to the
interrupts used in the time control chip(s), and this will help.

    But this is VERY slow going trying to interpret all this. It's
hellaciously hard. but I'm hoping that I only have to change one or
two lines of code. If so, I may be able to change it directly in the
BIN file without trying to recompile the BIOS altogether.


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> 
wrote:
>
> Thanks Lawrence,
>
> Well, I wouldn't say I'm an expert in ASM. I've dabbled in it and
know
> some basics. However, I have tried shorting out the pins (which BTW
are
> pins 12 and 21, 12 being the ground pin, and this did not work. I
found
> out from the Dallas 12887A spec sheet that this will wipe the data
off
> the Dallas chip of all the non-time keeping registers, but not the
time
> keeping registers themselves, which are the ones that have to be
> initialized. So that won't work either.
>
> My theory is this. If the computer is offering a way to get into
the
> BIOS through the password, then if it can be done, all I have to do
is
> reset the clock and it will be initialized. However, there is no
> program to get into the BIOS on a 1520 (or 1530 for that matter),
> therefore there is no answer to the password question. The thing to
do
> is to go directly to routine that will set the time and date. Once
I
> map out the ASM routines and figure out where it goes into this, I
can
> just alter one jump instruction and I can bypass the whole thing
and go
> directly to boot.
>
> But this is going to take some time to figure out. If I can, then I
can
> make the routine to other users to burn into their EPROMS.
>
> I'll let you know what I come up with (hopefully).
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker <bigwalk_ca@>
> wrote:
> >
> >  I'm certainly nowhere up to your level of expertise,
> > but have you tried the old trick for eliminating a
> > lost
> > password ? You grounded the reset pin and that wiped
> > out the password. Can't remember what the pins you
> > shorted were but it should be in the RTC doc in the
> > files. I believe that wiped the Dallas part of the
> > BIOS which contained the password. Simplistic but who
> > knows.
> >
> > Lawrence
> >
>




Yahoo! Message number: 1636
Date: Wed, 18 Apr 2007 04:26:43 -0000
From: "lam_jim"
Subject: serial port

>From a dump truck driver's perspective;.. I have these in hand, 1520
c/w 2 floppies, dos 3.3, an after market radio interface cable, a
motorola mcx 1000 radio and the correct software.  Software loads,runs
right up to the time the program is asked to access the radio through
com 2 where upon it issues the impertinent statement that there is a
seral port failure- power fault.  Casual probing about the port shows -
12v to case on a couple of pins and on invoking the mode = serial
command the flippent machine states that "this machine always has power
on"  Unfoutunatly I have only one set of everthing so interchanges are
not possible.  Suggestion?  regards



Yahoo! Message number: 1637
Date: Wed, 18 Apr 2007 05:12:17 -0000
From: "jeriddian"
Subject: Re: serial port

If the computer is the problem, it probably comes from inside the
machine. The modem is hooked into COM1, while the serial port goes
through COM2 in these old units. I don't think it comes from a lack of
power coming out of one of the pins you're measuring in the 9-pin plug.
There are dual 82C50 UART chips in the machine, one for each COM
connection, and some associated circuitry. Thew worst case scenario
would be that it may be one of these chips has gone bad, but I can't be
sure. I have the tech ref manual and have gone through it, but I can't
find a specific reference to the error message you're citing for us.

Also, could the problem be in the radio instead of the computer? It
sounds like the error message is coming from the program itself, and is
not internal to the computer, therefore I wonder if the radio is the
problem.

I know you only have one set of everything, but the easiest answer
could be just a bad connection, so if it is possible to obtain or build
another set of connectors to test this out, this would be the first
thing I would do. This would require looking at the aftermarket
connecting cable and finding the right parts to build a replacement (or
testing the connections individually if the cable is nothing more than
wires connecting through, provided you know the proper connections.

The second thing I would do is get the diagnostic programs for the
computer and run it through to test and see if the serial port is
working.

The third thing I would try is if you have some sort of old hardware
that connects through the serial port (like a simple mouse program and
and old style mouse, or something like this. You could try connecting
an old style modem and installing the software to see if it would work
on a dial up connection as another example.)and if you could prove this
would work through the serial port, that would seem to rule out the
computer as the source of the problem.

Anyway, good luck. I hope this helps.


--- In RuGRiD-Laptop@yahoogroups.com, "lam_jim" <lamb@...> wrote:
>
> From a dump truck driver's perspective;.. I have these in hand, 1520
> c/w 2 floppies, dos 3.3, an after market radio interface cable, a
> motorola mcx 1000 radio and the correct software.  Software
loads,runs
> right up to the time the program is asked to access the radio through
> com 2 where upon it issues the impertinent statement that there is a
> seral port failure- power fault.  Casual probing about the port
shows -
> 12v to case on a couple of pins and on invoking the mode = serial
> command the flippent machine states that "this machine always has
power
> on"  Unfoutunatly I have only one set of everthing so interchanges
are
> not possible.  Suggestion?  regards
>




Yahoo! Message number: 1638
Date: Wed, 18 Apr 2007 09:30:56 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] serial port

Hello there, Jim.
I saw Jeriddian's response but I wanted to add a
couple of things.
If you haven't already, you might want to download
conf1520.exe from the Files section.  The syntax is
fairly straightforward.
Try 'conf1520 serial=on' and see if that makes a
difference.  You can also type 'conf1520 /?' and it
will list the commands that are available.
My guess is it won't make a difference.

>From your post:
 c/w 2 floppies, dos 3.3, an after market radio
> interface cable, a 

I assume you're using an aftermarket RIB and cable.
Did it *ever* work?  Or, did it work at one time and
then just stop working?

> motorola mcx 1000 radio and the correct software. 
> Software loads,runs 

Again, I'm assuming that you're running RSS.  Again,
did it ever work?  Is RSS configured to use the
correct serial port?
As I'm sure you know, RSS is a pain in butt to use.

I've got a XTS3000 with a real RIB but aftermarket
cable.  I run CPS and, as such, I don't run it on a
Grid.
Good luck on the MCX.
-Shawn

--- lam_jim <lamb@...> wrote:

> From a dump truck driver's perspective;.. I have
> these in hand, 1520 
> c/w 2 floppies, dos 3.3, an after market radio
> interface cable, a 
> motorola mcx 1000 radio and the correct software. 
> Software loads,runs 
> right up to the time the program is asked to access
> the radio through 
> com 2 where upon it issues the impertinent statement
> that there is a 
> seral port failure- power fault.  Casual probing
> about the port shows -
> 12v to case on a couple of pins and on invoking the
> mode = serial 
> command the flippent machine states that "this
> machine always has power 
> on"  Unfoutunatly I have only one set of everthing
> so interchanges are 
> not possible.  Suggestion?  regards
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1639
Date: Thu, 19 Apr 2007 14:07:31 -0000
From: "lam_jim"
Subject: Re: serial port

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hello there, Jim.
> I saw Jeriddian's response but I wanted to add a
> couple of things.


Thanks all.   Your replies gave me the courage to explor a little
deeper. The interface cable has the electronics built into the 9 pin 
connector using surface mount compoments. The cable must have shipped
without testing as I found the problem to be a cold solder joint on one
of the wires.  With glasses pulled way down and a sharpened up 500w
soldering iron I managed a sucessful repair where-upon the program
leapt to life!! Thanks all!!
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
>




Yahoo! Message number: 1640
Date: Thu, 19 Apr 2007 15:44:56 -0000
From: "jeriddian"
Subject: Re: serial port

Glad we could help there.

Good luck.


--- In RuGRiD-Laptop@...m, "lam_jim" <lamb@...> wrote:
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Hello there, Jim.
> > I saw Jeriddian's response but I wanted to add a
> > couple of things.
>
>
> Thanks all.   Your replies gave me the courage to explor a little
> deeper. The interface cable has the electronics built into the 9
pin
> connector using surface mount compoments. The cable must have
shipped
> without testing as I found the problem to be a cold solder joint on
one
> of the wires.  With glasses pulled way down and a sharpened up 500w
> soldering iron I managed a sucessful repair where-upon the program
> leapt to life!! Thanks all!!
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>




Yahoo! Message number: 1641
Date: Fri, 20 Apr 2007 18:13:42 -0000
From: "jeriddian"
Subject: Final Success - My 1530 is BACK! Some important things to know, too.

Well, it took some doing.

Basically, I had to use another 1530 that I bought over the net. It
was a basic model with minimal features, except it has the gas plasma
screen instead of the monochrome. It had only 1 MB memory, and the
Dallas chip was dead. Also, the 40 MB HDD in this unit was about to
go out. It would power down suddenly and freeze the machine every now
and then. I wanted to transform this one with the features I had
originally had in my old 1530 as the motherboard in my old 1530 is
pretty much dead.

The first thing I did was replace the Dallas chip with a new 12887.
You have to be very careful about unsoldering the pins. I have a
special soldering iron which has a bulb suction on it to allow you to
suck the solder out while it's still hot. It works very well. That
made the job quite a bit easier. Once I replaced the Dallas chip,
that removed the invalid configuration code 02, and the machine
booted up very nicely. But the HDD would freeze sometimes when I
booted up (I would shut down and reboot several times just to test it
out and make sure it was relatively consistent in its peformance.) So
essentially it was a working machine, albeit with a HDD about to go,
but it only had 1 MB Ram on it in four 256K sticks.

I replaced the four 256K sticks with the eight 1MB sticks from my old
1530.

Now this is important for 1530 users. There is a jumper (called
either J3 or J5), which is right next to the RAM stick area of the
board. The jumper pins must be JUMPED (connected) of you are using
only four sticks of memory. They must be UNJUMPED (disconnected) if
you use all eight slots for memory. You will find the diagram for
this at the end of the 1500 Series Assembly/Disassembly Manual I
uploaded. The diagram for loading memory into the 1520 is there also.

I pulled the jumper pin and installed the eight sticks of 1MB memory,
and this did the trick. I rebooted and the machine came back with the
full 8MB of memory.

Now I had to figure out if I could put my LCD display on this
machine.....

The manuals also provide the information for this. This is important
whether you have a 1520 or 1530. This will apply to both systems. The
power supply voltages needed for the monochrome, gas plasma, and LCD
displays ARE ALL DIFFERENT. In other words, any time you change the
type of display, YOU MUST CHANGE THE DC/DC CONVERTER WITH IT in order
to properly supply the new display with the right voltage and
current. In addition, each type of display will likely require its
own video card to go with it. The monochrome ROM/VIDEO card is the
standard. The gas plasma ROM/VIDEO card might be the same one, but
one of the ROM slots is occupied. I don't know if this was a chip
specifically needed for the gas plasma, but I think it is, because of
the coding on the chip. But the two cards do look different to me.
The important thing is the LCD video card is completely different.
There are no ROM slots for use by the operater on the LCD Video card
BTW. There is only one ROM chip slot that is used specifically for
the LCD circuitry.

After reading the manuals on this, I took my old LCD display with its
own video card and the old DC/DC converter my old computer had, and
transferred them into the new machine. Voila! It worked perfectly.
Now I had LCD display and 8 MB on a working machine. So there is no
need to adjust BIOD code to do this, which was one fear that I had.

The only thing left was the HDD. I took the BIOS ROM chips and
altered the HDD tables as per Shawn's protocol and put in the CFS420A
that I had been saving into the machine (I went ahead and had fdisked
and formatted it beforehand on my old pentium I use for burning the
chips.), and then burned the new chips and put them into place.

And the machine came up beautifully. I now have a fully functioning
1530 with LCD screen, 8 MB RAM, and 460 MB HDD space.

Ahhhh......Life is good. :)



Yahoo! Message number: 1642
Date: Fri, 20 Apr 2007 18:18:38 -0000
From: "jeriddian"
Subject: Okay...My next project....anyone have a 1550SX manual?

Fresh of the success of my 1530 travails, I now have a 1550SX which is
essentially dead. It won't turn on most of the time. In other words, it
won't flat out do anything. However, every once in a while, it will
start to come on and the HDD will start to run for about five seconds
then all of a sudden the power shuts down and I get a blinking light
next the word "PROCESSOR".

Does anyone have a manual for this machine? or know what the
blinking "Processor" light means? Thanks.

Phil



Yahoo! Message number: 1643
Date: Fri, 20 Apr 2007 15:28:45 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1644
Date: Fri, 20 Apr 2007 18:48:35 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

Sorry to hear about that,

As to the compact flash drive question, I'll have to defer to Shawn,
of course, to answer that question. he's the one working on that. In
any case, do you have the capability to burn your own EPROMS? It's
easier to obtain one of the newer Conner drives out in the world. I
have a couple of CP30174E's for future use for example. It just
requires burning the new chips for it.

BTW that's the only way you're going to change the BIOS at all. Your
original chips that you have in your machine cannot be flashed once
they have been burned. Those are permanent. If you want to change
your BIOS, it will require new chips, of which EPROMS are your best
choice, since they can be easily erased and used again.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "Celso MF" <celsomf@...> wrote:
>
> Oh, man!
> Now I´m very sad.
> I have my 1530 working, except for the HDD.
> I can´t find another Conner Drive here, I saw a CP3024, original
drive, on
> Ebay, but the seller does not ship it to my Country.
> Think how mad I am!
>
> By the way, I also have a 1520 and tryed to change the display of
the 1530
> (lcd) to the red plasma of the 1520, (I think it´s very cool
looking) so, I
> changed the cards, but couldn´t make it work.
> Now I´ll try to change the power supply too to see if it really
works for me
> too.
>
> By the way, what about the Compact Flash IDE cards?
> Is it possible to change the BIOS to make them work with these
Grids?
>
>
> Celso
>
>
>
>
>
> On 4/20/07, jeriddian <Jeriddian@...> wrote:
> >
> >   Well, it took some doing.
> >
> > Basically, I had to use another 1530 that I bought over the net.
It
> > was a basic model with minimal features, except it has the gas
plasma
> > screen instead of the monochrome. It had only 1 MB memory, and the
> > Dallas chip was dead. Also, the 40 MB HDD in this unit was about
to
> > go out. It would power down suddenly and freeze the machine every
now
> > and then. I wanted to transform this one with the features I had
> > originally had in my old 1530 as the motherboard in my old 1530 is
> > pretty much dead.
> >
> > The first thing I did was replace the Dallas chip with a new
12887.
> > You have to be very careful about unsoldering the pins. I have a
> > special soldering iron which has a bulb suction on it to allow
you to
> > suck the solder out while it's still hot. It works very well. That
> > made the job quite a bit easier. Once I replaced the Dallas chip,
> > that removed the invalid configuration code 02, and the machine
> > booted up very nicely. But the HDD would freeze sometimes when I
> > booted up (I would shut down and reboot several times just to
test it
> > out and make sure it was relatively consistent in its
peformance.) So
> > essentially it was a working machine, albeit with a HDD about to 
go,
> > but it only had 1 MB Ram on it in four 256K sticks.
> >
> > I replaced the four 256K sticks with the eight 1MB sticks from my
old
> > 1530.
> >
> > Now this is important for 1530 users. There is a jumper (called
> > either J3 or J5), which is right next to the RAM stick area of the
> > board. The jumper pins must be JUMPED (connected) of you are using
> > only four sticks of memory. They must be UNJUMPED (disconnected)
if
> > you use all eight slots for memory. You will find the diagram for
> > this at the end of the 1500 Series Assembly/Disassembly Manual I
> > uploaded. The diagram for loading memory into the 1520 is there
also.
> >
> > I pulled the jumper pin and installed the eight sticks of 1MB
memory,
> > and this did the trick. I rebooted and the machine came back with
the
> > full 8MB of memory.
> >
> > Now I had to figure out if I could put my LCD display on this
> > machine.....
> >
> > The manuals also provide the information for this. This is
important
> > whether you have a 1520 or 1530. This will apply to both systems.
The
> > power supply voltages needed for the monochrome, gas plasma, and
LCD
> > displays ARE ALL DIFFERENT. In other words, any time you change
the
> > type of display, YOU MUST CHANGE THE DC/DC CONVERTER WITH IT in
order
> > to properly supply the new display with the right voltage and
> > current. In addition, each type of display will likely require its
> > own video card to go with it. The monochrome ROM/VIDEO card is the
> > standard. The gas plasma ROM/VIDEO card might be the same one, but
> > one of the ROM slots is occupied. I don't know if this was a chip
> > specifically needed for the gas plasma, but I think it is,
because of
> > the coding on the chip. But the two cards do look different to me.
> > The important thing is the LCD video card is completely different.
> > There are no ROM slots for use by the operater on the LCD Video
card
> > BTW. There is only one ROM chip slot that is used specifically for
> > the LCD circuitry.
> >
> > After reading the manuals on this, I took my old LCD display with
its
> > own video card and the old DC/DC converter my old computer had,
and
> > transferred them into the new machine. Voila! It worked perfectly.
> > Now I had LCD display and 8 MB on a working machine. So there is
no
> > need to adjust BIOD code to do this, which was one fear that I
had.
> >
> > The only thing left was the HDD. I took the BIOS ROM chips and
> > altered the HDD tables as per Shawn's protocol and put in the
CFS420A
> > that I had been saving into the machine (I went ahead and had
fdisked
> > and formatted it beforehand on my old pentium I use for burning
the
> > chips.), and then burned the new chips and put them into place.
> >
> > And the machine came up beautifully. I now have a fully
functioning
> > 1530 with LCD screen, 8 MB RAM, and 460 MB HDD space.
> >
> > Ahhhh......Life is good. :)
> >
> >
> >
>




Yahoo! Message number: 1645
Date: Fri, 20 Apr 2007 14:21:55 -0400
From: "Len G. Carpenter"
Subject: Re: [RuGRiD-Laptop] Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=us-ascii

One way to make it easier to replace a multipin chip like that if you
don't plan to use it again is to use some small cutters and cut each pin
off the chip the take out the dead chip then you can unsolder one pin at
a time.

Good job by the way.


jeriddian wrote:

> Well, it took some doing.
>
> Basically, I had to use another 1530 that I bought over the net. It
> was a basic model with minimal features, except it has the gas plasma
> screen instead of the monochrome. It had only 1 MB memory, and the
> Dallas chip was dead. Also, the 40 MB HDD in this unit was about to
> go out. It would power down suddenly and freeze the machine every now
> and then. I wanted to transform this one with the features I had
> originally had in my old 1530 as the motherboard in my old 1530 is
> pretty much dead.
>
> The first thing I did was replace the Dallas chip with a new 12887.
> You have to be very careful about unsoldering the pins. I have a
> special soldering iron which has a bulb suction on it to allow you to
> suck the solder out while it's still hot. It works very well. That
> made the job quite a bit easier. Once I replaced the Dallas chip,
> that removed the invalid configuration code 02, and the machine
> booted up very nicely. But the HDD would freeze sometimes when I
> booted up (I would shut down and reboot several times just to test it
> out and make sure it was relatively consistent in its peformance.) So
> essentially it was a working machine, albeit with a HDD about to go,
> but it only had 1 MB Ram on it in four 256K sticks.
>
> I replaced the four 256K sticks with the eight 1MB sticks from my old
> 1530.
>
> Now this is important for 1530 users. There is a jumper (called
> either J3 or J5), which is right next to the RAM stick area of the
> board. The jumper pins must be JUMPED (connected) of you are using
> only four sticks of memory. They must be UNJUMPED (disconnected) if
> you use all eight slots for memory. You will find the diagram for
> this at the end of the 1500 Series Assembly/Disassembly Manual I
> uploaded. The diagram for loading memory into the 1520 is there also.
>
> I pulled the jumper pin and installed the eight sticks of 1MB memory,
> and this did the trick. I rebooted and the machine came back with the
> full 8MB of memory.
>
> Now I had to figure out if I could put my LCD display on this
> machine.....
>
> The manuals also provide the information for this. This is important
> whether you have a 1520 or 1530. This will apply to both systems. The
> power supply voltages needed for the monochrome, gas plasma, and LCD
> displays ARE ALL DIFFERENT. In other words, any time you change the
> type of display, YOU MUST CHANGE THE DC/DC CONVERTER WITH IT in order
> to properly supply the new display with the right voltage and
> current. In addition, each type of display will likely require its
> own video card to go with it. The monochrome ROM/VIDEO card is the
> standard. The gas plasma ROM/VIDEO card might be the same one, but
> one of the ROM slots is occupied. I don't know if this was a chip
> specifically needed for the gas plasma, but I think it is, because of
> the coding on the chip. But the two cards do look different to me.
> The important thing is the LCD video card is completely different.
> There are no ROM slots for use by the operater on the LCD Video card
> BTW. There is only one ROM chip slot that is used specifically for
> the LCD circuitry.
>
> After reading the manuals on this, I took my old LCD display with its
> own video card and the old DC/DC converter my old computer had, and
> transferred them into the new machine. Voila! It worked perfectly.
> Now I had LCD display and 8 MB on a working machine. So there is no
> need to adjust BIOD code to do this, which was one fear that I had.
>
> The only thing left was the HDD. I took the BIOS ROM chips and
> altered the HDD tables as per Shawn's protocol and put in the CFS420A
> that I had been saving into the machine (I went ahead and had fdisked
> and formatted it beforehand on my old pentium I use for burning the
> chips.), and then burned the new chips and put them into place.
>
> And the machine came up beautifully. I now have a fully functioning
> 1530 with LCD screen, 8 MB RAM, and 460 MB HDD space.
>
> Ahhhh......Life is good. :)
>
> 
>
> __________ NOD32 2207 (20070420) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
--


Bumper sticker of the year: If you can read this, thank a
teacher....and since it's in English, thank a soldier."



Yahoo! Message number: 1646
Date: Fri, 20 Apr 2007 19:14:34 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

Thanks! Len,

     And your suggestion is certainly a good one for IC's that aren't
going to be reused.

     I considered that, but the way the Dallas chip is constructed,
it's really is impossible to get underneath the chip to the pins in
order to clip them. Besides, I'm trying to save them for the
conversion process to use an external battery on the chip, which it
looks like may be necessary on the 1520's. If you put a new 12887 on
a 1520, the BIOS code is too primitive and it will recognize the new
chip as uninitialized and give the "Time of Day stopped" message.
Then it will ask for the BIOS password (There is none, I believe. I
think the GRiD engineers deleted that out of the original Phoenix
BIOS code). When you try to enter a password, the computer responds
only with "Incorrect Password" and then forces you to reboot, which
then just loops uselessly through the whole thing again. I am
investigating trying to change the BIOS code for that problem, but I
won't solve that anytime soon.

The BIOS code of the 1530 gets past that, and will give the
same "Time of Day stopped" message when you have a new uninitallized
RTC chip in it, but it will go ahead and boot up and allow you to
change the time and date afterwards.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "Len G. Carpenter" <Len.C@...>
wrote:
>
> One way to make it easier to replace a multipin chip like that if
you
> don't plan to use it again is to use some small cutters and cut
each pin
> off the chip the take out the dead chip then you can unsolder one
pin at
> a time.
>
> Good job by the way.
>
>
> jeriddian wrote:
>
> > Well, it took some doing.
> >
> > Basically, I had to use another 1530 that I bought over the net.
It
> > was a basic model with minimal features, except it has the gas
plasma
> > screen instead of the monochrome. It had only 1 MB memory, and the
> > Dallas chip was dead. Also, the 40 MB HDD in this unit was about
to
> > go out. It would power down suddenly and freeze the machine every
now
> > and then. I wanted to transform this one with the features I had
> > originally had in my old 1530 as the motherboard in my old 1530 is
> > pretty much dead.
> >
> > The first thing I did was replace the Dallas chip with a new
12887.
> > You have to be very careful about unsoldering the pins. I have a
> > special soldering iron which has a bulb suction on it to allow
you to
> > suck the solder out while it's still hot. It works very well. That
> > made the job quite a bit easier. Once I replaced the Dallas chip,
> > that removed the invalid configuration code 02, and the machine
> > booted up very nicely. But the HDD would freeze sometimes when I
> > booted up (I would shut down and reboot several times just to
test it
> > out and make sure it was relatively consistent in its
peformance.) So
> > essentially it was a working machine, albeit with a HDD about to
go,
> > but it only had 1 MB Ram on it in four 256K sticks.
> >
> > I replaced the four 256K sticks with the eight 1MB sticks from my
old
> > 1530.
> >
> > Now this is important for 1530 users. There is a jumper (called
> > either J3 or J5), which is right next to the RAM stick area of the
> > board. The jumper pins must be JUMPED (connected) of you are using
> > only four sticks of memory. They must be UNJUMPED (disconnected)
if
> > you use all eight slots for memory. You will find the diagram for
> > this at the end of the 1500 Series Assembly/Disassembly Manual I
> > uploaded. The diagram for loading memory into the 1520 is there
also.
> >
> > I pulled the jumper pin and installed the eight sticks of 1MB
memory,
> > and this did the trick. I rebooted and the machine came back with
the
> > full 8MB of memory.
> >
> > Now I had to figure out if I could put my LCD display on this
> > machine.....
> >
> > The manuals also provide the information for this. This is
important
> > whether you have a 1520 or 1530. This will apply to both systems.
The
> > power supply voltages needed for the monochrome, gas plasma, and
LCD
> > displays ARE ALL DIFFERENT. In other words, any time you change
the
> > type of display, YOU MUST CHANGE THE DC/DC CONVERTER WITH IT in
order
> > to properly supply the new display with the right voltage and
> > current. In addition, each type of display will likely require its
> > own video card to go with it. The monochrome ROM/VIDEO card is the
> > standard. The gas plasma ROM/VIDEO card might be the same one, but
> > one of the ROM slots is occupied. I don't know if this was a chip
> > specifically needed for the gas plasma, but I think it is,
because of
> > the coding on the chip. But the two cards do look different to me.
> > The important thing is the LCD video card is completely different.
> > There are no ROM slots for use by the operater on the LCD Video
card
> > BTW. There is only one ROM chip slot that is used specifically for
> > the LCD circuitry.
> >
> > After reading the manuals on this, I took my old LCD display with
its
> > own video card and the old DC/DC converter my old computer had,
and
> > transferred them into the new machine. Voila! It worked perfectly.
> > Now I had LCD display and 8 MB on a working machine. So there is
no
> > need to adjust BIOD code to do this, which was one fear that I
had.
> >
> > The only thing left was the HDD. I took the BIOS ROM chips and
> > altered the HDD tables as per Shawn's protocol and put in the
CFS420A
> > that I had been saving into the machine (I went ahead and had
fdisked
> > and formatted it beforehand on my old pentium I use for burning
the
> > chips.), and then burned the new chips and put them into place.
> >
> > And the machine came up beautifully. I now have a fully
functioning
> > 1530 with LCD screen, 8 MB RAM, and 460 MB HDD space.
> >
> > Ahhhh......Life is good. :)
> >
> >
> >
> > __________ NOD32 2207 (20070420) Information __________
> >
> > This message was checked by NOD32 antivirus system.
> > http://www.eset.com
> >
> --
>
>
> Bumper sticker of the year: If you can read this, thank a
> teacher....and since it's in English, thank a soldier."
>




Yahoo! Message number: 1647
Date: Fri, 20 Apr 2007 18:05:29 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Okay...My next project....anyone have a 1550SX manual?

Hey Phil.
Congrats on the 1530!  Glad to know its working well.

Your information about the proper power supply with
the proper display is exctly correct.  I plan to
include that information when (if) I write up the
procedure in Word.

As far as the 1550, I would try removing the hard
drive and seeing if that makes a difference.  It is
possible that the hard drive is pulling down one or
two of the voltages.
Good luck,
-Shawn


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1648
Date: Fri, 20 Apr 2007 18:13:27 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Final Success - My 1530 is BACK! Some important things to know, too.

Hello Celso.
If you want the CP3024 drive, I can buy it and ship it
to you just as I did with the display.  But, do you
really want to do that?
The CP3024's is about 17 years old.  I am guessing,
but I think you might get 3 to 5 years maximum of use
from it.
If you want to keep a hard disk drive in the Grid, I
would recommed getting a newer model than the Conner.

I am still working on getting a compact flash to boot.
 I was out of town this week.  I might have some time
during the weekend to work on it.

Before I left, I was able to get my P-III 633 MHz to
boot to MSDOS 6.22 from an 8 MB compact flash.  I will
keep you all posted.

-Shawn

--- Celso MF <celsomf@...> wrote:

> Oh, man!
> Now Im very sad.
> I have my 1530 working, except for the HDD.
> I cant find another Conner Drive here, I saw a
> CP3024, original drive, on
> Ebay, but the seller does not ship it to my Country.
> Think how mad I am!
> 
> By the way, I also have a 1520 and tryed to change
> the display of the 1530
> (lcd) to the red plasma of the 1520, (I think its
> very cool looking) so, I
> changed the cards, but couldnt make it work.
> Now Ill try to change the power supply too to see
> if it really works for me
> too.
> 
> By the way, what about the Compact Flash IDE cards?
> Is it possible to change the BIOS to make them work
> with these Grids?
> 
> 
> Celso

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1649
Date: Sat, 21 Apr 2007 01:32:02 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

Celso,
    I'm sure either Shawn or I could burn you some new EPROMS for you
if you can't do it. If this is a standard 1520, then do me a favor
and look on your BIOS chips and tell me what the checksum counts on
them are. My 1520 has the checksums of 2F00 for the odd and 7A00 for
the even. If your checksums are the same, chances are we have the
same BIOS chips in our units. If so, I could burn you some new chips
with the CP30714E HDD included in the table, and I don't mind selling
you one of them. Of course, they're old HDD's, too, but not quite as
old as the CP3024's, so they may last a little longer. Plus, you'll
get 170 MB out of it.

If your checksums are different, I or Shawn would have to get a copy
of your BIOS file to make the necessary adjustments to the file and
burn some new chips for you. You could use Michael B.'s utility that
copies it into a file and you could just email it to me or Shawn.
Well, even if our BIOS's match, you could still do that. :D

Anyway, let either me or Shawn know.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hello Celso.
> If you want the CP3024 drive, I can buy it and ship it
> to you just as I did with the display.  But, do you
> really want to do that?
> The CP3024's is about 17 years old.  I am guessing,
> but I think you might get 3 to 5 years maximum of use
> from it.
> If you want to keep a hard disk drive in the Grid, I
> would recommed getting a newer model than the Conner.
>
> I am still working on getting a compact flash to boot.
>  I was out of town this week.  I might have some time
> during the weekend to work on it.
>
> Before I left, I was able to get my P-III 633 MHz to
> boot to MSDOS 6.22 from an 8 MB compact flash.  I will
> keep you all posted.
>
> -Shawn
>
> --- Celso MF <celsomf@...> wrote:
>
> > Oh, man!
> > Now I´m very sad.
> > I have my 1530 working, except for the HDD.
> > I can´t find another Conner Drive here, I saw a
> > CP3024, original drive, on
> > Ebay, but the seller does not ship it to my Country.
> > Think how mad I am!
> >
> > By the way, I also have a 1520 and tryed to change
> > the display of the 1530
> > (lcd) to the red plasma of the 1520, (I think it´s
> > very cool looking) so, I
> > changed the cards, but couldn´t make it work.
> > Now I´ll try to change the power supply too to see
> > if it really works for me
> > too.
> >
> > By the way, what about the Compact Flash IDE cards?
> > Is it possible to change the BIOS to make them work
> > with these Grids?
> >
> >
> > Celso
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1650
Date: Fri, 20 Apr 2007 18:56:07 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.

Hey Phil,
Celso already emailed me his BIOS files.  They are
different.  They are so different, it almost seems as
if they were made by a different manufacturer.
The hard drive table is the same.  I'll email you
merged file off list.
The Phoenix BIOS information at the beginning of the
file is changed, but for only one chip.
At around address $6350, there is a text string that
says "GRiD Systems Corpirrus LogicPR"
It's almost as if somebody mixed a Cirrus Logic and
Grid BIOS file.
I burned it to EPROM and tried to get my 1520 to boot.
 My 1520 did not boot.
I'll email it to you.
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Celso,
>     I'm sure either Shawn or I could burn you some
> new EPROMS for you 
> if you can't do it. If this is a standard 1520, then
> do me a favor 
> and look on your BIOS chips and tell me what the
> checksum counts on 
> them are. My 1520 has the checksums of 2F00 for the
> odd and 7A00 for 
> the even. If your checksums are the same, chances
> are we have the 
> same BIOS chips in our units. If so, I could burn
> you some new chips 
> with the CP30714E HDD included in the table, and I
> don't mind selling 
> you one of them. Of course, they're old HDD's, too,
> but not quite as 
> old as the CP3024's, so they may last a little
> longer. Plus, you'll 
> get 170 MB out of it.
> 
> If your checksums are different, I or Shawn would
> have to get a copy 
> of your BIOS file to make the necessary adjustments
> to the file and 
> burn some new chips for you. You could use Michael
> B.'s utility that 
> copies it into a file and you could just email it to
> me or Shawn. 
> Well, even if our BIOS's match, you could still do
> that. :D
> 
> Anyway, let either me or Shawn know.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Hello Celso.
> > If you want the CP3024 drive, I can buy it and
> ship it
> > to you just as I did with the display.  But, do
> you
> > really want to do that?
> > The CP3024's is about 17 years old.  I am
> guessing,
> > but I think you might get 3 to 5 years maximum of
> use
> > from it.
> > If you want to keep a hard disk drive in the Grid,
> I
> > would recommed getting a newer model than the
> Conner.
> > 
> > I am still working on getting a compact flash to
> boot.
> >  I was out of town this week.  I might have some
> time
> > during the weekend to work on it.
> > 
> > Before I left, I was able to get my P-III 633 MHz
> to
> > boot to MSDOS 6.22 from an 8 MB compact flash.  I
> will
> > keep you all posted.
> > 
> > -Shawn
> > 
> > --- Celso MF <celsomf@...> wrote:
> > 
> > > Oh, man!
> > > Now Im very sad.
> > > I have my 1530 working, except for the HDD.
> > > I cant find another Conner Drive here, I saw a
> > > CP3024, original drive, on
> > > Ebay, but the seller does not ship it to my
> Country.
> > > Think how mad I am!
> > > 
> > > By the way, I also have a 1520 and tryed to
> change
> > > the display of the 1530
> > > (lcd) to the red plasma of the 1520, (I think
> its
> > > very cool looking) so, I
> > > changed the cards, but couldnt make it work.
> > > Now Ill try to change the power supply too to
> see
> > > if it really works for me
> > > too.
> > > 
> > > By the way, what about the Compact Flash IDE
> cards?
> > > Is it possible to change the BIOS to make them
> work
> > > with these Grids?
> > > 
> > > 
> > > Celso
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1651
Date: Sat, 21 Apr 2007 18:50:16 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

Hey, Shawn,
    I looked at the files you sent me. Actually they aren't that
different, I think, at least from the code perspective. Somebody has
somehow altered this before and gotten the computer to accept the new
checksums that resulted. A checksum of 4C73 is defintely weird, since
all checksums that Grid made on these chips appear to always end with
00. My side question then is how do you get the computer to accept a
new checksum?

In any case, I don't think they changed any code, just some of the
identifying data.

Anyway, back on track, I have adjusted the BIOS file to accept the 
CP30174E HDD and burned two new chips for it. The two new chips and
the HDD are ready to go.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hey Phil,
> Celso already emailed me his BIOS files.  They are
> different.  They are so different, it almost seems as
> if they were made by a different manufacturer.
> The hard drive table is the same.  I'll email you
> merged file off list.
> The Phoenix BIOS information at the beginning of the
> file is changed, but for only one chip.
> At around address $6350, there is a text string that
> says "GRiD Systems Corpirrus LogicPR"
> It's almost as if somebody mixed a Cirrus Logic and
> Grid BIOS file.
> I burned it to EPROM and tried to get my 1520 to boot.
>  My 1520 did not boot.
> I'll email it to you.
> -Shawn
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > Celso,
> >     I'm sure either Shawn or I could burn you some
> > new EPROMS for you
> > if you can't do it. If this is a standard 1520, then
> > do me a favor
> > and look on your BIOS chips and tell me what the
> > checksum counts on
> > them are. My 1520 has the checksums of 2F00 for the
> > odd and 7A00 for
> > the even. If your checksums are the same, chances
> > are we have the
> > same BIOS chips in our units. If so, I could burn
> > you some new chips
> > with the CP30714E HDD included in the table, and I
> > don't mind selling
> > you one of them. Of course, they're old HDD's, too,
> > but not quite as
> > old as the CP3024's, so they may last a little
> > longer. Plus, you'll
> > get 170 MB out of it.
> >
> > If your checksums are different, I or Shawn would
> > have to get a copy
> > of your BIOS file to make the necessary adjustments
> > to the file and
> > burn some new chips for you. You could use Michael
> > B.'s utility that
> > copies it into a file and you could just email it to
> > me or Shawn.
> > Well, even if our BIOS's match, you could still do
> > that. :D
> >
> > Anyway, let either me or Shawn know.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > Hello Celso.
> > > If you want the CP3024 drive, I can buy it and
> > ship it
> > > to you just as I did with the display.  But, do
> > you
> > > really want to do that?
> > > The CP3024's is about 17 years old.  I am
> > guessing,
> > > but I think you might get 3 to 5 years maximum of
> > use
> > > from it.
> > > If you want to keep a hard disk drive in the Grid,
> > I
> > > would recommed getting a newer model than the
> > Conner.
> > >
> > > I am still working on getting a compact flash to
> > boot.
> > >  I was out of town this week.  I might have some
> > time
> > > during the weekend to work on it.
> > >
> > > Before I left, I was able to get my P-III 633 MHz
> > to
> > > boot to MSDOS 6.22 from an 8 MB compact flash.  I
> > will
> > > keep you all posted.
> > >
> > > -Shawn
> > >
> > > --- Celso MF <celsomf@> wrote:
> > >
> > > > Oh, man!
> > > > Now I´m very sad.
> > > > I have my 1530 working, except for the HDD.
> > > > I can´t find another Conner Drive here, I saw a
> > > > CP3024, original drive, on
> > > > Ebay, but the seller does not ship it to my
> > Country.
> > > > Think how mad I am!
> > > >
> > > > By the way, I also have a 1520 and tryed to
> > change
> > > > the display of the 1530
> > > > (lcd) to the red plasma of the 1520, (I think
> > it´s
> > > > very cool looking) so, I
> > > > changed the cards, but couldn´t make it work.
> > > > Now I´ll try to change the power supply too to
> > see
> > > > if it really works for me
> > > > too.
> > > >
> > > > By the way, what about the Compact Flash IDE
> > cards?
> > > > Is it possible to change the BIOS to make them
> > work
> > > > with these Grids?
> > > >
> > > >
> > > > Celso
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1652
Date: Sat, 21 Apr 2007 18:53:15 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

On another note, if you tried to boot your 1520 with chips burned
with his BIOS, I'll bet you got an error beep code which came back as
1 beep, 1 beep, 4 beeps. If you did, that's the beep error code for
bad BIOS which needs to be replaced, which happened because the
checksum was incorrect.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hey Phil,
> Celso already emailed me his BIOS files.  They are
> different.  They are so different, it almost seems as
> if they were made by a different manufacturer.
> The hard drive table is the same.  I'll email you
> merged file off list.
> The Phoenix BIOS information at the beginning of the
> file is changed, but for only one chip.
> At around address $6350, there is a text string that
> says "GRiD Systems Corpirrus LogicPR"
> It's almost as if somebody mixed a Cirrus Logic and
> Grid BIOS file.
> I burned it to EPROM and tried to get my 1520 to boot.
>  My 1520 did not boot.
> I'll email it to you.
> -Shawn
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > Celso,
> >     I'm sure either Shawn or I could burn you some
> > new EPROMS for you
> > if you can't do it. If this is a standard 1520, then
> > do me a favor
> > and look on your BIOS chips and tell me what the
> > checksum counts on
> > them are. My 1520 has the checksums of 2F00 for the
> > odd and 7A00 for
> > the even. If your checksums are the same, chances
> > are we have the
> > same BIOS chips in our units. If so, I could burn
> > you some new chips
> > with the CP30714E HDD included in the table, and I
> > don't mind selling
> > you one of them. Of course, they're old HDD's, too,
> > but not quite as
> > old as the CP3024's, so they may last a little
> > longer. Plus, you'll
> > get 170 MB out of it.
> >
> > If your checksums are different, I or Shawn would
> > have to get a copy
> > of your BIOS file to make the necessary adjustments
> > to the file and
> > burn some new chips for you. You could use Michael
> > B.'s utility that
> > copies it into a file and you could just email it to
> > me or Shawn.
> > Well, even if our BIOS's match, you could still do
> > that. :D
> >
> > Anyway, let either me or Shawn know.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@> wrote:
> > >
> > > Hello Celso.
> > > If you want the CP3024 drive, I can buy it and
> > ship it
> > > to you just as I did with the display.  But, do
> > you
> > > really want to do that?
> > > The CP3024's is about 17 years old.  I am
> > guessing,
> > > but I think you might get 3 to 5 years maximum of
> > use
> > > from it.
> > > If you want to keep a hard disk drive in the Grid,
> > I
> > > would recommed getting a newer model than the
> > Conner.
> > >
> > > I am still working on getting a compact flash to
> > boot.
> > >  I was out of town this week.  I might have some
> > time
> > > during the weekend to work on it.
> > >
> > > Before I left, I was able to get my P-III 633 MHz
> > to
> > > boot to MSDOS 6.22 from an 8 MB compact flash.  I
> > will
> > > keep you all posted.
> > >
> > > -Shawn
> > >
> > > --- Celso MF <celsomf@> wrote:
> > >
> > > > Oh, man!
> > > > Now I´m very sad.
> > > > I have my 1530 working, except for the HDD.
> > > > I can´t find another Conner Drive here, I saw a
> > > > CP3024, original drive, on
> > > > Ebay, but the seller does not ship it to my
> > Country.
> > > > Think how mad I am!
> > > >
> > > > By the way, I also have a 1520 and tryed to
> > change
> > > > the display of the 1530
> > > > (lcd) to the red plasma of the 1520, (I think
> > it´s
> > > > very cool looking) so, I
> > > > changed the cards, but couldn´t make it work.
> > > > Now I´ll try to change the power supply too to
> > see
> > > > if it really works for me
> > > > too.
> > > >
> > > > By the way, what about the Compact Flash IDE
> > cards?
> > > > Is it possible to change the BIOS to make them
> > work
> > > > with these Grids?
> > > >
> > > >
> > > > Celso
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1653
Date: Sat, 21 Apr 2007 17:19:05 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.

Phil,
In your other email you asked how to get get the
computer to accept a new checksum.  My short answer
is, "I don't know."
The long answer is before Celso sent me the files, the
checksums were soemthing like 00E0 or FB00, or
something similar to that.  Those values can be
anywhere.
Celso's BIOS has one that is 4C73.  That's a unique
string of numbers and *should* be easy to find.
I spent a few minutes looking and I did not find it. 
I did not try any big Endian/little Endian
combinations.  I didn't spend much time on it.

One other piece of trivia.  I have 2 different
versions of motherboards.  The older version is the
one with the Tadiran battery backing up the clock
(Versions AE and AR).  The newer version has the
Dallas RTC (version C).  The newer BIOS (7A00 & 2F00)
will work in the older AND newer motherboards, but
older BIOS (DE00 & 0B00) will not work in the newer
motherboards.

More trivia: In the 1520, the DC20W4P-XXX power supply
(DC-DC converter, actually) will only power the LCD
display.
The DC38W4P-XXX will only power the flourescent amber
display.
I am guessing that the "20W" indicates 20 watts and
the "38W" indicates 38 watts.

-Shawn
--- jeriddian <Jeriddian@...> wrote:

> On another note, if you tried to boot your 1520 with
> chips burned 
> with his BIOS, I'll bet you got an error beep code
> which came back as 
> 1 beep, 1 beep, 4 beeps. If you did, that's the beep
> error code for 
> bad BIOS which needs to be replaced, which happened
> because the 
> checksum was incorrect.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Hey Phil,
> > Celso already emailed me his BIOS files.  They are
> > different.  They are so different, it almost seems
> as
> > if they were made by a different manufacturer.
> > The hard drive table is the same.  I'll email you
> > merged file off list.
> > The Phoenix BIOS information at the beginning of
> the
> > file is changed, but for only one chip.
> > At around address $6350, there is a text string
> that
> > says "GRiD Systems Corpirrus LogicPR"
> > It's almost as if somebody mixed a Cirrus Logic
> and
> > Grid BIOS file.
> > I burned it to EPROM and tried to get my 1520 to
> boot.
> >  My 1520 did not boot.
> > I'll email it to you.
> > -Shawn
> > 
> > --- jeriddian <Jeriddian@...> wrote:
> > 
> > > Celso,
> > >     I'm sure either Shawn or I could burn you
> some
> > > new EPROMS for you 
> > > if you can't do it. If this is a standard 1520,
> then
> > > do me a favor 
> > > and look on your BIOS chips and tell me what the
> > > checksum counts on 
> > > them are. My 1520 has the checksums of 2F00 for
> the
> > > odd and 7A00 for 
> > > the even. If your checksums are the same,
> chances
> > > are we have the 
> > > same BIOS chips in our units. If so, I could
> burn
> > > you some new chips 
> > > with the CP30714E HDD included in the table, and
> I
> > > don't mind selling 
> > > you one of them. Of course, they're old HDD's,
> too,
> > > but not quite as 
> > > old as the CP3024's, so they may last a little
> > > longer. Plus, you'll 
> > > get 170 MB out of it.
> > > 
> > > If your checksums are different, I or Shawn
> would
> > > have to get a copy 
> > > of your BIOS file to make the necessary
> adjustments
> > > to the file and 
> > > burn some new chips for you. You could use
> Michael
> > > B.'s utility that 
> > > copies it into a file and you could just email
> it to
> > > me or Shawn. 
> > > Well, even if our BIOS's match, you could still
> do
> > > that. :D
> > > 
> > > Anyway, let either me or Shawn know.
> > > 
> > > Phil
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > > <shawnerz@> wrote:
> > > >
> > > > Hello Celso.
> > > > If you want the CP3024 drive, I can buy it and
> > > ship it
> > > > to you just as I did with the display.  But,
> do
> > > you
> > > > really want to do that?
> > > > The CP3024's is about 17 years old.  I am
> > > guessing,
> > > > but I think you might get 3 to 5 years maximum
> of
> > > use
> > > > from it.
> > > > If you want to keep a hard disk drive in the
> Grid,
> > > I
> > > > would recommed getting a newer model than the
> > > Conner.
> > > > 
> > > > I am still working on getting a compact flash
> to
> > > boot.
> > > >  I was out of town this week.  I might have
> some
> > > time
> > > > during the weekend to work on it.
> > > > 
> > > > Before I left, I was able to get my P-III 633
> MHz
> > > to
> > > > boot to MSDOS 6.22 from an 8 MB compact flash.
>  I
> > > will
> > > > keep you all posted.
> > > > 
> > > > -Shawn
> > > > 
> > > > --- Celso MF <celsomf@> wrote:
> > > > 
> > > > > Oh, man!
> > > > > Now Im very sad.
> > > > > I have my 1530 working, except for the HDD.
> > > > > I cant find another Conner Drive here, I
> saw a
> > > > > CP3024, original drive, on
> > > > > Ebay, but the seller does not ship it to my
> > > Country.
> > > > > Think how mad I am!
> > > > > 
> > > > > By the way, I also have a 1520 and tryed to
> > > change
> > > > > the display of the 1530
> > > > > (lcd) to the red plasma of the 1520, (I
> think
> > > its
> > > > > very cool looking) so, I
> > > > > changed the cards, but couldnt make it
> work.
> > > > > Now Ill try to change the power supply too
> to
> > > see
> > > > > if it really works for me
> > > > > too.
> > > > > 
> > > > > By the way, what about the Compact Flash IDE
> > > cards?
> > > > > Is it possible to change the BIOS to make
> them
> > > work
> > > > > with these Grids?
> > > > > 
> > > > > 
> > > > > Celso
> > > > 
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam
> > > protection around 
> > > > http://mail.yahoo.com
> > > >
> > > 
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1654
Date: Sun, 22 Apr 2007 00:17:43 -0500
From: "Felipe Porres"
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset="iso-8859-1"

Shawn,
     You're right about the wattage. I remember Grid actually telling me about that when I upgraded my display fifteen years ago. Although as I remember it, I thought it was the other way around, where the higher wattage was required by the LCD, but I'm probably wrong on that.

Anyway, I have a CP30174E and Two freshly burned EPROMS for Celso with this HDD in the tables made from his old BIOS files. I figure about $20 ought to do it, considering. let me know if Celso would like to have them.

Phil
  ----- Original Message -----
  From: Shawnerz<mailto:shawnerz@...>
  To: RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop@yahoogroups.com>
  Sent: Saturday, April 21, 2007 7:19 PM
  Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.


  Phil,
  In your other email you asked how to get get the
  computer to accept a new checksum. My short answer
  is, "I don't know."
  The long answer is before Celso sent me the files, the
  checksums were soemthing like 00E0 or FB00, or
  something similar to that. Those values can be
  anywhere.
  Celso's BIOS has one that is 4C73. That's a unique
  string of numbers and *should* be easy to find.
  I spent a few minutes looking and I did not find it.
  I did not try any big Endian/little Endian
  combinations. I didn't spend much time on it.

  One other piece of trivia. I have 2 different
  versions of motherboards. The older version is the
  one with the Tadiran battery backing up the clock
  (Versions AE and AR). The newer version has the
  Dallas RTC (version C). The newer BIOS (7A00 & 2F00)
  will work in the older AND newer motherboards, but
  older BIOS (DE00 & 0B00) will not work in the newer
  motherboards.

  More trivia: In the 1520, the DC20W4P-XXX power supply
  (DC-DC converter, actually) will only power the LCD
  display.
  The DC38W4P-XXX will only power the flourescent amber
  display.
  I am guessing that the "20W" indicates 20 watts and
  the "38W" indicates 38 watts.

  -Shawn
  --- jeriddian <Jeriddian@...<mailto:Jeriddian%40msn.com>> wrote:

  > On another note, if you tried to boot your 1520 with
  > chips burned
  > with his BIOS, I'll bet you got an error beep code
  > which came back as
  > 1 beep, 1 beep, 4 beeps. If you did, that's the beep
  > error code for
  > bad BIOS which needs to be replaced, which happened
  > because the
  > checksum was incorrect.
  >
  > Phil
  >
  > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz
  > <shawnerz@...> wrote:
  > >
  > > Hey Phil,
  > > Celso already emailed me his BIOS files. They are
  > > different. They are so different, it almost seems
  > as
  > > if they were made by a different manufacturer.
  > > The hard drive table is the same. I'll email you
  > > merged file off list.
  > > The Phoenix BIOS information at the beginning of
  > the
  > > file is changed, but for only one chip.
  > > At around address $6350, there is a text string
  > that
  > > says "GRiD Systems Corpirrus LogicPR"
  > > It's almost as if somebody mixed a Cirrus Logic
  > and
  > > Grid BIOS file.
  > > I burned it to EPROM and tried to get my 1520 to
  > boot.
  > > My 1520 did not boot.
  > > I'll email it to you.
  > > -Shawn
  > >
  > > --- jeriddian <Jeriddian@...> wrote:
  > >
  > > > Celso,
  > > > I'm sure either Shawn or I could burn you
  > some
  > > > new EPROMS for you
  > > > if you can't do it. If this is a standard 1520,
  > then
  > > > do me a favor
  > > > and look on your BIOS chips and tell me what the
  > > > checksum counts on
  > > > them are. My 1520 has the checksums of 2F00 for
  > the
  > > > odd and 7A00 for
  > > > the even. If your checksums are the same,
  > chances
  > > > are we have the
  > > > same BIOS chips in our units. If so, I could
  > burn
  > > > you some new chips
  > > > with the CP30714E HDD included in the table, and
  > I
  > > > don't mind selling
  > > > you one of them. Of course, they're old HDD's,
  > too,
  > > > but not quite as
  > > > old as the CP3024's, so they may last a little
  > > > longer. Plus, you'll
  > > > get 170 MB out of it.
  > > >
  > > > If your checksums are different, I or Shawn
  > would
  > > > have to get a copy
  > > > of your BIOS file to make the necessary
  > adjustments
  > > > to the file and
  > > > burn some new chips for you. You could use
  > Michael
  > > > B.'s utility that
  > > > copies it into a file and you could just email
  > it to
  > > > me or Shawn.
  > > > Well, even if our BIOS's match, you could still
  > do
  > > > that. :D
  > > >
  > > > Anyway, let either me or Shawn know.
  > > >
  > > > Phil
  > > >
  > > > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz
  > > > <shawnerz@> wrote:
  > > > >
  > > > > Hello Celso.
  > > > > If you want the CP3024 drive, I can buy it and
  > > > ship it
  > > > > to you just as I did with the display. But,
  > do
  > > > you
  > > > > really want to do that?
  > > > > The CP3024's is about 17 years old. I am
  > > > guessing,
  > > > > but I think you might get 3 to 5 years maximum
  > of
  > > > use
  > > > > from it.
  > > > > If you want to keep a hard disk drive in the
  > Grid,
  > > > I
  > > > > would recommed getting a newer model than the
  > > > Conner.
  > > > >
  > > > > I am still working on getting a compact flash
  > to
  > > > boot.
  > > > > I was out of town this week. I might have
  > some
  > > > time
  > > > > during the weekend to work on it.
  > > > >
  > > > > Before I left, I was able to get my P-III 633
  > MHz
  > > > to
  > > > > boot to MSDOS 6.22 from an 8 MB compact flash.
  > I
  > > > will
  > > > > keep you all posted.
  > > > >
  > > > > -Shawn
  > > > >
  > > > > --- Celso MF <celsomf@> wrote:
  > > > >
  > > > > > Oh, man!
  > > > > > Now I´m very sad.
  > > > > > I have my 1530 working, except for the HDD.
  > > > > > I can´t find another Conner Drive here, I
  > saw a
  > > > > > CP3024, original drive, on
  > > > > > Ebay, but the seller does not ship it to my
  > > > Country.
  > > > > > Think how mad I am!
  > > > > >
  > > > > > By the way, I also have a 1520 and tryed to
  > > > change
  > > > > > the display of the 1530
  > > > > > (lcd) to the red plasma of the 1520, (I
  > think
  > > > it´s
  > > > > > very cool looking) so, I
  > > > > > changed the cards, but couldn´t make it
  > work.
  > > > > > Now I´ll try to change the power supply too
  > to
  > > > see
  > > > > > if it really works for me
  > > > > > too.
  > > > > >
  > > > > > By the way, what about the Compact Flash IDE
  > > > cards?
  > > > > > Is it possible to change the BIOS to make
  > them
  > > > work
  > > > > > with these Grids?
  > > > > >
  > > > > >
  > > > > > Celso
  > > > >
  > > > >
  > __________________________________________________
  > > > > Do You Yahoo!?
  > > > > Tired of spam? Yahoo! Mail has the best spam
  > > > protection around
  > > > > http://mail.yahoo.com<http://mail.yahoo.com/>
  > > > >
  > > >
  > > >
  > > >
  > > >
  > > > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > > > Yahoo! Groups Links
  > > >
  > > >
  > > >
  > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com<mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
  > > >
  > > >
  > > >
  > >
  > >
  > > __________________________________________________
  > > Do You Yahoo!?
  > > Tired of spam? Yahoo! Mail has the best spam
  > protection around
  > > http://mail.yahoo.com<http://mail.yahoo.com/>
  > >
  >
  >
  >
  >
  > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > Yahoo! Groups Links
  >
  === message truncated ===

  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com<http://mail.yahoo.com/>




Yahoo! Message number: 1655
Date: Sun, 22 Apr 2007 08:53:16 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1656
Date: Sun, 22 Apr 2007 09:04:42 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1657
Date: Sun, 22 Apr 2007 09:11:06 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1658
Date: Sun, 22 Apr 2007 09:13:01 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1659
Date: Sun, 22 Apr 2007 06:15:16 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.

All,
Sorry for all of the confusion!  It's all my all my
fault.  The person who emailed the files to me was a
member that goes by the name "Zentaro."  
For some reason, I thought that Celso emailed me the
files.
Again, sorry for the confusion.
-Shawn

--- Celso MF <celsomf@...> wrote:

> ???
> As I remember.. I didnt!!!!
> I guess it was someone else.
> 
> Celso


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1660
Date: Sun, 22 Apr 2007 19:53:03 -0000
From: "jeriddian"
Subject: Re: Final Success - My 1530 is BACK! Some important things to know, too.

Well, so much for those chips (grin), oh well..... I'll just erase
them and prep them for the next burn. :D

Celso, there is a file that Michael Brutman has on his website that
will download your BIOS code into a file. If you could, get hold of
that utility and download your BIOS into a file and upload it to the
file section here on the forum. I can then adjust it accordingly for
the CP30174E drive and then burn you some new chips. Then I can send
the HDD and the new chips to you. I can also make sure it gets
packed very, very well so it will survive the trip.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> Sorry for all of the confusion!  It's all my all my
> fault.  The person who emailed the files to me was a
> member that goes by the name "Zentaro."
> For some reason, I thought that Celso emailed me the
> files.
> Again, sorry for the confusion.
> -Shawn
>
> --- Celso MF <celsomf@...> wrote:
>
> > ???
> > As I remember.. I didn´t!!!!
> > I guess it was someone else.
> >
> > Celso
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1661
Date: Sun, 22 Apr 2007 17:32:14 -0300
From: "Celso MF"
Subject: Re: [RuGRiD-Laptop] Re: Final Success - My 1530 is BACK! Some important things to know, too.
text/plain; charset=ISO-8859-1; format=flowed

[ Attachment content not displayed ]

Yahoo! Message number: 1662
Date: Tue, 24 Apr 2007 05:06:45 -0000
From: "jeriddian"
Subject: Well, now to my 1520.............

Well, I've finally gotten my 1520 up and running, sort of. I went ahead
and did the external battery thing on the old Dallas chip (1287) and
removed the 12887 I had in there with which I had replaced the original
RTC chip. I think that maybe the 12887 itself may be the problem
instead of just the BIOS now. Although it's supposed to be the
replacement for the 1287, it may be different enough that the 1520 just
doesn't like it. Anyway, I replaced it back with the old Dallas 1287
and a new external battery and it fired right up.

Unfortunately, I have another problem. The computer saw the 162 MB
CP30174E HDD okay. I just can't do anything with it. At first I could't
load any OS except Grid DOS 3.3, as it just said "Missing Operating
System" if I tried any other OS, and then would hang up. So I could
only load the GRiD DOS 3.3 okay. FDISK gave me the full 162 MB on the
HDD. But the FORMAT.COM will not work. It will only attempt to format
up to 32 MB and then it stops and hangs, forcing me to reboot, and the
HDD is still not formatted correctly, and I can't use any other
FORMAT.COM from higher DOS versions because they will refuse to run
under a different DOS version.

I've tried the orginal MSDOS 6.22 boot disk, which will get through on
a cold boot, but it won't setup because the HDD is not ready, and when
I boot out of it into the A: prompt, the keyboard goes all screwy and
won't type correctly. For example the number pad turns on, and I can't
get it to turn off. Letters will suddenly repeat without being queued
to do so. I'm forced to reboot and end up back where I started.

So I did it the drastic way. I took the HDD out, formatted it on my old
P1 machine and loaded MSDOS 6.22 on it as a bootable drive and put it
back into the 1520. But now the XMS driver won't load because it canb't
find EMS, and himem.sys didn't work either, loading DOS into low
memory, which just locked up everything.

I'm just not familiar enough with the 286 machine like I am with the
1530. Do I need to load an earlier version of DOS? it looks like MSDOS
6 just won't cut it.

I know you got through this somehow, Shawn. What do you suggest?

Thanks,

Phil



Yahoo! Message number: 1663
Date: Tue, 24 Apr 2007 07:05:14 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Well, now to my 1520.............

Wow, Phil.  
You're in uncharted waters for me.

I installed MSDOS 6.22 from floppy onto my 1520.  My
hard drive is the CFS420 (CFA320).

I could understand DOS 3.3 not supporting the larger
hard drive.  However, I don't know why you're getting
the Drive Not Ready error.

I'll put some though on it and I'll let you know if I
come up with any ideas.

When do you get the Not Ready error?  If you boot from
floppy and then go to C:, do you get the error then? 
Or, do you get it only when you attempt a format?
Thanks,
-Shawn

-- jeriddian <Jeriddian@...> wrote:

> Well, I've finally gotten my 1520 up and running,
> sort of. I went ahead 
> and did the external battery thing on the old Dallas
> chip (1287) and 
> removed the 12887 I had in there with which I had
> replaced the original 
> RTC chip. I think that maybe the 12887 itself may be
> the problem 
> instead of just the BIOS now. Although it's supposed
> to be the 
> replacement for the 1287, it may be different enough
> that the 1520 just 
> doesn't like it. Anyway, I replaced it back with the
> old Dallas 1287 
> and a new external battery and it fired right up.
> 
> Unfortunately, I have another problem. The computer
> saw the 162 MB 
> CP30174E HDD okay. I just can't do anything with it.
> At first I could't 
> load any OS except Grid DOS 3.3, as it just said
> "Missing Operating 
> System" if I tried any other OS, and then would hang
> up. So I could 
> only load the GRiD DOS 3.3 okay. FDISK gave me the
> full 162 MB on the 
> HDD. But the FORMAT.COM will not work. It will only
> attempt to format 
> up to 32 MB and then it stops and hangs, forcing me
> to reboot, and the 
> HDD is still not formatted correctly, and I can't
> use any other 
> FORMAT.COM from higher DOS versions because they
> will refuse to run 
> under a different DOS version.
> 
> I've tried the orginal MSDOS 6.22 boot disk, which
> will get through on 
> a cold boot, but it won't setup because the HDD is
> not ready, and when 
> I boot out of it into the A: prompt, the keyboard
> goes all screwy and 
> won't type correctly. For example the number pad
> turns on, and I can't 
> get it to turn off. Letters will suddenly repeat
> without being queued 
> to do so. I'm forced to reboot and end up back where
> I started.
> 
> So I did it the drastic way. I took the HDD out,
> formatted it on my old 
> P1 machine and loaded MSDOS 6.22 on it as a bootable
> drive and put it 
> back into the 1520. But now the XMS driver won't
> load because it canb't 
> find EMS, and himem.sys didn't work either, loading
> DOS into low 
> memory, which just locked up everything.
> 
> I'm just not familiar enough with the 286 machine
> like I am with the 
> 1530. Do I need to load an earlier version of DOS?
> it looks like MSDOS 
> 6 just won't cut it.
> 
> I know you got through this somehow, Shawn. What do
> you suggest?
> 
> Thanks,
> 
> Phil
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1664
Date: Wed, 25 Apr 2007 19:46:54 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

Shawn,

I'm not getting a drive not ready error. The problem is that 6.22
will load into the HDD. But when I try to boot up, the computer does
not recognize any extended memory manager. What this does is shut
down all memory above the 640K limit. If the extended memory manager
is not there, Himem cannot work because there is no high memory for
it to work on. It's not recognized. With no extended memory, nothing
will work because there's not enough memory to do anything. The
program used in 386 mode is the EMM386.sys file, but I can't use that
in a 286 machine, so I don't know how it is working in your machine.
I think I will have to try a different hard drive and see if it does
the same thing.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Wow, Phil.
> You're in uncharted waters for me.
>
> I installed MSDOS 6.22 from floppy onto my 1520.  My
> hard drive is the CFS420 (CFA320).
>
> I could understand DOS 3.3 not supporting the larger
> hard drive.  However, I don't know why you're getting
> the Drive Not Ready error.
>
> I'll put some though on it and I'll let you know if I
> come up with any ideas.
>
> When do you get the Not Ready error?  If you boot from
> floppy and then go to C:, do you get the error then?
> Or, do you get it only when you attempt a format?
> Thanks,
> -Shawn
>
> -- jeriddian <Jeriddian@...> wrote:
>
> > Well, I've finally gotten my 1520 up and running,
> > sort of. I went ahead
> > and did the external battery thing on the old Dallas
> > chip (1287) and
> > removed the 12887 I had in there with which I had
> > replaced the original
> > RTC chip. I think that maybe the 12887 itself may be
> > the problem
> > instead of just the BIOS now. Although it's supposed
> > to be the
> > replacement for the 1287, it may be different enough
> > that the 1520 just
> > doesn't like it. Anyway, I replaced it back with the
> > old Dallas 1287
> > and a new external battery and it fired right up.
> >
> > Unfortunately, I have another problem. The computer
> > saw the 162 MB
> > CP30174E HDD okay. I just can't do anything with it.
> > At first I could't
> > load any OS except Grid DOS 3.3, as it just said
> > "Missing Operating
> > System" if I tried any other OS, and then would hang
> > up. So I could
> > only load the GRiD DOS 3.3 okay. FDISK gave me the
> > full 162 MB on the
> > HDD. But the FORMAT.COM will not work. It will only
> > attempt to format
> > up to 32 MB and then it stops and hangs, forcing me
> > to reboot, and the 
> > HDD is still not formatted correctly, and I can't
> > use any other
> > FORMAT.COM from higher DOS versions because they
> > will refuse to run 
> > under a different DOS version.
> >
> > I've tried the orginal MSDOS 6.22 boot disk, which
> > will get through on
> > a cold boot, but it won't setup because the HDD is
> > not ready, and when
> > I boot out of it into the A: prompt, the keyboard
> > goes all screwy and
> > won't type correctly. For example the number pad
> > turns on, and I can't
> > get it to turn off. Letters will suddenly repeat
> > without being queued
> > to do so. I'm forced to reboot and end up back where
> > I started.
> >
> > So I did it the drastic way. I took the HDD out,
> > formatted it on my old
> > P1 machine and loaded MSDOS 6.22 on it as a bootable
> > drive and put it 
> > back into the 1520. But now the XMS driver won't
> > load because it canb't
> > find EMS, and himem.sys didn't work either, loading
> > DOS into low
> > memory, which just locked up everything.
> >
> > I'm just not familiar enough with the 286 machine
> > like I am with the
> > 1530. Do I need to load an earlier version of DOS?
> > it looks like MSDOS
> > 6 just won't cut it.
> >
> > I know you got through this somehow, Shawn. What do
> > you suggest?
> >
> > Thanks,
> >
> > Phil
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1665
Date: Wed, 25 Apr 2007 20:33:54 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

Well, I think things are worse than I thought. I have reloaded all
the original equipment back into the 1520, and I still get the same
problem. I put in the original BIOS CHips. I put in my old CP3044
from before my upgrade, and I put in the original memory.

What happenes is that Himem tries to load ver. 3.10, and seems to do
so but then comes the message:

ERROR: No extended memory found

After that, it says Himem could not be loaded because the upper
memory could not be found.

I have no idea where this is coming from. I am using all the original
equipment inlcuding a CP3044 that works perfectly on my old 1530. And
the funny thing is the HDD seems to be working on the 1520 just fine.
I just don't have any memory to work with. I have no idea what's
going on here.....I fear the problem is another bad motherboard,
unless somebody out there has some idea...

Phil




--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Shawn,
>
> I'm not getting a drive not ready error. The problem is that 6.22
> will load into the HDD. But when I try to boot up, the computer
does
> not recognize any extended memory manager. What this does is shut
> down all memory above the 640K limit. If the extended memory
manager
> is not there, Himem cannot work because there is no high memory for
> it to work on. It's not recognized. With no extended memory,
nothing
> will work because there's not enough memory to do anything. The
> program used in 386 mode is the EMM386.sys file, but I can't use
that
> in a 286 machine, so I don't know how it is working in your
machine.
> I think I will have to try a different hard drive and see if it
does
> the same thing.
>
> Phil
>
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Wow, Phil.
> > You're in uncharted waters for me.
> >
> > I installed MSDOS 6.22 from floppy onto my 1520.  My
> > hard drive is the CFS420 (CFA320).
> >
> > I could understand DOS 3.3 not supporting the larger
> > hard drive.  However, I don't know why you're getting
> > the Drive Not Ready error.
> >
> > I'll put some though on it and I'll let you know if I
> > come up with any ideas.
> >
> > When do you get the Not Ready error?  If you boot from
> > floppy and then go to C:, do you get the error then?
> > Or, do you get it only when you attempt a format?
> > Thanks,
> > -Shawn
> > 
> > -- jeriddian <Jeriddian@> wrote:
> >
> > > Well, I've finally gotten my 1520 up and running,
> > > sort of. I went ahead
> > > and did the external battery thing on the old Dallas
> > > chip (1287) and
> > > removed the 12887 I had in there with which I had
> > > replaced the original
> > > RTC chip. I think that maybe the 12887 itself may be
> > > the problem
> > > instead of just the BIOS now. Although it's supposed
> > > to be the
> > > replacement for the 1287, it may be different enough
> > > that the 1520 just
> > > doesn't like it. Anyway, I replaced it back with the
> > > old Dallas 1287
> > > and a new external battery and it fired right up.
> > >
> > > Unfortunately, I have another problem. The computer
> > > saw the 162 MB
> > > CP30174E HDD okay. I just can't do anything with it.
> > > At first I could't
> > > load any OS except Grid DOS 3.3, as it just said
> > > "Missing Operating
> > > System" if I tried any other OS, and then would hang
> > > up. So I could
> > > only load the GRiD DOS 3.3 okay. FDISK gave me the
> > > full 162 MB on the
> > > HDD. But the FORMAT.COM will not work. It will only
> > > attempt to format
> > > up to 32 MB and then it stops and hangs, forcing me
> > > to reboot, and the
> > > HDD is still not formatted correctly, and I can't
> > > use any other
> > > FORMAT.COM from higher DOS versions because they
> > > will refuse to run
> > > under a different DOS version.
> > >
> > > I've tried the orginal MSDOS 6.22 boot disk, which
> > > will get through on
> > > a cold boot, but it won't setup because the HDD is
> > > not ready, and when
> > > I boot out of it into the A: prompt, the keyboard
> > > goes all screwy and
> > > won't type correctly. For example the number pad
> > > turns on, and I can't
> > > get it to turn off. Letters will suddenly repeat
> > > without being queued 
> > > to do so. I'm forced to reboot and end up back where
> > > I started.
> > >
> > > So I did it the drastic way. I took the HDD out,
> > > formatted it on my old
> > > P1 machine and loaded MSDOS 6.22 on it as a bootable
> > > drive and put it
> > > back into the 1520. But now the XMS driver won't
> > > load because it canb't
> > > find EMS, and himem.sys didn't work either, loading
> > > DOS into low
> > > memory, which just locked up everything.
> > >
> > > I'm just not familiar enough with the 286 machine
> > > like I am with the
> > > 1530. Do I need to load an earlier version of DOS?
> > > it looks like MSDOS
> > > 6 just won't cut it.
> > >
> > > I know you got through this somehow, Shawn. What do
> > > you suggest?
> > >
> > > Thanks,
> > >
> > > Phil
> > >
> > >
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/
> > > Yahoo! Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>




Yahoo! Message number: 1666
Date: Wed, 25 Apr 2007 16:36:42 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............

Phil,
What about putting 

device=himem.sys
DOS=HIGH, UMB

in the config.sys file?

The DOS=HIGH, UMB loads DOS in the high memory area. 
The UMB portion signifies Upper Memory Blocks.  I
don't know what UMB's are, but I remember that they're
good.  

-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Shawn,
> 
> I'm not getting a drive not ready error. The problem
> is that 6.22 
> will load into the HDD. But when I try to boot up,
> the computer does 
> not recognize any extended memory manager. What this
> does is shut 
> down all memory above the 640K limit. If the
> extended memory manager 
> is not there, Himem cannot work because there is no
> high memory for 
> it to work on. It's not recognized. With no extended
> memory, nothing 
> will work because there's not enough memory to do
> anything. The 
> program used in 386 mode is the EMM386.sys file, but
> I can't use that 
> in a 286 machine, so I don't know how it is working
> in your machine. 
> I think I will have to try a different hard drive
> and see if it does 
> the same thing.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Wow, Phil.  
> > You're in uncharted waters for me.
> > 
> > I installed MSDOS 6.22 from floppy onto my 1520. 
> My
> > hard drive is the CFS420 (CFA320).
> > 
> > I could understand DOS 3.3 not supporting the
> larger
> > hard drive.  However, I don't know why you're
> getting
> > the Drive Not Ready error.
> > 
> > I'll put some though on it and I'll let you know
> if I
> > come up with any ideas.
> > 
> > When do you get the Not Ready error?  If you boot
> from
> > floppy and then go to C:, do you get the error
> then? 
> > Or, do you get it only when you attempt a format?
> > Thanks,
> > -Shawn
> > 
> > -- jeriddian <Jeriddian@...> wrote:
> > 
> > > Well, I've finally gotten my 1520 up and
> running,
> > > sort of. I went ahead 
> > > and did the external battery thing on the old
> Dallas
> > > chip (1287) and 
> > > removed the 12887 I had in there with which I
> had
> > > replaced the original 
> > > RTC chip. I think that maybe the 12887 itself
> may be
> > > the problem 
> > > instead of just the BIOS now. Although it's
> supposed
> > > to be the 
> > > replacement for the 1287, it may be different
> enough
> > > that the 1520 just 
> > > doesn't like it. Anyway, I replaced it back with
> the
> > > old Dallas 1287 
> > > and a new external battery and it fired right
> up.
> > > 
> > > Unfortunately, I have another problem. The
> computer
> > > saw the 162 MB 
> > > CP30174E HDD okay. I just can't do anything with
> it.
> > > At first I could't 
> > > load any OS except Grid DOS 3.3, as it just said
> > > "Missing Operating 
> > > System" if I tried any other OS, and then would
> hang
> > > up. So I could 
> > > only load the GRiD DOS 3.3 okay. FDISK gave me
> the
> > > full 162 MB on the 
> > > HDD. But the FORMAT.COM will not work. It will
> only
> > > attempt to format 
> > > up to 32 MB and then it stops and hangs, forcing
> me
> > > to reboot, and the 
> > > HDD is still not formatted correctly, and I
> can't
> > > use any other 
> > > FORMAT.COM from higher DOS versions because they
> > > will refuse to run 
> > > under a different DOS version.
> > > 
> > > I've tried the orginal MSDOS 6.22 boot disk,
> which
> > > will get through on 
> > > a cold boot, but it won't setup because the HDD
> is
> > > not ready, and when 
> > > I boot out of it into the A: prompt, the
> keyboard
> > > goes all screwy and 
> > > won't type correctly. For example the number pad
> > > turns on, and I can't 
> > > get it to turn off. Letters will suddenly repeat
> > > without being queued 
> > > to do so. I'm forced to reboot and end up back
> where
> > > I started.
> > > 
> > > So I did it the drastic way. I took the HDD out,
> > > formatted it on my old 
> > > P1 machine and loaded MSDOS 6.22 on it as a
> bootable
> > > drive and put it 
> > > back into the 1520. But now the XMS driver won't
> > > load because it canb't 
> > > find EMS, and himem.sys didn't work either,
> loading
> > > DOS into low 
> > > memory, which just locked up everything.
> > > 
> > > I'm just not familiar enough with the 286
> machine
> > > like I am with the 
> > > 1530. Do I need to load an earlier version of
> DOS?
> > > it looks like MSDOS 
> > > 6 just won't cut it.
> > > 
> > > I know you got through this somehow, Shawn. What
> do
> > > you suggest?
> > > 
> > > Thanks,
> > > 
> > > Phil
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1667
Date: Wed, 25 Apr 2007 16:39:24 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............

Another brain cell just fired off and I think I
remember reading somewhere that the '386' portion of
'emm386' doesn't refer to the processor.
I might be wrong, though.
If I weren't so tired, I'd look it up.
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Shawn,
> 
> I'm not getting a drive not ready error. The problem
> is that 6.22 
> will load into the HDD. But when I try to boot up,
> the computer does 
> not recognize any extended memory manager. What this
> does is shut 
> down all memory above the 640K limit. If the
> extended memory manager 
> is not there, Himem cannot work because there is no
> high memory for 
> it to work on. It's not recognized. With no extended
> memory, nothing 
> will work because there's not enough memory to do
> anything. The 
> program used in 386 mode is the EMM386.sys file, but
> I can't use that 
> in a 286 machine, so I don't know how it is working
> in your machine. 
> I think I will have to try a different hard drive
> and see if it does 
> the same thing.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > Wow, Phil.  
> > You're in uncharted waters for me.
> > 
> > I installed MSDOS 6.22 from floppy onto my 1520. 
> My
> > hard drive is the CFS420 (CFA320).
> > 
> > I could understand DOS 3.3 not supporting the
> larger
> > hard drive.  However, I don't know why you're
> getting
> > the Drive Not Ready error.
> > 
> > I'll put some though on it and I'll let you know
> if I
> > come up with any ideas.
> > 
> > When do you get the Not Ready error?  If you boot
> from
> > floppy and then go to C:, do you get the error
> then? 
> > Or, do you get it only when you attempt a format?
> > Thanks,
> > -Shawn
> > 
> > -- jeriddian <Jeriddian@...> wrote:
> > 
> > > Well, I've finally gotten my 1520 up and
> running,
> > > sort of. I went ahead 
> > > and did the external battery thing on the old
> Dallas
> > > chip (1287) and 
> > > removed the 12887 I had in there with which I
> had
> > > replaced the original 
> > > RTC chip. I think that maybe the 12887 itself
> may be
> > > the problem 
> > > instead of just the BIOS now. Although it's
> supposed
> > > to be the 
> > > replacement for the 1287, it may be different
> enough
> > > that the 1520 just 
> > > doesn't like it. Anyway, I replaced it back with
> the
> > > old Dallas 1287 
> > > and a new external battery and it fired right
> up.
> > > 
> > > Unfortunately, I have another problem. The
> computer
> > > saw the 162 MB 
> > > CP30174E HDD okay. I just can't do anything with
> it.
> > > At first I could't 
> > > load any OS except Grid DOS 3.3, as it just said
> > > "Missing Operating 
> > > System" if I tried any other OS, and then would
> hang
> > > up. So I could 
> > > only load the GRiD DOS 3.3 okay. FDISK gave me
> the
> > > full 162 MB on the 
> > > HDD. But the FORMAT.COM will not work. It will
> only
> > > attempt to format 
> > > up to 32 MB and then it stops and hangs, forcing
> me
> > > to reboot, and the 
> > > HDD is still not formatted correctly, and I
> can't
> > > use any other 
> > > FORMAT.COM from higher DOS versions because they
> > > will refuse to run 
> > > under a different DOS version.
> > > 
> > > I've tried the orginal MSDOS 6.22 boot disk,
> which
> > > will get through on 
> > > a cold boot, but it won't setup because the HDD
> is
> > > not ready, and when 
> > > I boot out of it into the A: prompt, the
> keyboard
> > > goes all screwy and 
> > > won't type correctly. For example the number pad
> > > turns on, and I can't 
> > > get it to turn off. Letters will suddenly repeat
> > > without being queued 
> > > to do so. I'm forced to reboot and end up back
> where
> > > I started.
> > > 
> > > So I did it the drastic way. I took the HDD out,
> > > formatted it on my old 
> > > P1 machine and loaded MSDOS 6.22 on it as a
> bootable
> > > drive and put it 
> > > back into the 1520. But now the XMS driver won't
> > > load because it canb't 
> > > find EMS, and himem.sys didn't work either,
> loading
> > > DOS into low 
> > > memory, which just locked up everything.
> > > 
> > > I'm just not familiar enough with the 286
> machine
> > > like I am with the 
> > > 1530. Do I need to load an earlier version of
> DOS?
> > > it looks like MSDOS 
> > > 6 just won't cut it.
> > > 
> > > I know you got through this somehow, Shawn. What
> do
> > > you suggest?
> > > 
> > > Thanks,
> > > 
> > > Phil
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1668
Date: Wed, 25 Apr 2007 16:40:36 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............

When it boots, does the 1520 "see" all of the
installed memory?

--- jeriddian <Jeriddian@...> wrote:

> Well, I think things are worse than I thought. I
> have reloaded all 
> the original equipment back into the 1520, and I
> still get the same 
> problem. I put in the original BIOS CHips. I put in
> my old CP3044 
> from before my upgrade, and I put in the original
> memory.
> 
> What happenes is that Himem tries to load ver. 3.10,
> and seems to do 
> so but then comes the message:
> 
> ERROR: No extended memory found
> 
> After that, it says Himem could not be loaded
> because the upper 
> memory could not be found.
> 
> I have no idea where this is coming from. I am using
> all the original 
> equipment inlcuding a CP3044 that works perfectly on
> my old 1530. And 
> the funny thing is the HDD seems to be working on
> the 1520 just fine. 
> I just don't have any memory to work with. I have no
> idea what's 
> going on here.....I fear the problem is another bad
> motherboard, 
> unless somebody out there has some idea...
> 
> Phil
> 
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@...> 
> wrote:
> >
> > Shawn,
> > 
> > I'm not getting a drive not ready error. The
> problem is that 6.22 
> > will load into the HDD. But when I try to boot up,
> the computer 
> does 
> > not recognize any extended memory manager. What
> this does is shut 
> > down all memory above the 640K limit. If the
> extended memory 
> manager 
> > is not there, Himem cannot work because there is
> no high memory for 
> > it to work on. It's not recognized. With no
> extended memory, 
> nothing 
> > will work because there's not enough memory to do
> anything. The 
> > program used in 386 mode is the EMM386.sys file,
> but I can't use 
> that 
> > in a 286 machine, so I don't know how it is
> working in your 
> machine. 
> > I think I will have to try a different hard drive
> and see if it 
> does 
> > the same thing.
> > 
> > Phil
> > 
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@> wrote:
> > >
> > > Wow, Phil.  
> > > You're in uncharted waters for me.
> > > 
> > > I installed MSDOS 6.22 from floppy onto my 1520.
>  My
> > > hard drive is the CFS420 (CFA320).
> > > 
> > > I could understand DOS 3.3 not supporting the
> larger
> > > hard drive.  However, I don't know why you're
> getting
> > > the Drive Not Ready error.
> > > 
> > > I'll put some though on it and I'll let you know
> if I
> > > come up with any ideas.
> > > 
> > > When do you get the Not Ready error?  If you
> boot from
> > > floppy and then go to C:, do you get the error
> then? 
> > > Or, do you get it only when you attempt a
> format?
> > > Thanks,
> > > -Shawn
> > > 
> > > -- jeriddian <Jeriddian@> wrote:
> > > 
> > > > Well, I've finally gotten my 1520 up and
> running,
> > > > sort of. I went ahead 
> > > > and did the external battery thing on the old
> Dallas
> > > > chip (1287) and 
> > > > removed the 12887 I had in there with which I
> had
> > > > replaced the original 
> > > > RTC chip. I think that maybe the 12887 itself
> may be
> > > > the problem 
> > > > instead of just the BIOS now. Although it's
> supposed
> > > > to be the 
> > > > replacement for the 1287, it may be different
> enough
> > > > that the 1520 just 
> > > > doesn't like it. Anyway, I replaced it back
> with the
> > > > old Dallas 1287 
> > > > and a new external battery and it fired right
> up.
> > > > 
> > > > Unfortunately, I have another problem. The
> computer
> > > > saw the 162 MB 
> > > > CP30174E HDD okay. I just can't do anything
> with it.
> > > > At first I could't 
> > > > load any OS except Grid DOS 3.3, as it just
> said
> > > > "Missing Operating 
> > > > System" if I tried any other OS, and then
> would hang
> > > > up. So I could 
> > > > only load the GRiD DOS 3.3 okay. FDISK gave me
> the
> > > > full 162 MB on the 
> > > > HDD. But the FORMAT.COM will not work. It will
> only
> > > > attempt to format 
> > > > up to 32 MB and then it stops and hangs,
> forcing me
> > > > to reboot, and the 
> > > > HDD is still not formatted correctly, and I
> can't
> > > > use any other 
> > > > FORMAT.COM from higher DOS versions because
> they
> > > > will refuse to run 
> > > > under a different DOS version.
> > > > 
> > > > I've tried the orginal MSDOS 6.22 boot disk,
> which
> > > > will get through on 
> > > > a cold boot, but it won't setup because the
> HDD is
> > > > not ready, and when 
> > > > I boot out of it into the A: prompt, the
> keyboard
> > > > goes all screwy and 
> > > > won't type correctly. For example the number
> pad
> > > > turns on, and I can't 
> > > > get it to turn off. Letters will suddenly
> repeat
> > > > without being queued 
> > > > to do so. I'm forced to reboot and end up back
> where
> > > > I started.
> > > > 
> > > > So I did it the drastic way. I took the HDD
> out,
> > > > formatted it on my old 
> > > > P1 machine and loaded MSDOS 6.22 on it as a
> bootable
> > > > drive and put it 
> > > > back into the 1520. But now the XMS driver
> won't
> > > > load because it canb't 
> > > > find EMS, and himem.sys didn't work either,
> loading
> > > > DOS into low 
> > > > memory, which just locked up everything.
> > > > 
> > > > I'm just not familiar enough with the 286
> machine
> > > > like I am with the 
> > > > 1530. Do I need to load an earlier version of
> DOS?
> > > > it looks like MSDOS 
> > > > 6 just won't cut it.
> > > > 
> > > > I know you got through this somehow, Shawn.
> What do
> > > > you suggest?
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1669
Date: Wed, 25 Apr 2007 22:00:45 -0500
From: "Felipe Porres"
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............
text/plain; charset="iso-8859-1"

I think it does, but I cannot be sure about it right now, either.

Phil
  ----- Original Message -----
  From: Shawnerz<mailto:shawnerz@...>
  To: RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop@yahoogroups.com>
  Sent: Wednesday, April 25, 2007 6:39 PM
  Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............


  Another brain cell just fired off and I think I
  remember reading somewhere that the '386' portion of
  'emm386' doesn't refer to the processor.
  I might be wrong, though.
  If I weren't so tired, I'd look it up.
  -Shawn

  --- jeriddian <Jeriddian@...<mailto:Jeriddian@...>> wrote:

  > Shawn,
  >
  > I'm not getting a drive not ready error. The problem
  > is that 6.22
  > will load into the HDD. But when I try to boot up,
  > the computer does
  > not recognize any extended memory manager. What this
  > does is shut
  > down all memory above the 640K limit. If the
  > extended memory manager
  > is not there, Himem cannot work because there is no
  > high memory for
  > it to work on. It's not recognized. With no extended
  > memory, nothing
  > will work because there's not enough memory to do
  > anything. The
  > program used in 386 mode is the EMM386.sys file, but
  > I can't use that
  > in a 286 machine, so I don't know how it is working
  > in your machine.
  > I think I will have to try a different hard drive
  > and see if it does
  > the same thing.
  >
  > Phil
  >
  >
  > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz
  > <shawnerz@...> wrote:
  > >
  > > Wow, Phil.
  > > You're in uncharted waters for me.
  > >
  > > I installed MSDOS 6.22 from floppy onto my 1520.
  > My
  > > hard drive is the CFS420 (CFA320).
  > >
  > > I could understand DOS 3.3 not supporting the
  > larger
  > > hard drive. However, I don't know why you're
  > getting
  > > the Drive Not Ready error.
  > >
  > > I'll put some though on it and I'll let you know
  > if I
  > > come up with any ideas.
  > >
  > > When do you get the Not Ready error? If you boot
  > from
  > > floppy and then go to C:, do you get the error
  > then?
  > > Or, do you get it only when you attempt a format?
  > > Thanks,
  > > -Shawn
  > >
  > > -- jeriddian <Jeriddian@...> wrote:
  > >
  > > > Well, I've finally gotten my 1520 up and
  > running,
  > > > sort of. I went ahead
  > > > and did the external battery thing on the old
  > Dallas
  > > > chip (1287) and
  > > > removed the 12887 I had in there with which I
  > had
  > > > replaced the original
  > > > RTC chip. I think that maybe the 12887 itself
  > may be
  > > > the problem
  > > > instead of just the BIOS now. Although it's
  > supposed
  > > > to be the
  > > > replacement for the 1287, it may be different
  > enough
  > > > that the 1520 just
  > > > doesn't like it. Anyway, I replaced it back with
  > the
  > > > old Dallas 1287 
  > > > and a new external battery and it fired right
  > up.
  > > >
  > > > Unfortunately, I have another problem. The
  > computer
  > > > saw the 162 MB
  > > > CP30174E HDD okay. I just can't do anything with
  > it.
  > > > At first I could't
  > > > load any OS except Grid DOS 3.3, as it just said
  > > > "Missing Operating
  > > > System" if I tried any other OS, and then would
  > hang
  > > > up. So I could
  > > > only load the GRiD DOS 3.3 okay. FDISK gave me
  > the
  > > > full 162 MB on the
  > > > HDD. But the FORMAT.COM will not work. It will
  > only
  > > > attempt to format
  > > > up to 32 MB and then it stops and hangs, forcing
  > me
  > > > to reboot, and the
  > > > HDD is still not formatted correctly, and I
  > can't
  > > > use any other
  > > > FORMAT.COM from higher DOS versions because they
  > > > will refuse to run
  > > > under a different DOS version.
  > > >
  > > > I've tried the orginal MSDOS 6.22 boot disk,
  > which
  > > > will get through on
  > > > a cold boot, but it won't setup because the HDD
  > is
  > > > not ready, and when
  > > > I boot out of it into the A: prompt, the
  > keyboard
  > > > goes all screwy and
  > > > won't type correctly. For example the number pad
  > > > turns on, and I can't
  > > > get it to turn off. Letters will suddenly repeat
  > > > without being queued
  > > > to do so. I'm forced to reboot and end up back
  > where
  > > > I started.
  > > >
  > > > So I did it the drastic way. I took the HDD out,
  > > > formatted it on my old
  > > > P1 machine and loaded MSDOS 6.22 on it as a
  > bootable
  > > > drive and put it
  > > > back into the 1520. But now the XMS driver won't
  > > > load because it canb't
  > > > find EMS, and himem.sys didn't work either,
  > loading
  > > > DOS into low
  > > > memory, which just locked up everything.
  > > >
  > > > I'm just not familiar enough with the 286
  > machine
  > > > like I am with the
  > > > 1530. Do I need to load an earlier version of
  > DOS?
  > > > it looks like MSDOS
  > > > 6 just won't cut it.
  > > >
  > > > I know you got through this somehow, Shawn. What
  > do
  > > > you suggest?
  > > >
  > > > Thanks,
  > > >
  > > > Phil
  > > >
  > > >
  > > >
  > > > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > > > Yahoo! Groups Links
  > > >
  > > >
  > > >
  > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com<mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
  > > >
  > > >
  > > >
  > >
  > >
  > > __________________________________________________
  > > Do You Yahoo!?
  > > Tired of spam? Yahoo! Mail has the best spam
  > protection around
  > > http://mail.yahoo.com<http://mail.yahoo.com/>
  > >
  >
  > 
  >
  >
  > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > Yahoo! Groups Links
  >
  >
  > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com<mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
  >
  >
  >
  === message truncated ===

  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com<http://mail.yahoo.com/>




Yahoo! Message number: 1670
Date: Wed, 25 Apr 2007 21:59:49 -0500
From: "Felipe Porres"
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............
text/plain; charset="iso-8859-1"

UMB stands for Upper Memory Block. The UMB consists of addresses 0AOOOOh to 0FFFFFh. The instruction DOS=HIGH is already there in the config.sys file. But that's not where the problem is. DOS cannot even be put into the UMB until the upper memory is even recognized as existing. The computer find it. I put in a good HDD that would load fine in another computer, but wouldn't load properly into this one because of this problem. The problem is not in the config.sys file instructions. It's before that

Phil
  ----- Original Message -----
  From: Shawnerz<mailto:shawnerz@...>
  To: RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop@yahoogroups.com>
  Sent: Wednesday, April 25, 2007 6:36 PM
  Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............


  Phil,
  What about putting

  device=himem.sys
  DOS=HIGH, UMB

  in the config.sys file?

  The DOS=HIGH, UMB loads DOS in the high memory area.
  The UMB portion signifies Upper Memory Blocks. I
  don't know what UMB's are, but I remember that they're
  good.

  -Shawn

  --- jeriddian <Jeriddian@...<mailto:Jeriddian@...>> wrote:

  > Shawn,
  >
  > I'm not getting a drive not ready error. The problem
  > is that 6.22
  > will load into the HDD. But when I try to boot up,
  > the computer does
  > not recognize any extended memory manager. What this
  > does is shut
  > down all memory above the 640K limit. If the
  > extended memory manager
  > is not there, Himem cannot work because there is no
  > high memory for
  > it to work on. It's not recognized. With no extended
  > memory, nothing
  > will work because there's not enough memory to do
  > anything. The
  > program used in 386 mode is the EMM386.sys file, but
  > I can't use that
  > in a 286 machine, so I don't know how it is working
  > in your machine.
  > I think I will have to try a different hard drive
  > and see if it does
  > the same thing.
  >
  > Phil
  >
  >
  > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz
  > <shawnerz@...> wrote:
  > >
  > > Wow, Phil.
  > > You're in uncharted waters for me.
  > >
  > > I installed MSDOS 6.22 from floppy onto my 1520.
  > My
  > > hard drive is the CFS420 (CFA320).
  > >
  > > I could understand DOS 3.3 not supporting the
  > larger
  > > hard drive. However, I don't know why you're
  > getting
  > > the Drive Not Ready error.
  > >
  > > I'll put some though on it and I'll let you know
  > if I
  > > come up with any ideas.
  > >
  > > When do you get the Not Ready error? If you boot
  > from
  > > floppy and then go to C:, do you get the error
  > then?
  > > Or, do you get it only when you attempt a format?
  > > Thanks,
  > > -Shawn
  > >
  > > -- jeriddian <Jeriddian@...> wrote:
  > >
  > > > Well, I've finally gotten my 1520 up and
  > running,
  > > > sort of. I went ahead
  > > > and did the external battery thing on the old
  > Dallas
  > > > chip (1287) and
  > > > removed the 12887 I had in there with which I
  > had
  > > > replaced the original
  > > > RTC chip. I think that maybe the 12887 itself
  > may be
  > > > the problem
  > > > instead of just the BIOS now. Although it's
  > supposed
  > > > to be the
  > > > replacement for the 1287, it may be different
  > enough
  > > > that the 1520 just
  > > > doesn't like it. Anyway, I replaced it back with
  > the
  > > > old Dallas 1287
  > > > and a new external battery and it fired right
  > up.
  > > >
  > > > Unfortunately, I have another problem. The
  > computer
  > > > saw the 162 MB
  > > > CP30174E HDD okay. I just can't do anything with
  > it.
  > > > At first I could't
  > > > load any OS except Grid DOS 3.3, as it just said
  > > > "Missing Operating
  > > > System" if I tried any other OS, and then would
  > hang
  > > > up. So I could
  > > > only load the GRiD DOS 3.3 okay. FDISK gave me
  > the
  > > > full 162 MB on the
  > > > HDD. But the FORMAT.COM will not work. It will
  > only
  > > > attempt to format
  > > > up to 32 MB and then it stops and hangs, forcing
  > me
  > > > to reboot, and the
  > > > HDD is still not formatted correctly, and I
  > can't
  > > > use any other
  > > > FORMAT.COM from higher DOS versions because they
  > > > will refuse to run
  > > > under a different DOS version.
  > > >
  > > > I've tried the orginal MSDOS 6.22 boot disk,
  > which
  > > > will get through on
  > > > a cold boot, but it won't setup because the HDD
  > is
  > > > not ready, and when
  > > > I boot out of it into the A: prompt, the
  > keyboard
  > > > goes all screwy and
  > > > won't type correctly. For example the number pad
  > > > turns on, and I can't
  > > > get it to turn off. Letters will suddenly repeat
  > > > without being queued
  > > > to do so. I'm forced to reboot and end up back
  > where
  > > > I started.
  > > >
  > > > So I did it the drastic way. I took the HDD out,
  > > > formatted it on my old
  > > > P1 machine and loaded MSDOS 6.22 on it as a
  > bootable
  > > > drive and put it
  > > > back into the 1520. But now the XMS driver won't
  > > > load because it canb't
  > > > find EMS, and himem.sys didn't work either,
  > loading
  > > > DOS into low
  > > > memory, which just locked up everything.
  > > >
  > > > I'm just not familiar enough with the 286
  > machine
  > > > like I am with the
  > > > 1530. Do I need to load an earlier version of
  > DOS?
  > > > it looks like MSDOS
  > > > 6 just won't cut it.
  > > >
  > > > I know you got through this somehow, Shawn. What
  > do
  > > > you suggest?
  > > >
  > > > Thanks,
  > > >
  > > > Phil
  > > >
  > > >
  > > >
  > > > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > > > Yahoo! Groups Links
  > > >
  > > >
  > > >
  > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com<mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
  > > >
  > > >
  > > >
  > >
  > >
  > > __________________________________________________
  > > Do You Yahoo!?
  > > Tired of spam? Yahoo! Mail has the best spam
  > protection around
  > > http://mail.yahoo.com<http://mail.yahoo.com/>
  > >
  >
  >
  >
  >
  > http://groups.yahoo.com/group/rugrid-laptop/<http://groups.yahoo.com/group/rugrid-laptop/>
  > Yahoo! Groups Links
  >
  >
  > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com<mailto:RuGRiD-Laptop-fullfeatured%40yahoogroups.com>
  >
  >
  >
  === message truncated ===

  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com<http://mail.yahoo.com/>




Yahoo! Message number: 1671
Date: Wed, 25 Apr 2007 22:02:10 -0500
From: "Felipe Porres"
Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............
text/plain; charset="iso-8859-1"

Yes it, does. But that doesn't mean it knows what to do with it just from that. The memory is only being verified as physically being there and checking out as working. It doesn't mean the operating system sees it.

Phil
  ----- Original Message -----
  From: Shawnerz<mailto:shawnerz@...>
  To: RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop@yahoogroups.com>
  Sent: Wednesday, April 25, 2007 6:40 PM
  Subject: Re: [RuGRiD-Laptop] Re: Well, now to my 1520.............


  When it boots, does the 1520 "see" all of the
  installed memory?

  --- jeriddian <Jeriddian@...<mailto:Jeriddian@...>> wrote:

  > Well, I think things are worse than I thought. I
  > have reloaded all
  > the original equipment back into the 1520, and I
  > still get the same
  > problem. I put in the original BIOS CHips. I put in
  > my old CP3044
  > from before my upgrade, and I put in the original
  > memory.
  >
  > What happenes is that Himem tries to load ver. 3.10,
  > and seems to do
  > so but then comes the message:
  >
  > ERROR: No extended memory found
  >
  > After that, it says Himem could not be loaded
  > because the upper
  > memory could not be found.
  >
  > I have no idea where this is coming from. I am using
  > all the original
  > equipment inlcuding a CP3044 that works perfectly on
  > my old 1530. And
  > the funny thing is the HDD seems to be working on
  > the 1520 just fine.
  > I just don't have any memory to work with. I have no
  > idea what's
  > going on here.....I fear the problem is another bad
  > motherboard,
  > unless somebody out there has some idea...
  >
  > Phil
  >
  >
  >
  >
  > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, "jeriddian"
  > <Jeriddian@...>
  > wrote:
  > >
  > > Shawn,
  > >
  > > I'm not getting a drive not ready error. The
  > problem is that 6.22
  > > will load into the HDD. But when I try to boot up,
  > the computer
  > does
  > > not recognize any extended memory manager. What
  > this does is shut
  > > down all memory above the 640K limit. If the
  > extended memory
  > manager
  > > is not there, Himem cannot work because there is
  > no high memory for
  > > it to work on. It's not recognized. With no
  > extended memory,
  > nothing
  > > will work because there's not enough memory to do
  > anything. The
  > > program used in 386 mode is the EMM386.sys file,
  > but I can't use
  > that
  > > in a 286 machine, so I don't know how it is
  > working in your
  > machine.
  > > I think I will have to try a different hard drive
  > and see if it
  > does
  > > the same thing.
  > >
  > > Phil
  > >
  > >
  > > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz
  > <shawnerz@> wrote:
  > > >
  > > > Wow, Phil.
  > > > You're in uncharted waters for me.
  > > >
  > > > I installed MSDOS 6.22 from floppy onto my 1520.
  > My
  > > > hard drive is the CFS420 (CFA320).
  > > >
  > > > I could understand DOS 3.3 not supporting the
  > larger
  > > > hard drive. However, I don't know why you're
  > getting
  > > > the Drive Not Ready error.
  > > >
  > > > I'll put some though on it and I'll let you know
  > if I
  > > > come up with any ideas.
  > > >
  > > > When do you get the Not Ready error? If you
  > boot from
  > > > floppy and then go to C:, do you get the error
  > then?
  > > > Or, do you get it only when you attempt a
  > format?
  > > > Thanks,
  > > > -Shawn
  > > >
  > > > -- jeriddian <Jeriddian@> wrote:
  > > >
  > > > > Well, I've finally gotten my 1520 up and
  > running,
  > > > > sort of. I went ahead
  > > > > and did the external battery thing on the old
  > Dallas
  > > > > chip (1287) and 
  > > > > removed the 12887 I had in there with which I
  > had
  > > > > replaced the original
  > > > > RTC chip. I think that maybe the 12887 itself
  > may be
  > > > > the problem
  > > > > instead of just the BIOS now. Although it's
  > supposed
  > > > > to be the
  > > > > replacement for the 1287, it may be different
  > enough
  > > > > that the 1520 just
  > > > > doesn't like it. Anyway, I replaced it back
  > with the
  > > > > old Dallas 1287
  > > > > and a new external battery and it fired right
  > up.
  > > > >
  > > > > Unfortunately, I have another problem. The
  > computer
  > > > > saw the 162 MB
  > > > > CP30174E HDD okay. I just can't do anything
  > with it.
  > > > > At first I could't
  > > > > load any OS except Grid DOS 3.3, as it just
  > said
  > > > > "Missing Operating
  > > > > System" if I tried any other OS, and then
  > would hang
  > > > > up. So I could
  > > > > only load the GRiD DOS 3.3 okay. FDISK gave me
  > the
  > > > > full 162 MB on the
  > > > > HDD. But the FORMAT.COM will not work. It will
  > only
  > > > > attempt to format
  > > > > up to 32 MB and then it stops and hangs,
  > forcing me
  > > > > to reboot, and the
  > > > > HDD is still not formatted correctly, and I
  > can't
  > > > > use any other
  > > > > FORMAT.COM from higher DOS versions because
  > they
  > > > > will refuse to run
  > > > > under a different DOS version.
  > > > >
  > > > > I've tried the orginal MSDOS 6.22 boot disk,
  > which
  > > > > will get through on
  > > > > a cold boot, but it won't setup because the
  > HDD is
  > > > > not ready, and when
  > > > > I boot out of it into the A: prompt, the
  > keyboard
  > > > > goes all screwy and
  > > > > won't type correctly. For example the number
  > pad
  > > > > turns on, and I can't
  > > > > get it to turn off. Letters will suddenly
  > repeat
  > > > > without being queued
  > > > > to do so. I'm forced to reboot and end up back
  > where
  > > > > I started.
  > > > >
  > > > > So I did it the drastic way. I took the HDD
  > out,
  > > > > formatted it on my old
  > > > > P1 machine and loaded MSDOS 6.22 on it as a
  > bootable
  > > > > drive and put it
  > > > > back into the 1520. But now the XMS driver
  > won't
  > > > > load because it canb't
  > > > > find EMS, and himem.sys didn't work either,
  > loading
  > > > > DOS into low
  > > > > memory, which just locked up everything.
  > > > >
  > > > > I'm just not familiar enough with the 286
  > machine
  > > > > like I am with the
  > > > > 1530. Do I need to load an earlier version of
  > DOS?
  > > > > it looks like MSDOS
  > > > > 6 just won't cut it.
  > > > >
  > > > > I know you got through this somehow, Shawn.
  > What do
  > > > > you suggest?
  >
  === message truncated ===

  __________________________________________________
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com<http://mail.yahoo.com/>




Yahoo! Message number: 1672
Date: Sun, 29 Apr 2007 12:54:20 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Well, now to my 1520.............

 Unfortunately I'm going to be away from home until
June so I can't check my 1520 boot-disk or archives. I
had 8MB recognised. IIRC there was an option for
expanded or extended memory in the set-up program. You
had to select the extended option and then have the
EMM installed by your autoexec.bat. Can't remember
whether or not the name was EMM386 or other.

Lawrence


      Get news delivered with the All new Yahoo! Mail.  Enjoy RSS feeds right on your Mail page. Start today at http://mrd.mail.yahoo.com/try_beta?.intl=ca


Yahoo! Message number: 1673
Date: Mon, 30 Apr 2007 06:28:06 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

Thanks, Lawrence,
     I hope you're right. The problem I get is that when I try to
boot the installed MSDOS 6.22, I get the following message:

"XMS driver version 3.10 - cannot recognize any extended memory.
HIMEM.SYS not loaded."

>From my research, this could be bad or mismatched memory chips. I've
switched those out and still get the same problem. So if it is a
hardware problem, it's on the motherboard itself, in which case I'm
toast. But if it's the option you are talking about, that may be the
trick that does it. However, when I install MSDOS 6.22 (and I have
the original microsoft disks for that too), It doesn't give me any
such option.

The memory boot check of the RAM is rough and ready check of the
memory only. HIMEM actually writes 0FFh and zeroes to the memory in
order to check it out, and will spot hardware problems that the
initial memory check does not. But when I change out the memory
sticks, it doesn't fix the problem which tells me it's not the RAM.
However, when I load Grid DOS 3.3 from disk, it loads fine, but now
it's starting to get erratic, and I'm worried that the motherboard
itself is the problem after all.

I'm not sure EMM386.exe is a problem, but I don't think so. It
doesn't try to load until after HIMEM.SYS does. Himem must come
before EMM386 as a listed driver in the config.sys file. In fact
himem.sys must come first before any driver at all (except setver.sys
apparently) I hope you can find this setup option, because I've
pretty much exhausted my other options at this point.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  Unfortunately I'm going to be away from home until
> June so I can't check my 1520 boot-disk or archives. I
> had 8MB recognised. IIRC there was an option for
> expanded or extended memory in the set-up program. You
> had to select the extended option and then have the
> EMM installed by your autoexec.bat. Can't remember
> whether or not the name was EMM386 or other.
>
> Lawrence
>
>
>       Get news delivered with the All new Yahoo! Mail.  Enjoy RSS
feeds right on your Mail page. Start today at
http://mrd.mail.yahoo.com/try_beta?.intl=ca
>




Yahoo! Message number: 1674
Date: Mon, 30 Apr 2007 18:17:52 -0000
From: "bigwalk_ca"
Subject: Re: Well, now to my 1520.............

 I believe it was one of the files in the grid15xx.zip from Tandy.
I can't recall whether I used DOS 5 or 6.xx. It did allow me to use
Win 3.(1 ?) however. Non-protected version IIRC.

Lawrence

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Thanks, Lawrence,
>      I hope you're right. The problem I get is that when I try to
> boot the installed MSDOS 6.22, I get the following message:
>
> "XMS driver version 3.10 - cannot recognize any extended memory.
> HIMEM.SYS not loaded."
>
> From my research, this could be bad or mismatched memory chips.
I've
> switched those out and still get the same problem. So if it is a
> hardware problem, it's on the motherboard itself, in which case I'm
> toast. But if it's the option you are talking about, that may be
the
> trick that does it. However, when I install MSDOS 6.22 (and I have
> the original microsoft disks for that too), It doesn't give me any
> such option.
>
> The memory boot check of the RAM is rough and ready check of the
> memory only. HIMEM actually writes 0FFh and zeroes to the memory in
> order to check it out, and will spot hardware problems that the
> initial memory check does not. But when I change out the memory
> sticks, it doesn't fix the problem which tells me it's not the RAM.
> However, when I load Grid DOS 3.3 from disk, it loads fine, but now
> it's starting to get erratic, and I'm worried that the motherboard
> itself is the problem after all.
>
> I'm not sure EMM386.exe is a problem, but I don't think so. It
> doesn't try to load until after HIMEM.SYS does. Himem must come
> before EMM386 as a listed driver in the config.sys file. In fact
> himem.sys must come first before any driver at all (except
setver.sys
> apparently) I hope you can find this setup option, because I've
> pretty much exhausted my other options at this point.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
> <bigwalk_ca@> wrote:
> >
> >  Unfortunately I'm going to be away from home until
> > June so I can't check my 1520 boot-disk or archives. I
> > had 8MB recognised. IIRC there was an option for
> > expanded or extended memory in the set-up program. You
> > had to select the extended option and then have the
> > EMM installed by your autoexec.bat. Can't remember
> > whether or not the name was EMM386 or other.
> >
> > Lawrence
> >
> >
> >       Get news delivered with the All new Yahoo! Mail.  Enjoy RSS
> feeds right on your Mail page. Start today at
> http://mrd.mail.yahoo.com/try_beta?.intl=ca
> >
>




Yahoo! Message number: 1675
Date: Mon, 30 Apr 2007 21:57:18 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

Well, DOH!.......When in doubt, READ THE DIRECTIONS! (ugh, I'm brain
dead.)

Granted, it's hidden amongst everything else, but all I had to do was
read the Technical Manual. But it's there in the operation of the
80C286 processor on page 2-9 which says that the memory above 640K is
seen on a 1520 as either all extended or all expanded. You have to
use the MODE command to switch between them, which is what I did and
Himem worked perfectly. The command is MODE MEM=EXT. That was all I
had to do. Jeez!

Unfortunately, I'm still having a problem with the computer in that
after a certain amount of time, it seems to want to just freeze and
does nothing and I am forced to reboot, although it's definitely
better than it was. Part of HIMEM's switches is that you can set the
maximum EXT mem and possibly release the rest for EMS (i.e.
DEVICE=HIMEM /MAX=384K), but I'm not yet sure that's allowable in
HIMEM ver 3.10, or even allowable in the GRiD's 286 hardware
architecture. But since it is offered, I would think it likely
(unless it was meant for the EMS MODE only). I have to look that one
up. If so, then I would have to load the EMM driver. I'm also still
not sure if I can use the EMM386.SYS. The Grid 15XX tools that
Charles redirected me to does have an EMM.SYS that may be more
appropriate.

Onward!

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@...>
wrote:
>
>  I believe it was one of the files in the grid15xx.zip from Tandy.
> I can't recall whether I used DOS 5 or 6.xx. It did allow me to use
> Win 3.(1 ?) however. Non-protected version IIRC.
>
> Lawrence
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> >
> > Thanks, Lawrence,
> >      I hope you're right. The problem I get is that when I try to 
> > boot the installed MSDOS 6.22, I get the following message:
> >
> > "XMS driver version 3.10 - cannot recognize any extended memory.
> > HIMEM.SYS not loaded."
> >
> > From my research, this could be bad or mismatched memory chips.
> I've
> > switched those out and still get the same problem. So if it is a
> > hardware problem, it's on the motherboard itself, in which case
I'm
> > toast. But if it's the option you are talking about, that may be
> the
> > trick that does it. However, when I install MSDOS 6.22 (and I
have
> > the original microsoft disks for that too), It doesn't give me
any
> > such option.
> >
> > The memory boot check of the RAM is rough and ready check of the
> > memory only. HIMEM actually writes 0FFh and zeroes to the memory
in
> > order to check it out, and will spot hardware problems that the
> > initial memory check does not. But when I change out the memory
> > sticks, it doesn't fix the problem which tells me it's not the
RAM.
> > However, when I load Grid DOS 3.3 from disk, it loads fine, but
now
> > it's starting to get erratic, and I'm worried that the
motherboard
> > itself is the problem after all.
> >
> > I'm not sure EMM386.exe is a problem, but I don't think so. It
> > doesn't try to load until after HIMEM.SYS does. Himem must come
> > before EMM386 as a listed driver in the config.sys file. In fact
> > himem.sys must come first before any driver at all (except
> setver.sys
> > apparently) I hope you can find this setup option, because I've
> > pretty much exhausted my other options at this point.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
> > <bigwalk_ca@> wrote:
> > >
> > >  Unfortunately I'm going to be away from home until
> > > June so I can't check my 1520 boot-disk or archives. I
> > > had 8MB recognised. IIRC there was an option for
> > > expanded or extended memory in the set-up program. You
> > > had to select the extended option and then have the
> > > EMM installed by your autoexec.bat. Can't remember
> > > whether or not the name was EMM386 or other.
> > >
> > > Lawrence
> > >
> > >
> > >       Get news delivered with the All new Yahoo! Mail.  Enjoy
RSS
> > feeds right on your Mail page. Start today at
> > http://mrd.mail.yahoo.com/try_beta?.intl=ca
> > >
> >
>




Yahoo! Message number: 1676
Date: Mon, 30 Apr 2007 22:52:47 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

Well, more info on EMM386.SYS

As I suspected, my research shows that EMM386 is not supposed to be
used on processors below the 386. This tells me that the 1520 was
designed to run its upper memory completely as extended or completely
as expanded memory, but a mix of both is only possible with the 386
processor and higher (at least on the GRiD). I cannot find a switch 
for HIMEM in DOS that will allow me to assign a certain amount of
memory to extended memory. So it looks like I'm stuck with what I've
got, which is okay actually. Now I got to figute out what's hanging
the darn thing......

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@...>
wrote:
>
>  I believe it was one of the files in the grid15xx.zip from Tandy.
> I can't recall whether I used DOS 5 or 6.xx. It did allow me to use
> Win 3.(1 ?) however. Non-protected version IIRC.
>
> Lawrence
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> >
> > Thanks, Lawrence,
> >      I hope you're right. The problem I get is that when I try to
> > boot the installed MSDOS 6.22, I get the following message:
> >
> > "XMS driver version 3.10 - cannot recognize any extended memory.
> > HIMEM.SYS not loaded."
> >
> > From my research, this could be bad or mismatched memory chips.
> I've
> > switched those out and still get the same problem. So if it is a
> > hardware problem, it's on the motherboard itself, in which case
I'm
> > toast. But if it's the option you are talking about, that may be
> the
> > trick that does it. However, when I install MSDOS 6.22 (and I
have
> > the original microsoft disks for that too), It doesn't give me
any
> > such option.
> >
> > The memory boot check of the RAM is rough and ready check of the
> > memory only. HIMEM actually writes 0FFh and zeroes to the memory
in
> > order to check it out, and will spot hardware problems that the
> > initial memory check does not. But when I change out the memory
> > sticks, it doesn't fix the problem which tells me it's not the
RAM.
> > However, when I load Grid DOS 3.3 from disk, it loads fine, but
now
> > it's starting to get erratic, and I'm worried that the
motherboard
> > itself is the problem after all.
> >
> > I'm not sure EMM386.exe is a problem, but I don't think so. It
> > doesn't try to load until after HIMEM.SYS does. Himem must come
> > before EMM386 as a listed driver in the config.sys file. In fact
> > himem.sys must come first before any driver at all (except
> setver.sys
> > apparently) I hope you can find this setup option, because I've
> > pretty much exhausted my other options at this point.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
> > <bigwalk_ca@> wrote:
> > >
> > >  Unfortunately I'm going to be away from home until
> > > June so I can't check my 1520 boot-disk or archives. I
> > > had 8MB recognised. IIRC there was an option for
> > > expanded or extended memory in the set-up program. You
> > > had to select the extended option and then have the
> > > EMM installed by your autoexec.bat. Can't remember
> > > whether or not the name was EMM386 or other.
> > >
> > > Lawrence
> > >
> > >
> > >       Get news delivered with the All new Yahoo! Mail.  Enjoy
RSS
> > feeds right on your Mail page. Start today at
> > http://mrd.mail.yahoo.com/try_beta?.intl=ca
> > >
> >
>




Yahoo! Message number: 1677
Date: Wed, 02 May 2007 18:50:59 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

To Lawrence,
      Management of memory in an 80286 appears to be a lot more
trickier when it came to managing the memory above 640K. The 80386
comes with sophisticated hardware alredy inside the chip to do the
memory managing whereas the 80286 is dependent on external hardware
and software to do that. I am still getting freeze ups of my 1520
after a period of time, and I'm sure it's because the memory is not
being properly managed.

You said that you are running Windows 3.11 on your machine. I wonder
if you are running your memeory under extended or expanded memory?
(or does it matter once you install Windows?) I was wondering if I
could get a look at your config.sys and autoexec.bat files? That
might give me a clue as how to configure this beast properly. I've
never worked on 286 machines as I jumped directly from a Z80 to a
386, so this is a little new to me.

I've looked at using QRAM or QEXT, but I am not sure if that will do
the trick. I would sure appreciate the help. Thanks.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@...>
wrote:
>
>  I believe it was one of the files in the grid15xx.zip from Tandy.
> I can't recall whether I used DOS 5 or 6.xx. It did allow me to use
> Win 3.(1 ?) however. Non-protected version IIRC.
>
> Lawrence
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> >
> > Thanks, Lawrence,
> >      I hope you're right. The problem I get is that when I try to
> > boot the installed MSDOS 6.22, I get the following message:
> >
> > "XMS driver version 3.10 - cannot recognize any extended memory.
> > HIMEM.SYS not loaded."
> >
> > From my research, this could be bad or mismatched memory chips.
> I've
> > switched those out and still get the same problem. So if it is a
> > hardware problem, it's on the motherboard itself, in which case
I'm
> > toast. But if it's the option you are talking about, that may be
> the
> > trick that does it. However, when I install MSDOS 6.22 (and I
have
> > the original microsoft disks for that too), It doesn't give me
any
> > such option.
> >
> > The memory boot check of the RAM is rough and ready check of the
> > memory only. HIMEM actually writes 0FFh and zeroes to the memory
in
> > order to check it out, and will spot hardware problems that the 
> > initial memory check does not. But when I change out the memory
> > sticks, it doesn't fix the problem which tells me it's not the
RAM.
> > However, when I load Grid DOS 3.3 from disk, it loads fine, but
now
> > it's starting to get erratic, and I'm worried that the
motherboard
> > itself is the problem after all.
> >
> > I'm not sure EMM386.exe is a problem, but I don't think so. It
> > doesn't try to load until after HIMEM.SYS does. Himem must come
> > before EMM386 as a listed driver in the config.sys file. In fact
> > himem.sys must come first before any driver at all (except
> setver.sys
> > apparently) I hope you can find this setup option, because I've
> > pretty much exhausted my other options at this point.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
> > <bigwalk_ca@> wrote:
> > >
> > >  Unfortunately I'm going to be away from home until
> > > June so I can't check my 1520 boot-disk or archives. I
> > > had 8MB recognised. IIRC there was an option for
> > > expanded or extended memory in the set-up program. You
> > > had to select the extended option and then have the
> > > EMM installed by your autoexec.bat. Can't remember
> > > whether or not the name was EMM386 or other.
> > >
> > > Lawrence
> > >
> > >
> > >       Get news delivered with the All new Yahoo! Mail.  Enjoy
RSS
> > feeds right on your Mail page. Start today at
> > http://mrd.mail.yahoo.com/try_beta?.intl=ca
> > >
> >
>




Yahoo! Message number: 1678
Date: Wed, 9 May 2007 03:34:25 -0400 (EDT)
From: Lawrence Walker
Subject: Re: Well, now to my 1520.............

 Unfortunately I wont be back to my home base until
the first part of June. I believe I did use a memory
manager but can't recall what. Sorry.

Lawrence

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1679
Date: Wed, 09 May 2007 17:08:51 -0000
From: "jeriddian"
Subject: Re: Well, now to my 1520.............

No prob, Lawrence,

I can wait until you get back home. That will be fine.

Thanks,

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  Unfortunately I wont be back to my home base until
> the first part of June. I believe I did use a memory
> manager but can't recall what. Sorry.
>
> Lawrence
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1680
Date: Mon, 18 Jun 2007 03:34:25 -0700 (PDT)
From: Shawnerz
Subject: 1520 problem from new user

Email address: sp4rtikuz  

Comment from user:
Just replaced the clock battery (the external version)
in a 1520, not
sure what to do next... 

Hey there, Sp4rt.
In order to help you, we need some more information. 
What problem are you having?  What is it that you're
trying to do?
Thanks,
-Shawn


       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222


Yahoo! Message number: 1681
Date: Mon, 18 Jun 2007 15:30:44 -0000
From: "Brett Boge"
Subject: Re: 1520 problem from new user

Sorry, that was just the <200 characters for the member request =).

Alrighty, the clock battery in a friend's 1520 died, so I replaced it
by tearing it all apart, and soldering a new one in - it boots, says
to set the time (press f1 to continue), then a message comes up in
what looks like French, showing a funny looking date, and requesting
me to enter a password.  No matter what I enter, it just reboots.

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Email address: sp4rtikuz
>
> Comment from user:
> Just replaced the clock battery (the external version)
> in a 1520, not
> sure what to do next...
>
> Hey there, Sp4rt.
> In order to help you, we need some more information.
> What problem are you having?  What is it that you're
> trying to do?
> Thanks,
> -Shawn
>
>
>
>
____________________________________________________________________________________
> Sick sense of humor? Visit Yahoo! TV's
> Comedy with an Edge to see what's on, when.
> http://tv.yahoo.com/collections/222
>




Yahoo! Message number: 1682
Date: Mon, 18 Jun 2007 20:40:08 -0000
From: "jeriddian"
Subject: Re: 1520 problem from new user

Hi, Sp4rtikuz, I'm Phil

      You have a bit of a problem in that the computer is asking for
a password to get into the BIOS CMOS setting control program for the
computer. The problem comes in that there is no BIOS CMOS setting
control program in the boot up chip in this computer, so the computer
has nothing to which to compare any answer.

      The motherboard you have is the older version with the 146818
time chip. It may be that CMOS circuits in it didn't power up
correctly and their contents may no longer be recognized as valid by
the BIOS program. The usual cure for this is to disconnect the
battery and allow the CMOS circuits to power down. However, that may
take some time. I read in another forum where this exact problem
happened and the person in that post had to disconnect the battery
and leave it off for a full week (I guess to completely discharge any
electrical charge left), before he hooked the battery back up again,
and then he said the computer booted up properly. That may be all it
will require.

      However I think the problem may be more likely that you have a
bad hard drive. The old Conner hard drives in the 1500 series
GridCases are notorious for going out, and they are difficult to find
out in the world today. These old Gridcases will only accept six
different old style Conner Hard Drives that are hard programmed into
their BIOS code, so you would have to find one of those particular
HD's to do the job. It is possible to put in a different HD as long
as it had the same physical connection configuration for the pins (it
is the older style that was phased out in the early 1990's I think),
but to do that, you would have to burn new EPROM BIOS chips with the
hard drive tables altered to accept the new hard drive. Both Shawn
and I have done this successfully BTW. Shawn has done it with his
1520 fitting a CPS420A 430 MB HD. I've done it on 1520 and two 1530's
with the CPS420A, a CP30174E 170 MB HD (in the 1520), and a 30104H
120 MB HD. So it is doable.

     That's my take on the situation. Shawn may have a better answer
for you.

Phil



--- In RuGRiD-Laptop@yahoogroups.com, "Brett Boge" <sp4rtikuz@...>
wrote:
>
> Sorry, that was just the <200 characters for the member request =).
>
> Alrighty, the clock battery in a friend's 1520 died, so I replaced
it
> by tearing it all apart, and soldering a new one in - it boots, says
> to set the time (press f1 to continue), then a message comes up in
> what looks like French, showing a funny looking date, and requesting
> me to enter a password.  No matter what I enter, it just reboots.
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Email address: sp4rtikuz
> >
> > Comment from user:
> > Just replaced the clock battery (the external version)
> > in a 1520, not
> > sure what to do next...
> >
> > Hey there, Sp4rt.
> > In order to help you, we need some more information.
> > What problem are you having?  What is it that you're
> > trying to do?
> > Thanks,
> > -Shawn
> >
> >
> >
> >
>
______________________________________________________________________
______________
> > Sick sense of humor? Visit Yahoo! TV's
> > Comedy with an Edge to see what's on, when.
> > http://tv.yahoo.com/collections/222
> >
>




Yahoo! Message number: 1683
Date: Sat, 23 Jun 2007 01:04:33 -0000
From: "marianlucy"
Subject: grid 2270

So, I finally got a grid 2270!
How do I install a hard drive?
Also the screen is dull, and can only adjust the contrast-help!!
Marian



Yahoo! Message number: 1684
Date: Sat, 23 Jun 2007 01:07:33 -0000
From: "marianlucy"
Subject: grid 2270

Any repair info-screen kinda dark, no hard drive- how do I install
one-what size?
Marian



Yahoo! Message number: 1685
Date: Sat, 23 Jun 2007 05:56:50 -0000
From: "jeriddian"
Subject: Re: grid 2270

High Marion, I'm Phil

     As I understand it the 2270 is the pen based computer which can
use a pen to touch the screen to input commands. The screen is double
hinged so the screen faces up when case is closed, but you can flip
it open to reveal a keyboard. It is a 486 computer and has a quick 
change battery which can be changed when the computer is in a power
savings mode without having to restart. It probably does have a hard
drive in it, but the computer just doesn't see it right now becasue
the battery(s)are dead.

     I don't know much about this model unfortunately, and I don't
know if there is a user on the forum who does. Most of us are
familiar with the 1500 series units. However, I think the first thing
is to make sure the battery pack is good. I have a feeling the
battery pack may have to be replaced, simply because of the age of
the unit. If that battery pack is replaced, made good, or proves
good, there will likely be an internal CMOS battery that may also
have to be replaced, which is very likely to have gone bad by now, so
you may have to go inside the computer to do that. I do know that in
the Grid computers, it seems that when the CMOS battery is dead, it
affects the CMOS circuits so that the computer will not recognize the
hard drive.

Unfortunately, the hard drives in these old Grids also have a
tendency to go bad. So right now, my best suggestion is making sure
both batteries are good and then see if the computer will boot up. If
it still doesn't recognize the hard drive, then you will have to find
a replacement for it. You will have to look at it and see what it is.
It will likely be a Conner Hard drive with the old style pin
configurations. If so, they will be hard to find. You probably won't
be able to use newer styles. The BIOS will likely have hard coded
into it the particular Conner hard drives that the unit will accept
and recognize, but I would have to get a copy of the BIOS somehow to
see what those hard drives are. It is possible to put another hard
drive into it, but you may have to have new BIOS chips burned with
the parameters for the new hard drive on it so the computer will
recognize it. That would take some special equipment to so that.

Hope that helps.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "marianlucy" <marianlucy@...>
wrote:
>
> Any repair info-screen kinda dark, no hard drive- how do I install
> one-what size?
> Marian
>




Yahoo! Message number: 1686
Date: Sat, 23 Jun 2007 06:33:28 -0700 (PDT)
From: steve adams
Subject: Re: [RuGRiD-Laptop] Re: grid 2270

Marion,
I've never worked with a 2270, but do
have some experience with the 2260. 
First question: do you have an external 
floppy drive? If so, will it fire up 
from a boot disc?



Yahoo! Message number: 1687
Date: Sat, 23 Jun 2007 07:15:22 -0700 (PDT)
From: Marian B
Subject: Re: grid 2270
text/plain; charset=iso-8859-1

Thanks, Phil, but where is the cmos battery? 
 The pack is good-charges, runs after removing ac. .
MaRIAN

       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

Yahoo! Message number: 1688
Date: Sat, 23 Jun 2007 14:24:46 -0000
From: "marianlucy"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<FelipeGPorresMD@...> wrote:
>
> Okay! To Shawn, Lawrence, Charles, and the rest of the gang. The PDF
> files of the manuals are now posted, except that the Technical
> Reference manual could not be put up completely because I ran out of
> space in the files section.
>
> To the Moderators (Shawn, Charles), I apologize for usurping all the
> rest of the space alloted for the files section, but I didn't know
> Yahoo had that limit there.
>
> You will see that the following manuals have been put up as whole
> documents:
>
> GRIDCASE 1500 Field Diagnostics
> GRIDCASE 1500 Disassembly_Reassembly Instructions
> GRIDCASE 1500 No Boot Procedure
>
> The following document is 7 MB in size, 60 pages, and is posted in
> two parts as the individual file size limit that Yahoo restrict us to
> posting is 5 Mb:
>
> GRIDCASE 1500 Series Hardware Service Course Student Guide
>
> The following document is 12 MB in size, 121 pages, and is posted in
> three parts:
>
> GRIDCASE 1500 Series Hardware Service Course
>
> The following document is 32 MB in size, 181 pages, and comes in
> seven parts:
>
> GRIDCASE 1535 EXP Owner's Manual
>
> However, this is where I ran out of space in the files section. This
> last document is by far the largest. It is 132 MB, 358 pages, and
> comes in 28 sections due to the individual file size limit of 5 MB:
>
> GRIDCASE 1500 Series Technical Reference Manual
>
> I could only post the first 10 sections of it. There is no more space
> to post.
>
> I would like to recommend to the moderators that they create a
> special section of the forum for these particular documents since
> they are the actual repair guides and technical manuals for the
> computers. At the least, could we get more space alloted to the forum
> for the files section so that I can post the rest of the technical
> manual sections.
>
> I would also recommend that once you downlaod the sections of the
> manuals you wish to have that you use Adobe Acrobat (if you have the
> full version) or some other PDF document handling program to combine
> the sections into the single documents as they were meant to be.
> Otherwise, I suppose I could just burn some CD's and send them out.
>
> Anyway, to the forum, HAPPY EASTER (or Passover, or whatever)! and
> enjoy the manna from heaven! :D:D:D
>
> Phil
>hOW DO i GET TO THEM?
mARIAN




Yahoo! Message number: 1689
Date: Sat, 23 Jun 2007 17:07:45 -0000
From: "jeriddian"
Subject: Re: grid 2270

It is somewhere inside the computer, probably hardwired onto the
motherboard. You would have to disassemble the computer to look for it.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Marian B <marianlucy@...> wrote:
>
> Thanks, Phil, but where is the cmos battery?
>  The pack is good-charges, runs after removing ac. .
> MaRIAN
>
>
> ---------------------------------
> Building a website is a piece of cake.
> Yahoo! Small Business gives you all the tools to get online.
>




Yahoo! Message number: 1690
Date: Sat, 23 Jun 2007 17:09:36 -0000
From: "jeriddian"
Subject: Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

YOu can download them from the files section of the forum. They are
in PDF format.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "marianlucy" <marianlucy@...>
wrote:
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <FelipeGPorresMD@> wrote:
> >
> > Okay! To Shawn, Lawrence, Charles, and the rest of the gang. The
PDF
> > files of the manuals are now posted, except that the Technical
> > Reference manual could not be put up completely because I ran out
of
> > space in the files section.
> >
> > To the Moderators (Shawn, Charles), I apologize for usurping all
the
> > rest of the space alloted for the files section, but I didn't
know
> > Yahoo had that limit there.
> >
> > You will see that the following manuals have been put up as whole
> > documents:
> >
> > GRIDCASE 1500 Field Diagnostics
> > GRIDCASE 1500 Disassembly_Reassembly Instructions
> > GRIDCASE 1500 No Boot Procedure
> >
> > The following document is 7 MB in size, 60 pages, and is posted
in
> > two parts as the individual file size limit that Yahoo restrict
us to
> > posting is 5 Mb:
> >
> > GRIDCASE 1500 Series Hardware Service Course Student Guide
> >
> > The following document is 12 MB in size, 121 pages, and is posted
in
> > three parts:
> >
> > GRIDCASE 1500 Series Hardware Service Course
> >
> > The following document is 32 MB in size, 181 pages, and comes in
> > seven parts:
> >
> > GRIDCASE 1535 EXP Owner's Manual
> >
> > However, this is where I ran out of space in the files section.
This
> > last document is by far the largest. It is 132 MB, 358 pages, and
> > comes in 28 sections due to the individual file size limit of 5
MB:
> >
> > GRIDCASE 1500 Series Technical Reference Manual
> >
> > I could only post the first 10 sections of it. There is no more
space 
> > to post.
> >
> > I would like to recommend to the moderators that they create a
> > special section of the forum for these particular documents since
> > they are the actual repair guides and technical manuals for the
> > computers. At the least, could we get more space alloted to the
forum
> > for the files section so that I can post the rest of the
technical 
> > manual sections.
> >
> > I would also recommend that once you downlaod the sections of the
> > manuals you wish to have that you use Adobe Acrobat (if you have
the
> > full version) or some other PDF document handling program to
combine
> > the sections into the single documents as they were meant to be.
> > Otherwise, I suppose I could just burn some CD's and send them
out.
> >
> > Anyway, to the forum, HAPPY EASTER (or Passover, or whatever)!
and
> > enjoy the manna from heaven! :D:D:D
> >
> > Phil
> >hOW DO i GET TO THEM?
> mARIAN
>




Yahoo! Message number: 1691
Date: Sat, 23 Jun 2007 14:36:17 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: ATTENTION! ATTENTION! The Manuals have arrived!..........For the most part!

If I remember correctly, not all of the files are
there.
You can get them via ftp or ssh (secure shell) at
shawnerz.homelinux.org
Do not use anonymous login.  When prompted, user:
griduser and password: griduser.
Good luck.
-Shawn
--- jeriddian <Jeriddian@...> wrote:

> YOu can download them from the files section of the
> forum. They are 
> in PDF format.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "marianlucy"
> <marianlucy@...> 
> wrote:
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> > <FelipeGPorresMD@> wrote:
> > >
> > > Okay! To Shawn, Lawrence, Charles, and the rest
> of the gang. The 
> PDF 
> > > files of the manuals are now posted, except that
> the Technical 
> > > Reference manual could not be put up completely
> because I ran out 
> of 
> > > space in the files section.
> > > 
> > > To the Moderators (Shawn, Charles), I apologize
> for usurping all 
> the 
> > > rest of the space alloted for the files section,
> but I didn't 
> know 
> > > Yahoo had that limit there.
> > > 
> > > You will see that the following manuals have
> been put up as whole 
> > > documents:
> > > 
> > > GRIDCASE 1500 Field Diagnostics
> > > GRIDCASE 1500 Disassembly_Reassembly
> Instructions
> > > GRIDCASE 1500 No Boot Procedure
> > > 
> > > The following document is 7 MB in size, 60
> pages, and is posted 
> in 
> > > two parts as the individual file size limit that
> Yahoo restrict 
> us to 
> > > posting is 5 Mb:
> > > 
> > > GRIDCASE 1500 Series Hardware Service Course
> Student Guide
> > > 
> > > The following document is 12 MB in size, 121
> pages, and is posted 
> in 
> > > three parts:
> > > 
> > > GRIDCASE 1500 Series Hardware Service Course
> > > 
> > > The following document is 32 MB in size, 181
> pages, and comes in 
> > > seven parts:
> > > 
> > > GRIDCASE 1535 EXP Owner's Manual
> > > 
> > > However, this is where I ran out of space in the
> files section. 
> This 
> > > last document is by far the largest. It is 132
> MB, 358 pages, and 
> > > comes in 28 sections due to the individual file
> size limit of 5 
> MB:
> > > 
> > > GRIDCASE 1500 Series Technical Reference Manual
> > > 
> > > I could only post the first 10 sections of it.
> There is no more 
> space 
> > > to post.
> > > 
> > > I would like to recommend to the moderators that
> they create a 
> > > special section of the forum for these
> particular documents since 
> > > they are the actual repair guides and technical
> manuals for the 
> > > computers. At the least, could we get more space
> alloted to the 
> forum 
> > > for the files section so that I can post the
> rest of the 
> technical 
> > > manual sections.
> > > 
> > > I would also recommend that once you downlaod
> the sections of the 
> > > manuals you wish to have that you use Adobe
> Acrobat (if you have 
> the 
> > > full version) or some other PDF document
> handling program to 
> combine 
> > > the sections into the single documents as they
> were meant to be. 
> > > Otherwise, I suppose I could just burn some CD's
> and send them 
> out.
> > > 
> > > Anyway, to the forum, HAPPY EASTER (or Passover,
> or whatever)! 
> and 
> > > enjoy the manna from heaven! :D:D:D
> > > 
> > > Phil
> > >hOW DO i GET TO THEM?
> > mARIAN
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 


Yahoo! Message number: 1692
Date: Tue, 14 Aug 2007 13:05:18 -0000
From: "Kevin"
Subject: New user, Old GRiD fan, 1101 question, 1535 question

Howdy All,

I'm a long time GRiD fan but never thought to look for any GRiD
related groups until recently.  I have a handful of machines
including a gas-plasma gridcase-3 with internal floppy, a gridcase2
with lcd and still working 10mb rll hard drive+4 roms, and another
gc2 minus screen and drive. I also have two Compass 1101's and a
recently acquired 1535exp that I'm dying to get linux onto.

Now for a few questions:
On the 1535 - Unfortunately I don't have a dos disk for it. Is there
an archive of these disks as images / self-extractors anywhere? And
how about ROM's, any images floating around? I could always burn a
dos rom if an image is out there..

Is there a keyboard shortcut to turn on the backlight? I see it come
on for a second during bootup but I need to run the grid mode command
under the right dos version to turn it on.  (Perhaps setver could
trick it into running, haven't messed around with it yet)

1535 hard drive - I'd ultimately like to weasel in a compact flash
drive as a HD (wouldnt mind if I had to boot the linux kernel off a
floppy).  Unfortunately I only have an upper floppy drive. What would
it take to manually wire in an IDE connector?

and then onto the compass 1101's..
I did something extremely stupid the other day. When trying to get
apps to run I would constantly get out of space errors.  I went and
ran the initialize program thinking the o/s would be smart enough to
erase only the user area, but found out it wiped out the ENTIRE
bubble memory. The machine is toast now, doesn't even show the
awesome GRiD logo at powerup anymore.  Is there anyone out there who
could reload the bubble memory modules? I would imagine there was
some kind of procedure back in the day, booting off a GPIB floppy and
reloading them? If somebody was interested in doing this, I'd gladly
donate my second "parts" 1101 for their time. My parts 1101 had a
sticker on it saying "bad supply" when I got it, and only has 1 or 2
of the 3 bubble memories inside.  Thankfully, I got lots of pictures
of the 1101 apps running a few years ago because I have a feeling I
will never see anything other than boot errors on the machine.



Yahoo! Message number: 1693
Date: Tue, 14 Aug 2007 08:29:59 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] New user, Old GRiD fan, 1101 question, 1535 question

Hello, Kevein!

Welcome to the group.  You asked a lot of questions. 
Hopefully, I can answer one or two.
I'm going to do some snipping of your original email.



> On the 1535 - Unfortunately I don't have a dos disk
> for it. Is there 
> an archive of these disks as images /
> self-extractors anywhere? 

Yes.  Go here:
http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/

Look for DOS33.exe.  It is a DOS executable that
should install MSDOS 3.3.  It says that the file is
for a 1520 but it should work on your 1535.

>And how about ROM's, any images floating around? I
>could always burn a 
> dos rom if an image is out there.. 

I don't have one nor do I know of any for the 1535. 
My GC2 (or is it 3?) has one that I haven't
transferring from the chips.


> Is there a keyboard shortcut to turn on the
> backlight? I see it come 
> on for a second during bootup but I need to run the
> grid mode command 
> under the right dos version to turn it on. (Perhaps
> setver could 
> trick it into running, haven't messed around with it
> yet) 

Are you still talking about the 1535?  I don't think
setver will do it.  I believe MODE is the command from
DOS.  I don't have the 1535 so I don't know for sure. 
Look to see if you have a program called conf15XX.exe.
 That is what I use to turn my backlight on off.
specifically, I type (with the disk in the drive)
'conf1520.exe backlite=on' and it works.
You might try 'mode backlite=on' and see if it does
anything.

> 1535 hard drive - I'd ultimately like to weasel in a
> compact flash 
> drive as a HD (wouldnt mind if I had to boot the
> linux kernel off a 
> floppy).  Unfortunately I only have an upper floppy
> drive. What would 
> it take to manually wire in an IDE connector? 

heh, heh, heh...if were only so easy...
It's a little more than "weaseling."
The 15XX series GRiD's have the hard drive types
loaded in a table that's burning into BIOS EPROMS.  If
the hard drive isn't in the table, the computer won't
boot from the hard drive.
Phil (another member of the group) and I (with help
from Mike) have gotten our 1520's to boot from 120 MB
Conner drives by patching the BIOS chips.  I want to
get mine to be able to boot from CF as well, but
that's another project.
The instructions on modifying the BIOS files are in
the Files area as well.  I think I titled it "1520
Hard Drive Reprogramming Instructions.txt"
I would love to run Linux as well.  I have a version
of Mimux that is summpsed to run on a 286.  I'll get a
round to it one day...

You mentioned "wiring in an IDE connector."  If your
1535 doesn't even have an IDE port, then you've got a
"long row to hoe."  Good luck.

 
> and then onto the compass 1101's.. 
> I did something extremely stupid the other day. When
> trying to get 
> apps to run I would constantly get out of space
> errors.  I went and 
> ran the initialize program thinking the o/s would be
> smart enough to 
> erase only the user area, but found out it wiped out
> the ENTIRE 
> bubble memory. The machine is toast now, doesn't
> even show the 
> awesome GRiD logo at powerup anymore.  Is there
> anyone out there who 
> could reload the bubble memory modules? 

Sorry, man.  I don't have the ability.

>I would
> imagine there was 
> some kind of procedure back in the day, booting off
> a GPIB floppy and 
> reloading them? 

You mentioned GPIB.  I have 2 GPIB interface pods for
the 15XX Grids.  I haven't powered them up yet. 
Another project for when I have more time.

I hope this help.
Welcome again to the group.
-Shawn


       
____________________________________________________________________________________
Choose the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/


Yahoo! Message number: 1694
Date: Tue, 14 Aug 2007 17:46:31 -0000
From: "jeriddian"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Hi, Kevin,

Let me add my welcome to you as well to the RUGrid forum. I think
Shawn has hit all the high points of your questions. The only thing I
would add is that if you don't have the owner's manual, you can
downloaed it in PDF format from the fuiles section of this forum.
Good Luck!

Phil




--- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@...> wrote:
>
> Howdy All,
>
> I'm a long time GRiD fan but never thought to look for any GRiD
> related groups until recently.  I have a handful of machines
> including a gas-plasma gridcase-3 with internal floppy, a gridcase2
> with lcd and still working 10mb rll hard drive+4 roms, and another
> gc2 minus screen and drive. I also have two Compass 1101's and a
> recently acquired 1535exp that I'm dying to get linux onto.
>
> Now for a few questions:
> On the 1535 - Unfortunately I don't have a dos disk for it. Is
there
> an archive of these disks as images / self-extractors anywhere? And
> how about ROM's, any images floating around? I could always burn a
> dos rom if an image is out there..
>
> Is there a keyboard shortcut to turn on the backlight? I see it
come
> on for a second during bootup but I need to run the grid mode
command
> under the right dos version to turn it on.  (Perhaps setver could
> trick it into running, haven't messed around with it yet)
>
> 1535 hard drive - I'd ultimately like to weasel in a compact flash
> drive as a HD (wouldnt mind if I had to boot the linux kernel off a
> floppy).  Unfortunately I only have an upper floppy drive. What
would
> it take to manually wire in an IDE connector?
>
> and then onto the compass 1101's..
> I did something extremely stupid the other day. When trying to get
> apps to run I would constantly get out of space errors.  I went and
> ran the initialize program thinking the o/s would be smart enough
to
> erase only the user area, but found out it wiped out the ENTIRE
> bubble memory. The machine is toast now, doesn't even show the
> awesome GRiD logo at powerup anymore.  Is there anyone out there
who
> could reload the bubble memory modules? I would imagine there was
> some kind of procedure back in the day, booting off a GPIB floppy
and
> reloading them? If somebody was interested in doing this, I'd
gladly
> donate my second "parts" 1101 for their time. My parts 1101 had a
> sticker on it saying "bad supply" when I got it, and only has 1 or
2
> of the 3 bubble memories inside.  Thankfully, I got lots of
pictures
> of the 1101 apps running a few years ago because I have a feeling I
> will never see anything other than boot errors on the machine.
>




Yahoo! Message number: 1695
Date: Wed, 15 Aug 2007 11:25:36 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Hey Guys,

I hit up the archives and RTFM'ed all the PDF's and grabbed the other
relevant goodies.  The backlight control works with the mode command
so I have now seen the light :)  What I meant before was using setver
to trick the mode.exe to run under a different version of ms-dos, but
now since I have 3.3 going, that is no longer as relevant.  Oh, and
it was mode2.exe I had to use, the one on the 3.3 disk gave some
error saying the argument "back" was not recognized or something.

As far as the roms go, my GC2 has 4 roms in it, interid and possibly
an ms-dos bootable rom, though the one time I had the HD out, it
didnt look like it booted off rom.  I should take them out some time
and back them up as hex files.  One thing I do notice is once I put
the roms in that machine, I no longer can run disk utilities like
norton disk doctor, defrag, etc.  So that's something to keep in mind
if you ever need to do any disk maintenence.

Now in the hard drive world - In my initial look inside the 1535, I
didn't see any IDE connectors, laptop or desktop size, and
the "backplane" thing for the floppy looked like it only works with
one drive.  I'm not sure if IDE connects via a different backplane on
the same connections as the floppy, or maybe thru another connector I
noticed that has nothing plugged into it.  Perhaps I should take some
pix.  While on the subject of drives, I did find a Conner CP2044PK in
my junkbin, is that by chance one of the "blessed" drives that the
bios likes? Were the orig drives that came in there 3.5" or 2.5"?

I also found an intel 25mhz 387 in my junkbin.  When I popped it in,
the 1535 turns on and gets stuck at the point where the backlight
comes on for a second. No post beeps or anything. I'll have to verify
the copro as functional on another machine, but is it possible i'm
missing something like a jumper setting to get a copro to work?  I
also found some NEC V30's while searching the junkbin, which I will
try in the GC2 and report back if they work or not.  The V30's give
you a speed boost in certain computational situations and supposedly
have a z80 emulation mode that has CP/M potential.


Probably the most important project I have on the list of things to
go is boosting the 2mb to 8mb. I need at least 4 to get a linux
kernel to work.  I'm gonna see if I can somehow score some millmax
pins as samples, though 30*8=240, which is probably pushing the
sample limit. The other options are to salvage the ones off the
existing chips or maybe take an old simm socket and bust out all the
metal fingers and solder them on one by one. Not a job I look forward
to.  If only they had spaced the SIPPS farther apart, then you could
just pop a simm and simm socket in there.. I think in the pdf's i saw
the 4mb configuration is using every other socket on a 386 so perhaps
the socket idea could work if you only needed 4mb.

Eventually I'd like to look into overclocking the 1535, as power
consumption isn't a major concern, but first I've gotta get a semi-
decent amount of ram in there.

-Kevin


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hello, Kevein!
>
> Welcome to the group.  You asked a lot of questions.
> Hopefully, I can answer one or two.
> I'm going to do some snipping of your original email.
>
>
>
> > On the 1535 - Unfortunately I don't have a dos disk
> > for it. Is there
> > an archive of these disks as images /
> > self-extractors anywhere?
>
> Yes.  Go here:
> http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/
>
> Look for DOS33.exe.  It is a DOS executable that
> should install MSDOS 3.3.  It says that the file is
> for a 1520 but it should work on your 1535.
>
> >And how about ROM's, any images floating around? I
> >could always burn a
> > dos rom if an image is out there..
>
> I don't have one nor do I know of any for the 1535.
> My GC2 (or is it 3?) has one that I haven't
> transferring from the chips.
>
>
> > Is there a keyboard shortcut to turn on the
> > backlight? I see it come
> > on for a second during bootup but I need to run the
> > grid mode command
> > under the right dos version to turn it on. (Perhaps
> > setver could
> > trick it into running, haven't messed around with it
> > yet)
>
> Are you still talking about the 1535?  I don't think
> setver will do it.  I believe MODE is the command from
> DOS.  I don't have the 1535 so I don't know for sure.
> Look to see if you have a program called conf15XX.exe.
>  That is what I use to turn my backlight on off.
> specifically, I type (with the disk in the drive)
> 'conf1520.exe backlite=on' and it works.
> You might try 'mode backlite=on' and see if it does
> anything.
>
> > 1535 hard drive - I'd ultimately like to weasel in a
> > compact flash
> > drive as a HD (wouldnt mind if I had to boot the
> > linux kernel off a
> > floppy).  Unfortunately I only have an upper floppy
> > drive. What would
> > it take to manually wire in an IDE connector? 
>
> heh, heh, heh...if were only so easy...
> It's a little more than "weaseling."
> The 15XX series GRiD's have the hard drive types
> loaded in a table that's burning into BIOS EPROMS.  If
> the hard drive isn't in the table, the computer won't
> boot from the hard drive.
> Phil (another member of the group) and I (with help
> from Mike) have gotten our 1520's to boot from 120 MB
> Conner drives by patching the BIOS chips.  I want to
> get mine to be able to boot from CF as well, but
> that's another project.
> The instructions on modifying the BIOS files are in
> the Files area as well.  I think I titled it "1520
> Hard Drive Reprogramming Instructions.txt"
> I would love to run Linux as well.  I have a version
> of Mimux that is summpsed to run on a 286.  I'll get a
> round to it one day...
>
> You mentioned "wiring in an IDE connector."  If your
> 1535 doesn't even have an IDE port, then you've got a
> "long row to hoe."  Good luck.
>
>
> > and then onto the compass 1101's..
> > I did something extremely stupid the other day. When
> > trying to get
> > apps to run I would constantly get out of space
> > errors.  I went and
> > ran the initialize program thinking the o/s would be
> > smart enough to
> > erase only the user area, but found out it wiped out
> > the ENTIRE
> > bubble memory. The machine is toast now, doesn't
> > even show the
> > awesome GRiD logo at powerup anymore.  Is there
> > anyone out there who
> > could reload the bubble memory modules? 
>
> Sorry, man.  I don't have the ability.
>
> >I would
> > imagine there was
> > some kind of procedure back in the day, booting off
> > a GPIB floppy and
> > reloading them?
>
> You mentioned GPIB.  I have 2 GPIB interface pods for
> the 15XX Grids.  I haven't powered them up yet.
> Another project for when I have more time.
>
> I hope this help.
> Welcome again to the group.
> -Shawn
>
>
>
>
______________________________________________________________________
______________
> Choose the right car based on your needs.  Check out Yahoo! Autos
new Car Finder tool.
> http://autos.yahoo.com/carfinder/
>




Yahoo! Message number: 1696
Date: Wed, 15 Aug 2007 08:26:28 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: New user, Old GRiD fan, 1101 question, 1535 question

Kevin,
I'm glad to know that the backlight control using
'mode' worked.
I've never found a use for setver.  As I understand
it, it's used to "fool" other programs that your
actually using an older version of MS-DOS.  Everytime
I've seen setver tried, the program usually returns
"Incorrect DOS version."  I've never found any use for
it and I take it out of config.sys whenever I see it.

I have the 1535 BIOS file, but it's on another hard
drive at home.  From what I remember, the CP2044 is
*not* one of the supported drives.  The CP3044 is, but
not the 2044. When I get time, I'll look to be sure.
As far as no IDE connector, I don't know what to say. 
I don't have a 1535.  

Charles!  You around?  Don't you have a 1535?

Phil: Did all of the manuals fit into the Files area?
I thought that they would not fit and that's why they
were ftp-ed to my server.

SIPP memory.  
Lawrence:  This guy in Montreal will probably give you
his if you're interested:
http://perso.b2b2c.ca/sarrazip/en/materiel.html

This guy in the Netherlands has 3, 256 X 9 for sale:
http://www.oldcomputercollection.com/sale.htm
Sorry Kevin.  That only gets 768 KB and would take up
3 slots.  You probably want the 1 MB SIPPs.


On a separate note, my wife has hinted that I need to
clean up my Grid pile.  So, that means I've got to get
working again on getting it to boot from Compact
Flash.
I'll let the group know of my results.
Thanks,
-Shawn



--- Kevin <chiopas@...> wrote:

> Hey Guys, 
> 
> I hit up the archives and RTFM'ed all the PDF's and
> grabbed the other 
> relevant goodies.  The backlight control works with
> the mode command 
> so I have now seen the light :)  What I meant before
> was using setver 
> to trick the mode.exe to run under a different
> version of ms-dos, but 
> now since I have 3.3 going, that is no longer as
> relevant.  Oh, and 
> it was mode2.exe I had to use, the one on the 3.3
> disk gave some 
> error saying the argument "back" was not recognized
> or something.  
> 
> As far as the roms go, my GC2 has 4 roms in it,
> interid and possibly 
> an ms-dos bootable rom, though the one time I had
> the HD out, it 
> didnt look like it booted off rom.  I should take
> them out some time 
> and back them up as hex files.  One thing I do
> notice is once I put 
> the roms in that machine, I no longer can run disk
> utilities like 
> norton disk doctor, defrag, etc.  So that's
> something to keep in mind 
> if you ever need to do any disk maintenence.  
> 
> Now in the hard drive world - In my initial look
> inside the 1535, I 
> didn't see any IDE connectors, laptop or desktop
> size, and 
> the "backplane" thing for the floppy looked like it
> only works with 
> one drive.  I'm not sure if IDE connects via a
> different backplane on 
> the same connections as the floppy, or maybe thru
> another connector I 
> noticed that has nothing plugged into it.  Perhaps I
> should take some 
> pix.  While on the subject of drives, I did find a
> Conner CP2044PK in 
> my junkbin, is that by chance one of the "blessed"
> drives that the 
> bios likes? Were the orig drives that came in there
> 3.5" or 2.5"? 
> 
> I also found an intel 25mhz 387 in my junkbin.  When
> I popped it in, 
> the 1535 turns on and gets stuck at the point where
> the backlight 
> comes on for a second. No post beeps or anything.
> I'll have to verify 
> the copro as functional on another machine, but is
> it possible i'm 
> missing something like a jumper setting to get a
> copro to work?  I 
> also found some NEC V30's while searching the
> junkbin, which I will 
> try in the GC2 and report back if they work or not. 
> The V30's give 
> you a speed boost in certain computational
> situations and supposedly 
> have a z80 emulation mode that has CP/M potential. 
> 
> 
> Probably the most important project I have on the
> list of things to 
> go is boosting the 2mb to 8mb. I need at least 4 to
> get a linux 
> kernel to work.  I'm gonna see if I can somehow
> score some millmax 
> pins as samples, though 30*8=240, which is probably
> pushing the 
> sample limit. The other options are to salvage the
> ones off the 
> existing chips or maybe take an old simm socket and
> bust out all the 
> metal fingers and solder them on one by one. Not a
> job I look forward 
> to.  If only they had spaced the SIPPS farther
> apart, then you could 
> just pop a simm and simm socket in there.. I think
> in the pdf's i saw 
> the 4mb configuration is using every other socket on
> a 386 so perhaps 
> the socket idea could work if you only needed 4mb.  
> 
> Eventually I'd like to look into overclocking the
> 1535, as power 
> consumption isn't a major concern, but first I've
> gotta get a semi-
> decent amount of ram in there.  
> 
> -Kevin



      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


Yahoo! Message number: 1697
Date: Wed, 15 Aug 2007 16:38:46 -0000
From: "Dave"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

in the files section

dos33.exe
is a disk maker and
griddos 3.3 info.txt 

is the readme file for using it

i have dos 6 with up grades that will run on 1520 and others
i can share next week
leaving on a short vacation today wed
ar dave

email me at wd8cyv@...  put GRID COMPUTERS IN SUBJECT LINE




Yahoo! Message number: 1698
Date: Wed, 15 Aug 2007 17:17:38 -0000
From: "jeriddian"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Hey, Shawn, Kevin,

You're right, Shawn. the manuals did not fit into the files section,
which of course is why we loaded them separately on your own ftp
server. However, the 1535 owner's manual is indeed in the files
section and it is complete. It's just divided into seven sections.
But it is all there for you, Kevin.

You're also right in the the CP2044 is not supported. it's not in the
hard drive table in the ROM.

Another note to consider, Kevin. I don't think you will be able to
fit an IDE connector into the computer for the simple reason that IDE
was not insituted into the technology yet (or was actually just about
to be instituted.) These hard drives are NOT IDE driven. They are MFM
RLL(modulated frequency modulation), which is the old technology that
was superceded by IDE. If I am not mistaken, you have to use old MFM
hard drives like the old Conners, which is also may be one reason I
think the configuration of the positioning of the HD pins was
changed, in order to distinguish between the two. You may be able to 
plug an IDE HD and get it to work in an old MFM system like the Grid,
but I'm not sure. But the computer's system link to the hard drive is
not IDE.

BTW, I also am looking for the 1 MB SIPP's, if you run into any
spares. The problem is that I would like to have the 1 MB x 3 as they
tend to be low profile. The 1 MB x 9 tend to be a little to high to
fit into the space provided for the memory.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> I'm glad to know that the backlight control using
> 'mode' worked.
> I've never found a use for setver.  As I understand
> it, it's used to "fool" other programs that your
> actually using an older version of MS-DOS.  Everytime
> I've seen setver tried, the program usually returns
> "Incorrect DOS version."  I've never found any use for
> it and I take it out of config.sys whenever I see it.
>
> I have the 1535 BIOS file, but it's on another hard
> drive at home.  From what I remember, the CP2044 is
> *not* one of the supported drives.  The CP3044 is, but
> not the 2044. When I get time, I'll look to be sure.
> As far as no IDE connector, I don't know what to say.
> I don't have a 1535.
>
> Charles!  You around?  Don't you have a 1535?
>
> Phil: Did all of the manuals fit into the Files area?
> I thought that they would not fit and that's why they
> were ftp-ed to my server.
>
> SIPP memory.
> Lawrence:  This guy in Montreal will probably give you
> his if you're interested:
> http://perso.b2b2c.ca/sarrazip/en/materiel.html
>
> This guy in the Netherlands has 3, 256 X 9 for sale:
> http://www.oldcomputercollection.com/sale.htm
> Sorry Kevin.  That only gets 768 KB and would take up
> 3 slots.  You probably want the 1 MB SIPPs.
>
>
> On a separate note, my wife has hinted that I need to
> clean up my Grid pile.  So, that means I've got to get
> working again on getting it to boot from Compact
> Flash.
> I'll let the group know of my results.
> Thanks,
> -Shawn
>
>
>
> --- Kevin <chiopas@...> wrote:
>
> > Hey Guys,
> >
> > I hit up the archives and RTFM'ed all the PDF's and
> > grabbed the other
> > relevant goodies.  The backlight control works with
> > the mode command
> > so I have now seen the light :)  What I meant before
> > was using setver
> > to trick the mode.exe to run under a different
> > version of ms-dos, but
> > now since I have 3.3 going, that is no longer as
> > relevant.  Oh, and
> > it was mode2.exe I had to use, the one on the 3.3
> > disk gave some
> > error saying the argument "back" was not recognized
> > or something.
> >
> > As far as the roms go, my GC2 has 4 roms in it,
> > interid and possibly
> > an ms-dos bootable rom, though the one time I had
> > the HD out, it
> > didnt look like it booted off rom.  I should take
> > them out some time
> > and back them up as hex files.  One thing I do
> > notice is once I put
> > the roms in that machine, I no longer can run disk
> > utilities like
> > norton disk doctor, defrag, etc.  So that's
> > something to keep in mind
> > if you ever need to do any disk maintenence.
> >
> > Now in the hard drive world - In my initial look
> > inside the 1535, I
> > didn't see any IDE connectors, laptop or desktop
> > size, and
> > the "backplane" thing for the floppy looked like it
> > only works with
> > one drive.  I'm not sure if IDE connects via a
> > different backplane on
> > the same connections as the floppy, or maybe thru
> > another connector I
> > noticed that has nothing plugged into it.  Perhaps I
> > should take some
> > pix.  While on the subject of drives, I did find a
> > Conner CP2044PK in
> > my junkbin, is that by chance one of the "blessed"
> > drives that the
> > bios likes? Were the orig drives that came in there
> > 3.5" or 2.5"?
> >
> > I also found an intel 25mhz 387 in my junkbin.  When
> > I popped it in,
> > the 1535 turns on and gets stuck at the point where
> > the backlight
> > comes on for a second. No post beeps or anything.
> > I'll have to verify
> > the copro as functional on another machine, but is
> > it possible i'm
> > missing something like a jumper setting to get a
> > copro to work?  I
> > also found some NEC V30's while searching the
> > junkbin, which I will
> > try in the GC2 and report back if they work or not.
> > The V30's give
> > you a speed boost in certain computational
> > situations and supposedly 
> > have a z80 emulation mode that has CP/M potential.
> >
> >
> > Probably the most important project I have on the
> > list of things to
> > go is boosting the 2mb to 8mb. I need at least 4 to
> > get a linux
> > kernel to work.  I'm gonna see if I can somehow
> > score some millmax
> > pins as samples, though 30*8=240, which is probably
> > pushing the
> > sample limit. The other options are to salvage the
> > ones off the
> > existing chips or maybe take an old simm socket and
> > bust out all the
> > metal fingers and solder them on one by one. Not a
> > job I look forward
> > to.  If only they had spaced the SIPPS farther
> > apart, then you could 
> > just pop a simm and simm socket in there.. I think
> > in the pdf's i saw
> > the 4mb configuration is using every other socket on
> > a 386 so perhaps
> > the socket idea could work if you only needed 4mb.
> >
> > Eventually I'd like to look into overclocking the
> > 1535, as power
> > consumption isn't a major concern, but first I've
> > gotta get a semi-
> > decent amount of ram in there.
> >
> > -Kevin
>
>
>
>
______________________________________________________________________
______________
> Park yourself in front of a world of choices in alternative
vehicles. Visit the Yahoo! Auto Green Center.
> http://autos.yahoo.com/green_center/
>




Yahoo! Message number: 1699
Date: Wed, 15 Aug 2007 20:38:41 -0400 (EDT)
From: Lawrence Walker
Subject: Old files and programs

Shawn;
 Jeriddian has been very patient in waiting for a
response to his request for my old Grid files. I've
put together a folder I've named Gridcase of the 15xx
ones. Some of them might be duplicates in the Files
section but I didn't include obvious ones or those
I've placed in the "Files" before. They obviously need
winnowing. There are subfolders. It appears that Yahoo
groups only accept files. Could I set up a Gridcase
folder and then make subfolders to upload them to ? I
don't know what permissions members have regarding
this. The duplicates could gradually be deleted.

Lawrence


      Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com


Yahoo! Message number: 1700
Date: Thu, 16 Aug 2007 01:13:19 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Hi Phil,

Now things are starting to make a bit more sense. Given the vintage
of the machine, I should have known there wouldn't be IDE in there..
my GC2 has an ancient 10mb RLL drive, which is the only RLL drive I
ever dealt with in my life.. my XT's and first 386, not to mention my
atari mega ST4 all used gigantor sleazgate MFM drives (love the sound
of those things, but they're monsters!)  So with that in mind, I
think I'm going to totally shy away from hard drives for now and get
a single floppy based linux distro going on there.. I remember one
called "toms root/boot" that was a pretty well featured linux that
ran off a single floppy disk, though the floppy was formatted in a
bizarre 1.7mb format, using tighter tracks or something.  My grid
read the toms disk but choked at one point when it didnt see 4mb ram..

Good point with the 3 vs 9 chip simms/sipps. I'm sure I have some of
each laying around in my collection of ram.  I'll have to setup a
computer and test out the stuff in my junkbin.  I did get a makeshift
386 going and that 387 copro i have must be junk because the 386
board also did not make any post code beeps or anything.  Perhaps the
magic blue smoke that makes the chip work escaped over the years
while it sat in my junkbin :)

As far as pins go, the connection for the 10mb RLL in my GC2 looks 
similar to a floppy drive 36-pin connection but naturally has very
different signals, not to mention the 5v and 12v lines go thru the
cable as well.

For memory I may try salvaging the pins off the existing 256k sipps,
or try my idea of salvaging the metal of simm sockets.  Mill-max only
seemed to be game for sending me 50 pins as free samples and a
minimum order of 500 would be around 52$.  I guess that's plan-c if
my first two ideas don't prove useful.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Hey, Shawn, Kevin,
>
> You're right, Shawn. the manuals did not fit into the files
section,
> which of course is why we loaded them separately on your own ftp
> server. However, the 1535 owner's manual is indeed in the files
> section and it is complete. It's just divided into seven sections.
> But it is all there for you, Kevin.
>
> You're also right in the the CP2044 is not supported. it's not in
the
> hard drive table in the ROM.
>
> Another note to consider, Kevin. I don't think you will be able to
> fit an IDE connector into the computer for the simple reason that
IDE
> was not insituted into the technology yet (or was actually just
about
> to be instituted.) These hard drives are NOT IDE driven. They are
MFM
> RLL(modulated frequency modulation), which is the old technology
that
> was superceded by IDE. If I am not mistaken, you have to use old
MFM
> hard drives like the old Conners, which is also may be one reason I
> think the configuration of the positioning of the HD pins was
> changed, in order to distinguish between the two. You may be able
to
> plug an IDE HD and get it to work in an old MFM system like the
Grid,
> but I'm not sure. But the computer's system link to the hard drive
is
> not IDE.
>
> BTW, I also am looking for the 1 MB SIPP's, if you run into any
> spares. The problem is that I would like to have the 1 MB x 3 as
they
> tend to be low profile. The 1 MB x 9 tend to be a little to high to
> fit into the space provided for the memory.
>
> Phil
>




Yahoo! Message number: 1701
Date: Thu, 16 Aug 2007 01:24:14 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

-- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> I'm glad to know that the backlight control using
> 'mode' worked.
> I've never found a use for setver.  As I understand
> it, it's used to "fool" other programs that your
> actually using an older version of MS-DOS.  Everytime
> I've seen setver tried, the program usually returns
> "Incorrect DOS version."  I've never found any use for
> it and I take it out of config.sys whenever I see it.
Thankfully I don't think I ever had a need for setver either.


> I have the 1535 BIOS file, but it's on another hard
> drive at home.  From what I remember, the CP2044 is
> *not* one of the supported drives.  The CP3044 is, but
> not the 2044. When I get time, I'll look to be sure.
> As far as no IDE connector, I don't know what to say.
> I don't have a 1535.
How large are those CP3044/et al. drives? the drive in my GC2 is
about the size of a double-bay 3.5" drove.

> SIPP memory.
> Lawrence:  This guy in Montreal will probably give you
> his if you're interested:
> http://perso.b2b2c.ca/sarrazip/en/materiel.html
>
> This guy in the Netherlands has 3, 256 X 9 for sale:
> http://www.oldcomputercollection.com/sale.htm
> Sorry Kevin.  That only gets 768 KB and would take up
> 3 slots.  You probably want the 1 MB SIPPs.
I'm gonna try my luck with some simm conversions first. if all else
fails i'll look for some donors..

> On a separate note, my wife has hinted that I need to
> clean up my Grid pile.  So, that means I've got to get
> working again on getting it to boot from Compact
> Flash.
> I'll let the group know of my results.
> Thanks,
> -Shawn
Ahh! don't you know you have to hide cool stuff like your computer
collections from the wife? My collection is a bit over 100 computers
at the moment, though I try to limit the number that I have laying
out in the open so she doesn't complain :)

And speaking of compact flash, now knowing IDE is out of the
question, I wonder about those old adapters that would take something
like a smartmedia memory card and use the floppy drive to read it.  A
carefully crafted driver might be able to make use of such a thing.
I laughed at those things when I first saw them, but i'm not laughing
anymore...




Yahoo! Message number: 1702
Date: Thu, 16 Aug 2007 01:27:20 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Yep, got it and made the disk using a W98 box.  The first 3 disks I
tried making didn't read back in linux, but the fourth was a charm.  I
wanted to make a raw img backup of the disk so I could create future
ones without having to resort to W98. With the raw image file you can
make more disks using the cat command under linux, or rawwrite.exe in
dos/winblows/etc.

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <wd8cyv@...> wrote:
>
> in the files section
>
> dos33.exe
> is a disk maker and
> griddos 3.3 info.txt
>
> is the readme file for using it
>
> i have dos 6 with up grades that will run on 1520 and others
> i can share next week
> leaving on a short vacation today wed
> ar dave
>
> email me at wd8cyv@...  put GRID COMPUTERS IN SUBJECT LINE
>




Yahoo! Message number: 1703
Date: Thu, 16 Aug 2007 02:46:43 -0000
From: "Kevin"
Subject: V30 replacement for 8086

Just wanted to mention for the record, I threw an NEC V30 in place of
the 8086 in my Gridcase 2 / Gridcase Plus, or whatever you call it
(8086/8087 GRiD with 10mb RLL drive). It did NOT work - computer does
nothing when you turn it on. No beeps, HD doesn't start up, not a dot
on the screen.  Have to dump the BIOS some time I guess, and see if
it's doing anything that causes the V30 to bomb, such as kicking it
into the 8080 emulation mode.  



Yahoo! Message number: 1704
Date: Thu, 16 Aug 2007 03:00:06 -0000
From: "jeriddian"
Subject: Re: Old files and programs

Thanks, Lawrence,

     Hopefully the forum will let you create the folders, or at least
Shawn may be able to do it for you. As a last resort you could put it
on Shawn's FTP server.

Phil

PS. I found someone on ebay who is trying to sell about seven or
eight 1520's with two floppies, no hard drive, booting from a ROM. I
went ahead and bought one myself. If you're interested I also have
the guy's private email and you can negotiate directly. He also has a
couple of GC2's and/or GC3's. Just FYI.

--- In RuGRiD-Laptop@yahoogroups.com, Lawrence Walker
<bigwalk_ca@...> wrote:
>
> Shawn;
>  Jeriddian has been very patient in waiting for a
> response to his request for my old Grid files. I've
> put together a folder I've named Gridcase of the 15xx
> ones. Some of them might be duplicates in the Files
> section but I didn't include obvious ones or those
> I've placed in the "Files" before. They obviously need
> winnowing. There are subfolders. It appears that Yahoo
> groups only accept files. Could I set up a Gridcase
> folder and then make subfolders to upload them to ? I
> don't know what permissions members have regarding
> this. The duplicates could gradually be deleted.
>
> Lawrence
>
>
>       Ask a question on any topic and get answers from real people.
Go to Yahoo! Answers and share what you know at
http://ca.answers.yahoo.com
>




Yahoo! Message number: 1705
Date: Thu, 16 Aug 2007 07:30:21 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: New user, Old GRiD fan, 1101 question, 1535 question

Jim, Dave, or Bob or whatever your name is.  :) 
Sorry, I'm terrible with names.
I forgot to address this issue.

> or try my idea of salvaging the metal of simm
> sockets.  Mill-max only 
> seemed to be game for sending me 50 pins as free
> samples and a 

I tried taking the pins from a DIP socket, removing
them from the plastic, then soldering the pins to
SIMMs.  I did not go well.
The metal of socket pins was more flat than round. 
This made it hard to insert into the motherboard. 
Secondly, the pins from the socket were thinner.  This
made it easy to bend the pin trying to insert it into
the motherboard.
Thirdly, this is little room for error in soldering
the pin to the SIMM.  If you are a few mils off to the
left or the right, the pin won't line up with the
hole.
Even with the above problems, I managed to assemble
one.  Then I ran into the fourth problem: the SIMM
memory I used was physically too large to fit.  The
height of the SIMM prevented the cover from going onto
my 1520.  And, module was too long on the right side. 
It extended into the LED area and would not fit.

That was my experience.  I hope your goes more
smoothly.  I have not heard of Mill-max.  I'll have to
look them up and see what they have to offer.

Thanks,
-Shawn
 



       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/


Yahoo! Message number: 1706
Date: Thu, 16 Aug 2007 07:43:13 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: New user, Old GRiD fan, 1101 question, 1535 question

Kevin,
OK, now I see your name is Kevin! :)  I'll try not to
forget it this time.

> 
> And speaking of compact flash, now knowing IDE is
> out of the 
> question, I wonder about those old adapters that

Phil started this, and it raised a red flag in my
head, but I let it go at the time.  The interface to
the hard drive on the 1535 *is* IDE.  The drives that
the 1535 "talk" to are IDE drives.
It sounds like whoever originally ordered your 1535
from Grid ordered it without a hard drive.  So, Grid
did not install the interface board that connects the
motherboard to the hard drive.  That would explain why
you don't see an IDE connector inside your computer.

> would take something 
> like a smartmedia memory card and use the floppy
> drive to read it.  A 
> carefully crafted driver might be able to make use
> of such a thing.  
> I laughed at those things when I first saw them, but
> i'm not laughing 
> anymore... 

Wow.  Smartmedia card through a floppy interface. 
That sounds complex.  As you may know, I'm using
Compact Flash on the IDE port because the interface to
compact flash is IDE.  No special drivers are needed. 
Theoretically, I should be able to "plug and play." 
But, nothing ever works according to theory.
-Shawn


      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


Yahoo! Message number: 1707
Date: Thu, 16 Aug 2007 07:50:13 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: New user, Old GRiD fan, 1101 question, 1535 question

Kevin,
> make more disks using the cat command under linux,
> or rawwrite.exe in 
> dos/winblows/etc.   
"cat?"
I use cat to view files.  What is the syntax to get
cat to write files?
-Shawn


       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222


Yahoo! Message number: 1708
Date: Thu, 16 Aug 2007 08:30:20 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Old files and programs

Lawrence,
It took me while to understand what you were asking. 
I think I understand now.
Why do you do this:  ftp the folder and subfolder to
me.  I'll go through it, delete duplicates, merge it
into one folder, then I'll move it into the Files
area.
The ftp site is ftp://shawnerz.homelinux.org
Login with 'griduser' as the name and password
'griduser.'
There is a folder called lawrence.  Feel free to
upload it all there.

Kevin:
Just about all of the 1500 series Grid manuals are
located there.  The 1535 manual is in the Files
section of the Yahoo group, but (as Phil said
yesterday) there wasn't enough room for the 1520 and
1530 repair manuals.  So, they are loaded on my home
Linux box.

Phil: 
If you want Lawrence's "raw" files, you can ftp them
from my Linux bax any time after Lawrence uploads
them.  If you want to wait, I'll put them in the Files
section of the Yahoo group when I have time to parse
them.

Thanks, Lawrence.
-Shawn

--- Lawrence Walker <bigwalk_ca@...> wrote:

> Shawn;
>  Jeriddian has been very patient in waiting for a
> response to his request for my old Grid files. I've
> put together a folder I've named Gridcase of the
> 15xx
> ones. Some of them might be duplicates in the Files
> section but I didn't include obvious ones or those
> I've placed in the "Files" before. They obviously
> need
> winnowing. There are subfolders. It appears that
> Yahoo
> groups only accept files. Could I set up a Gridcase
> folder and then make subfolders to upload them to ?
> I
> don't know what permissions members have regarding
> this. The duplicates could gradually be deleted.
> 
> Lawrence



       
____________________________________________________________________________________
Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz 


Yahoo! Message number: 1709
Date: Thu, 16 Aug 2007 15:54:51 -0000
From: "mbbrutman"
Subject: Re: V30 replacement for 8086

I'm kind of confused about that.  Most BIOSes does not use the Intel
reserved instructions that NEC overloaded to implement the 8080 mode.
 This sounds more like a bad V30, wrong clock speed, incorrect
placement in the socket, etc.

If you dump the BIOS to a file we should be able to look for the known
bad opcodes and prove this, but it is highly unlikely.


Mike

--- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@...> wrote:
>
> Just wanted to mention for the record, I threw an NEC V30 in place of
> the 8086 in my Gridcase 2 / Gridcase Plus, or whatever you call it
> (8086/8087 GRiD with 10mb RLL drive). It did NOT work - computer does
> nothing when you turn it on. No beeps, HD doesn't start up, not a dot
> on the screen.  Have to dump the BIOS some time I guess, and see if
> it's doing anything that causes the V30 to bomb, such as kicking it
> into the 8080 emulation mode.
>




Yahoo! Message number: 1710
Date: Thu, 16 Aug 2007 16:13:04 -0000
From: "jeriddian"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Shawn, Kevin,

My apologies to both. I wssn't sure, but I had thought the interface
was still too early for IDE, but I'll defer to Shawn's knowledge on
this. I'll be interested to know how this turns out.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> OK, now I see your name is Kevin! :)  I'll try not to
> forget it this time.
> 
> >
> > And speaking of compact flash, now knowing IDE is
> > out of the 
> > question, I wonder about those old adapters that
>
> Phil started this, and it raised a red flag in my
> head, but I let it go at the time.  The interface to
> the hard drive on the 1535 *is* IDE.  The drives that
> the 1535 "talk" to are IDE drives.
> It sounds like whoever originally ordered your 1535
> from Grid ordered it without a hard drive.  So, Grid
> did not install the interface board that connects the
> motherboard to the hard drive.  That would explain why
> you don't see an IDE connector inside your computer.
>
> > would take something
> > like a smartmedia memory card and use the floppy
> > drive to read it.  A
> > carefully crafted driver might be able to make use
> > of such a thing.
> > I laughed at those things when I first saw them, but
> > i'm not laughing
> > anymore...
>
> Wow.  Smartmedia card through a floppy interface.
> That sounds complex.  As you may know, I'm using
> Compact Flash on the IDE port because the interface to
> compact flash is IDE.  No special drivers are needed.
> Theoretically, I should be able to "plug and play."
> But, nothing ever works according to theory.
> -Shawn
>
>
>
______________________________________________________________________
______________
> Park yourself in front of a world of choices in alternative
vehicles. Visit the Yahoo! Auto Green Center.
> http://autos.yahoo.com/green_center/
>




Yahoo! Message number: 1711
Date: Thu, 16 Aug 2007 16:15:14 -0000
From: "jeriddian"
Subject: Re: Old files and programs

And thank you, Shawn,

I'll be sure to get them from the FTP site when they're ready. I'll
be interested to see how they compare to the 1520 I recently bought
that boots from the ROM chip.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:

> Phil:
> If you want Lawrence's "raw" files, you can ftp them
> from my Linux bax any time after Lawrence uploads
> them.  If you want to wait, I'll put them in the Files
> section of the Yahoo group when I have time to parse
> them.
>
> Thanks, Lawrence.
> -Shawn
>
> --- Lawrence Walker <bigwalk_ca@...> wrote:
>
> > Shawn;
> >  Jeriddian has been very patient in waiting for a
> > response to his request for my old Grid files. I've
> > put together a folder I've named Gridcase of the
> > 15xx
> > ones. Some of them might be duplicates in the Files
> > section but I didn't include obvious ones or those
> > I've placed in the "Files" before. They obviously
> > need
> > winnowing. There are subfolders. It appears that
> > Yahoo
> > groups only accept files. Could I set up a Gridcase
> > folder and then make subfolders to upload them to ?
> > I
> > don't know what permissions members have regarding
> > this. The duplicates could gradually be deleted.
> >
> > Lawrence
>
>
>
>
>
______________________________________________________________________
______________
> Got a little couch potato?
> Check out fun summer activities for kids.
> http://search.yahoo.com/search?
fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
>




Yahoo! Message number: 1712
Date: Thu, 16 Aug 2007 16:41:34 -0000
From: "jeriddian"
Subject: Creating SIPP's from SIMM's

Shawn,

I actually had thought about taking the pins from a 256K SIPP and
soldering them onto a 1 MB SIMM. I took the thirty pins off of one
such 256K SIPP. It will destroy the SIPP if you do that and if you
are not very careful. But that would give you the right type of pins
you would need. I have bought a couple of 40 pin DIP sockets that I
glued together end to end. I had thought to position the pins in the
DIP sockets and fit the SIMM onto the pins and solder them in place.
The DIP socket would keep them properly positioned. However, I
haven't gotten that far as to actually trying this last part. I still
have the pins sitting on my antistatic mat.

But this is a lot of involved work and very tedious. It would be
better if there were an automated way to convert SIMM's to SIPP's. I
know that the SIMM sockets won't work because the distance between
the pins on the GRid board is 0.2 inches, and the width of the
sockets is 0.3 inches. So we really have no choice but to use real
SIPP's.

On one of my machines, I was able to secure a matched set of eight
1MB SIPPS, but they were 9 chip sticks and they are too tall by about
three thirty-secondths of an inch. I would have to cut out a section
of the plastic face plate cover which fits around the keyboard, and
then find a way to affix it back so it sits above the level of the
face plate itself so that it will stick up above the normal level of
the face plate cover. I could do it as there is room for it without
preventing the screen from latching down in the closed position. But
I really don't want to cut up the cover.

On one of my 1520 machines, I have four 1 MB SIPPS which are three
chip sticks and have the right height, but they had wings on the
sides which made them too wide. I made sure that that none of the
integrated circuitry lines were in the wings and then I used a dremel
tool and a cutoff wheel to carefully cut off the wings. It worked 
just fine and now the sticks will fit in my 1520.

Still, it is just easier to try and find the SIPP's out there, rare
as they are. if you are going to solder pins on SIPP's they have to
be the rounded ones, and not the flat type you usually see on DIP
sockets. Otherwise they aren't stiff enough to position and press
into place on the board.

This si the extent of my experimentation with this.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Jim, Dave, or Bob or whatever your name is.  :)
> Sorry, I'm terrible with names.
> I forgot to address this issue.
>
> > or try my idea of salvaging the metal of simm
> > sockets.  Mill-max only
> > seemed to be game for sending me 50 pins as free
> > samples and a
>
> I tried taking the pins from a DIP socket, removing
> them from the plastic, then soldering the pins to
> SIMMs.  I did not go well.
> The metal of socket pins was more flat than round.
> This made it hard to insert into the motherboard.
> Secondly, the pins from the socket were thinner.  This
> made it easy to bend the pin trying to insert it into
> the motherboard.
> Thirdly, this is little room for error in soldering
> the pin to the SIMM.  If you are a few mils off to the
> left or the right, the pin won't line up with the
> hole.
> Even with the above problems, I managed to assemble
> one.  Then I ran into the fourth problem: the SIMM
> memory I used was physically too large to fit.  The
> height of the SIMM prevented the cover from going onto
> my 1520.  And, module was too long on the right side.
> It extended into the LED area and would not fit.
>
> That was my experience.  I hope your goes more
> smoothly.  I have not heard of Mill-max.  I'll have to
> look them up and see what they have to offer.
>
> Thanks,
> -Shawn
>
>
>
>
>
>
______________________________________________________________________
______________
> Looking for a deal? Find great prices on flights and hotels with
Yahoo! FareChase.
> http://farechase.yahoo.com/
>




Yahoo! Message number: 1713
Date: Thu, 16 Aug 2007 17:03:27 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

> Jim, Dave, or Bob or whatever your name is.  :)
> Sorry, I'm terrible with names.
> I forgot to address this issue.
haha Kevin actually


I got the millmax samples already. they are extremely rugged, but I
think the pin diameter is going to be too large. I was concerned with
the socket fitting the width of the board and overlooked the fact
that the pin diameter is .040"

It will take some skill to get stuff to line up, no doubt. You could
always use an old motherboard with the simm socket removed as a
template for holding the pins straight while soldering them.  I agree
socket pins are probably too wimpy, but I have seen some
bifurcated "test points" that could possibly be soldered right onto
the pad on one side of the board (assuming the pads have plated thru
holes so which side you use doesn't matter).  They would certainly be
a ton cheaper in quantity than the millmax stuff I just got.




> I tried taking the pins from a DIP socket, removing
> them from the plastic, then soldering the pins to
> SIMMs.  I did not go well.
> The metal of socket pins was more flat than round.
> This made it hard to insert into the motherboard.
> Secondly, the pins from the socket were thinner.  This
> made it easy to bend the pin trying to insert it into
> the motherboard.
> Thirdly, this is little room for error in soldering
> the pin to the SIMM.  If you are a few mils off to the
> left or the right, the pin won't line up with the
> hole.
> Even with the above problems, I managed to assemble
> one.  Then I ran into the fourth problem: the SIMM
> memory I used was physically too large to fit.  The
> height of the SIMM prevented the cover from going onto
> my 1520.  And, module was too long on the right side.
> It extended into the LED area and would not fit.
>
> That was my experience.  I hope your goes more
> smoothly.  I have not heard of Mill-max.  I'll have to
> look them up and see what they have to offer.
>
> Thanks,
> -Shawn
>
>
>
>
>
>
______________________________________________________________________
______________
> Looking for a deal? Find great prices on flights and hotels with
Yahoo! FareChase.
> http://farechase.yahoo.com/
>




Yahoo! Message number: 1714
Date: Thu, 16 Aug 2007 17:08:29 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

So perhaps there is hope for a drive or CF in the future :)
It looks like my 1535 was a ordered as a stripped down model ; it has
no modem, no copro, no roms, and only 1 floppy, so lack of an IDE
backplane or whatever it's officially called doesn't surprise me.

That floppy drive to smartmedia adapter thing sounded real scary to
me since it actually used the drive-head and faked-out being a disk
somehow. If it worked without drivers that would be amazing, but it's
more likely that it used some crazy custom software under winblows


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> OK, now I see your name is Kevin! :)  I'll try not to
> forget it this time.
>
> >
> > And speaking of compact flash, now knowing IDE is
> > out of the
> > question, I wonder about those old adapters that
>
> Phil started this, and it raised a red flag in my
> head, but I let it go at the time.  The interface to
> the hard drive on the 1535 *is* IDE.  The drives that
> the 1535 "talk" to are IDE drives.
> It sounds like whoever originally ordered your 1535
> from Grid ordered it without a hard drive.  So, Grid
> did not install the interface board that connects the
> motherboard to the hard drive.  That would explain why
> you don't see an IDE connector inside your computer.
>
> > would take something
> > like a smartmedia memory card and use the floppy
> > drive to read it.  A
> > carefully crafted driver might be able to make use
> > of such a thing. 
> > I laughed at those things when I first saw them, but
> > i'm not laughing
> > anymore...
>
> Wow.  Smartmedia card through a floppy interface.
> That sounds complex.  As you may know, I'm using
> Compact Flash on the IDE port because the interface to
> compact flash is IDE.  No special drivers are needed.
> Theoretically, I should be able to "plug and play."
> But, nothing ever works according to theory.
> -Shawn
>
>
>
______________________________________________________________________
______________
> Park yourself in front of a world of choices in alternative
vehicles. Visit the Yahoo! Auto Green Center.
> http://autos.yahoo.com/green_center/
>




Yahoo! Message number: 1715
Date: Thu, 16 Aug 2007 17:13:11 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

cat is infinitely handy in the unix world..
in the case of dumping a raw file to a disk, I just do a

cat disk.img >/dev/fd0

or to read in the disk,

cat /dev/fd0 >disk.img

Purists probably would frown on doing that and say you should do a:

dd if=disk.img of=/dev/fd0 bs=1024   #or something similar

And don't forget you can use cat as an entry-only "text editor"

$ cat >file.txt
this is a test file
^d

(just remember to do a control-d/eof to end your entry)



> Kevin,
> > make more disks using the cat command under linux,
> > or rawwrite.exe in
> > dos/winblows/etc.
> "cat?"
> I use cat to view files.  What is the syntax to get
> cat to write files?
> -Shawn




Yahoo! Message number: 1716
Date: Thu, 16 Aug 2007 17:58:07 -0000
From: "Kevin"
Subject: Re: V30 replacement for 8086

Indeed! I need to dump the odd/even bios chips and combine/debug
them.  There was an opcode (AAD) that the V30 handles differently
than an 8088/8086, so that's a good place to start.  I have two V30
chips, not sure what I salvaged them from, so I can't really vouch
for them being functional.


--- In RuGRiD-Laptop@yahoogroups.com, "mbbrutman" <mbbrutman@...>
wrote:
>
>
> I'm kind of confused about that.  Most BIOSes does not use the Intel
> reserved instructions that NEC overloaded to implement the 8080
mode.
>  This sounds more like a bad V30, wrong clock speed, incorrect
> placement in the socket, etc.
>
> If you dump the BIOS to a file we should be able to look for the
known
> bad opcodes and prove this, but it is highly unlikely.
>
>
> Mike
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@> wrote:
> >
> > Just wanted to mention for the record, I threw an NEC V30 in
place of
> > the 8086 in my Gridcase 2 / Gridcase Plus, or whatever you call
it
> > (8086/8087 GRiD with 10mb RLL drive). It did NOT work - computer
does
> > nothing when you turn it on. No beeps, HD doesn't start up, not a
dot
> > on the screen.  Have to dump the BIOS some time I guess, and see
if
> > it's doing anything that causes the V30 to bomb, such as kicking
it
> > into the 8080 emulation mode.
> >
>




Yahoo! Message number: 1717
Date: Thu, 16 Aug 2007 18:12:17 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Wow, now you got me wondering... I went and checked wiki and found
this:

http://en.wikipedia.org/wiki/Advanced_Technology_Attachment

which mentions IDE stems from around 1986.  That's a surprise to me,
as my first IDE drive experience was probably around 1994, when we
replaced our twin 40meg MFM drives with a seemingly fast quantum 250
meg IDE drive.  I was disappointed that I couldn't run low level MFM
utilities like spinrite anymore.  That quantum was a horrible drive
BTW - it would always stop everything and do this "thermal
recalibration", which would kill any hope you had of doing anything
with realtime video or audio to/from the hard drive.  That noise was
like the death knell to me, and I remember hearing it in several
computer scenes of movies in the 90s.

--- In RuGRiD-Laptop@...m, "jeriddian" <Jeriddian@...>
wrote:
>
> Shawn, Kevin,
>
> My apologies to both. I wssn't sure, but I had thought the
interface
> was still too early for IDE, but I'll defer to Shawn's knowledge on
> this. I'll be interested to know how this turns out.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Kevin,
> > OK, now I see your name is Kevin! :)  I'll try not to
> > forget it this time.
> >
> > >
> > > And speaking of compact flash, now knowing IDE is
> > > out of the
> > > question, I wonder about those old adapters that
> >
> > Phil started this, and it raised a red flag in my
> > head, but I let it go at the time.  The interface to
> > the hard drive on the 1535 *is* IDE.  The drives that
> > the 1535 "talk" to are IDE drives.
> > It sounds like whoever originally ordered your 1535
> > from Grid ordered it without a hard drive.  So, Grid
> > did not install the interface board that connects the
> > motherboard to the hard drive.  That would explain why
> > you don't see an IDE connector inside your computer.
> >
> > > would take something
> > > like a smartmedia memory card and use the floppy
> > > drive to read it.  A
> > > carefully crafted driver might be able to make use
> > > of such a thing. 
> > > I laughed at those things when I first saw them, but
> > > i'm not laughing
> > > anymore...
> >
> > Wow.  Smartmedia card through a floppy interface.
> > That sounds complex.  As you may know, I'm using
> > Compact Flash on the IDE port because the interface to
> > compact flash is IDE.  No special drivers are needed.
> > Theoretically, I should be able to "plug and play."
> > But, nothing ever works according to theory.
> > -Shawn
> >
> >
> >
>
______________________________________________________________________
> ______________
> > Park yourself in front of a world of choices in alternative
> vehicles. Visit the Yahoo! Auto Green Center.
> > http://autos.yahoo.com/green_center/
> >
>




Yahoo! Message number: 1718
Date: Thu, 16 Aug 2007 13:08:46 -0700 (PDT)
From: Shawnerz
Subject: Sorry about that...

All,
You have my apologies for all of the email
notifications of new files.
Once I realized what was going on, I temporarily
banned Lawrence in order to stop the notifications.

If anyone else plans to upload multiple files to the
Group, PLEASE compress them using zip, arj, or rar. 
Then, upload ONE big file.

Thank you very much,
-Shawn


       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469


Yahoo! Message number: 1719
Date: Fri, 17 Aug 2007 02:45:22 -0000
From: "Kevin"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

Hey Shawn,

I threw a file (eprom.zip) on your ftp site. It's the 4 roms as well as
the bios files of my gridcase2, also a combined single file of the
odd/even halves of the bios.  I have to brush up on that old a86
program and see if I can turn the binary into some disassembly. Been
years since I used it, but if I can make some sense out of it, perhaps
I could rig up a V30-friendly BIOS for what its worth :)






Yahoo! Message number: 1720
Date: Fri, 17 Aug 2007 05:45:33 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: New user, Old GRiD fan, 1101 question, 1535 question

That's man.  I appreciate it!
-Shawn

--- Kevin <chiopas@...> wrote:

> Hey Shawn, 
> 
> I threw a file (eprom.zip) on your ftp site. It's
> the 4 roms as well as 
> the bios files of my gridcase2, also a combined
> single file of the 
> odd/even halves of the bios.  I have to brush up on
> that old a86 
> program and see if I can turn the binary into some
> disassembly. Been 
> years since I used it, but if I can make some sense
> out of it, perhaps 
> I could rig up a V30-friendly BIOS for what its
> worth :) 



       
____________________________________________________________________________________
Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz 


Yahoo! Message number: 1721
Date: Fri, 17 Aug 2007 17:48:13 -0700
From:
Subject: Select Re.covering from Summer.Sessions

Rough  summer at UTA

If anyone asks "Do you think it would be a good idea to take database management and intermediate programing at the same time." You say NO!!!!!

strcpy(Omega -> Oricle -> SQL,Unix -> Omega -> ANSI.C ->OO_C++);
int Eeeh(void)
{
    char display[]={brain suicide};
    printf("The combination is %s&#92;n",display);
    printf("Any questions?&#92;n");
}

get the picture?






Yahoo! Message number: 1722
Date: Fri, 17 Aug 2007 19:35:40 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Select Re.covering from Summer.Sessions

Charlie,
I found the error in your code!  Looks like they
didn't teach you how to spell "Oracle" correctly.
;-)
Who loves ya, baby!
-Shawn
--- charlieford1@... wrote:

> Rough  summer at UTA
> 
> If anyone asks "Do you think it would be a good idea
> to take database management and intermediate
> programing at the same time." You say NO!!!!!
> 
> strcpy(Omega -> Oricle -> SQL,Unix -> Omega ->
> ANSI.C ->OO_C++);
> int Eeeh(void)
> {
>     char display[]={brain suicide};
>     printf("The combination is %s&#92;n",display);
>     printf("Any questions?&#92;n");
> }
> 
> get the picture?



       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/


Yahoo! Message number: 1723
Date: Sat, 18 Aug 2007 06:43:26 -0000
From: "jeriddian"
Subject: Re: Sorry about that...

Shawn,

I been in conatact with LAwrence and he's puzzled as to why he was 
temporarily banned. I informed it was about the way he was uploading
the files. Anyway, he just wants to communicate with you so if you
could lift his ban, you can both communicate about how to do the file
uploading. Thanks.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> You have my apologies for all of the email
> notifications of new files.
> Once I realized what was going on, I temporarily
> banned Lawrence in order to stop the notifications.
>
> If anyone else plans to upload multiple files to the
> Group, PLEASE compress them using zip, arj, or rar.
> Then, upload ONE big file.
>
> Thank you very much,
> -Shawn
>
>
>
>
______________________________________________________________________
______________
> Be a better Globetrotter. Get better travel answers from someone
who knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545469
>




Yahoo! Message number: 1724
Date: Sat, 18 Aug 2007 08:09:36 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Sorry about that...

Phil (and Lawrence).
I responded with two emails to you Lawrence on
Thursday.  I used the above email address.
I let you know what was going on with the "STOP THE
PAIN" email.  Then I sent a second email to the above
email address.  In both emails, I let you know that is
wasn't anything personal.  I just needed to stop the
new email notificiations.
Shortly after the second email, I sent an Invitiation
to re-join the group.  Again, all of that happened on
Thursday.
I will say that it's odd that Yahoo doesn't show your
invitiation as a Pending event.  It doesn't show you
as a member, either.  Perhaps it is waiting for you to
respond before it adds you to the Pending list.

But, you're welcome back at any time, Lawrenece.
Thanks,
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Shawn,
> 
> I been in conatact with LAwrence and he's puzzled as
> to why he was 
> temporarily banned. I informed it was about the way
> he was uploading 
> the files. Anyway, he just wants to communicate with
> you so if you 
> could lift his ban, you can both communicate about
> how to do the file 
> uploading. Thanks.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > All,
> > You have my apologies for all of the email
> > notifications of new files.
> > Once I realized what was going on, I temporarily
> > banned Lawrence in order to stop the
> notifications.
> > 
> > If anyone else plans to upload multiple files to
> the
> > Group, PLEASE compress them using zip, arj, or
> rar. 
> > Then, upload ONE big file.
> > 
> > Thank you very much,
> > -Shawn
> > 
> > 
> >        
> > 
>
______________________________________________________________________
> ______________
> > Be a better Globetrotter. Get better travel
> answers from someone 
> who knows. Yahoo! Answers - Check it out.
> >
>
http://answers.yahoo.com/dir/?link=list&sid=396545469
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________Ready for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/


Yahoo! Message number: 1725
Date: Sat, 18 Aug 2007 08:44:26 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Sorry about that...

This wasn't supoosed to go to the list.
My mistake.
-Shawn
--- Shawnerz <shawnerz@...> wrote:

> Phil (and Lawrence).
> I responded with two emails to you Lawrence on
> Thursday.  I used the above email address.
> I let you know what was going on with the "STOP THE
> PAIN" email.  Then I sent a second email to the
> above
> email address.  In both emails, I let you know that
> is
> wasn't anything personal.  I just needed to stop the
> new email notificiations.
> Shortly after the second email, I sent an
> Invitiation
> to re-join the group.  Again, all of that happened
> on
> Thursday.
> I will say that it's odd that Yahoo doesn't show
> your
> invitiation as a Pending event.  It doesn't show you
> as a member, either.  Perhaps it is waiting for you
> to
> respond before it adds you to the Pending list.
> 
> But, you're welcome back at any time, Lawrenece.
> Thanks,
> -Shawn
> 
> --- jeriddian <Jeriddian@...> wrote:
> 
> > Shawn,
> > 
> > I been in conatact with LAwrence and he's puzzled
> as
> > to why he was 
> > temporarily banned. I informed it was about the
> way
> > he was uploading 
> > the files. Anyway, he just wants to communicate
> with
> > you so if you 
> > could lift his ban, you can both communicate about
> > how to do the file 
> > uploading. Thanks.
> > 
> > Phil
> > 
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > <shawnerz@...> wrote:
> > >
> > > All,
> > > You have my apologies for all of the email
> > > notifications of new files.
> > > Once I realized what was going on, I temporarily
> > > banned Lawrence in order to stop the
> > notifications.
> > > 
> > > If anyone else plans to upload multiple files to
> > the
> > > Group, PLEASE compress them using zip, arj, or
> > rar. 
> > > Then, upload ONE big file.
> > > 
> > > Thank you very much,
> > > -Shawn
> > > 
> > > 
> > >        
> > > 
> >
>
______________________________________________________________________
> > ______________
> > > Be a better Globetrotter. Get better travel
> > answers from someone 
> > who knows. Yahoo! Answers - Check it out.
> > >
> >
>
http://answers.yahoo.com/dir/?link=list&sid=396545469
> > >
> > 
> > 
> > 
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> 
>        
>
____________________________________________________________________________________Ready
> for the edge of your seat? 
> Check out tonight's top picks on Yahoo! TV. 
> http://tv.yahoo.com/
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC


Yahoo! Message number: 1726
Date: Sun, 19 Aug 2007 00:18:42 -0000
From: "rou021"
Subject: Re: New user, Old GRiD fan, 1101 question, 1535 question

I have a floppy drive for the Compass and a working bootdisk I made.
I might be able to try and reload GRiD-OS as well as a couple of apps
for you.  Let me know.

Chris.



--- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@...> wrote:
>
> Howdy All,
>
> I'm a long time GRiD fan but never thought to look for any GRiD
> related groups until recently.  I have a handful of machines
> including a gas-plasma gridcase-3 with internal floppy, a gridcase2
> with lcd and still working 10mb rll hard drive+4 roms, and another
> gc2 minus screen and drive. I also have two Compass 1101's and a
> recently acquired 1535exp that I'm dying to get linux onto.
>
> Now for a few questions:
> On the 1535 - Unfortunately I don't have a dos disk for it. Is there
> an archive of these disks as images / self-extractors anywhere? And
> how about ROM's, any images floating around? I could always burn a
> dos rom if an image is out there..
>
> Is there a keyboard shortcut to turn on the backlight? I see it come
> on for a second during bootup but I need to run the grid mode command
> under the right dos version to turn it on.  (Perhaps setver could
> trick it into running, haven't messed around with it yet)
>
> 1535 hard drive - I'd ultimately like to weasel in a compact flash
> drive as a HD (wouldnt mind if I had to boot the linux kernel off a
> floppy).  Unfortunately I only have an upper floppy drive. What would
> it take to manually wire in an IDE connector?
>
> and then onto the compass 1101's..
> I did something extremely stupid the other day. When trying to get
> apps to run I would constantly get out of space errors.  I went and
> ran the initialize program thinking the o/s would be smart enough to
> erase only the user area, but found out it wiped out the ENTIRE
> bubble memory. The machine is toast now, doesn't even show the
> awesome GRiD logo at powerup anymore.  Is there anyone out there who
> could reload the bubble memory modules? I would imagine there was
> some kind of procedure back in the day, booting off a GPIB floppy and
> reloading them? If somebody was interested in doing this, I'd gladly
> donate my second "parts" 1101 for their time. My parts 1101 had a
> sticker on it saying "bad supply" when I got it, and only has 1 or 2
> of the 3 bubble memories inside.  Thankfully, I got lots of pictures
> of the 1101 apps running a few years ago because I have a feeling I
> will never see anything other than boot errors on the machine.
>




Yahoo! Message number: 1727
Date: Mon, 20 Aug 2007 11:53:16 -0000
From: "Kevin"
Subject: 1535 / built in IDE?

I took a look inside my 1535, there are two connectors, P9A/P9B that
appear to be for the floppy drive(s).  Behind that is another
connector, P8, a similar AMP type connector and it just happens to be a
40 pinner.  There is nothing plugged into it. Is it possible that could
be the IDE connection and it just used a small adapter cable? I could
probably get in there with a logic probe and see if the pinout
resembles IDE.  Norton SI listed some jibber-jabber saying there was a
drive controller, but I'm not sure if it always says that.



Yahoo! Message number: 1728
Date: Mon, 20 Aug 2007 15:07:34 -0000
From: "peter.hewitt06"
Subject: Re: 1535 / built in IDE?

Dear kevin

thanks for that message, I can't say I actually placed any posts on
the site as yet, my main reason for joining was to try and suss a way
of creating a 720k boot disc from windoze NT! but ive reverted to
buidling a dos box to creat 720k discs,  :-), re your message thanks
for letting me know about the interal connectors, I am going to try a
different drive as "bootdisk.com"'s excellent "make an instant DOS
disk" utility can only write to 1.44 media and my 1530 seems (i say
seems as I cant be sure ) to only like 720ks, no need to get any
probes out for me at this stage and maybe you confused me with another
poster? thanks best wishes PAUL (my real name is paul I just use this
handle pter hewitt for posts on yahoo)

--- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@...> wrote:
>
> I took a look inside my 1535, there are two connectors, P9A/P9B that
> appear to be for the floppy drive(s).  Behind that is another
> connector, P8, a similar AMP type connector and it just happens to be a
> 40 pinner.  There is nothing plugged into it. Is it possible that could
> be the IDE connection and it just used a small adapter cable? I could
> probably get in there with a logic probe and see if the pinout
> resembles IDE.  Norton SI listed some jibber-jabber saying there was a
> drive controller, but I'm not sure if it always says that.
>




Yahoo! Message number: 1729
Date: Mon, 20 Aug 2007 20:23:26 -0000
From: "Kevin"
Subject: Re: 1535 / built in IDE?

Hi Paul,

There's a util program, rawrite.exe that comes with some linux
distributions. I've used it under XP for writing disk images to
1.44's.  I think it supports other disk formats as well, but of
course you need a raw image file to use it.

I keep a W98 p3/500 machine with an ancient full-height 5.25" drive
in it for reading/writing old disks like cp/m and other weird
formats. It's funny to hear the old drive-head noise and then
winblows starts booting up :)

-Kevin

--- In RuGRiD-Laptop@yahoogroups.com, "peter.hewitt06"
<peter.hewitt06@...> wrote:
>
> Dear kevin
>
> thanks for that message, I can't say I actually placed any posts on
> the site as yet, my main reason for joining was to try and suss a
way
> of creating a 720k boot disc from windoze NT! but ive reverted to
> buidling a dos box to creat 720k discs,  :-), re your message thanks
> for letting me know about the interal connectors, I am going to try
a
> different drive as "bootdisk.com"'s excellent "make an instant DOS
> disk" utility can only write to 1.44 media and my 1530 seems (i say
> seems as I cant be sure ) to only like 720ks, no need to get any
> probes out for me at this stage and maybe you confused me with
another
> poster? thanks best wishes PAUL (my real name is paul I just use
this
> handle pter hewitt for posts on yahoo)
>




Yahoo! Message number: 1730
Date: Tue, 21 Aug 2007 00:41:50 +0000 (GMT)
From: Peter Hewitt
Subject: Re: [RuGRiD-Laptop] Re: 1535 / built in IDE?
text/plain; charset=iso-8859-1

Kevin hi thanks I'll look for that app, maybe the easier route, I think my drive only repsonds to 720k formatted floppies (1/2 density)

 I seem to remember 8 inch floppy disk drives back in the 70s and I used lots of apple 2s in OEM applications back in the 80s when you had to wiat for the OS to boot of a real 5inch (i think) floppy , I laugh these days when I think of what we tried to do in a few k of RAM and low density floppies. !  I have lots of older wartime radio equipment and audio gear here amongst the newer stuff, so I like "things" you can see hear feel and use... :-) Remember the history!  The Grid I have has some military radio systems control software on it I am anxious to get off, nice to see the grids are supported mine was not used for 5 years and apart from the clock and what I stupidly did to lock myself out it worked real fine!!!
best regards PAUL in Limey Land




----- Original Message ----
From: Kevin <chiopas@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, 20 August, 2007 9:23:26 PM
Subject: [RuGRiD-Laptop] Re: 1535 / built in IDE?













            Hi Paul,



There's a util program, rawrite.exe that comes with some linux

distributions. I've used it under XP for writing disk images to

1.44's.  I think it supports other disk formats as well, but of

course you need a raw image file to use it.



I keep a W98 p3/500 machine with an ancient full-height 5.25" drive

in it for reading/writing old disks like cp/m and other weird

formats. It's funny to hear the old drive-head noise and then

winblows starts booting up :)



-Kevin



--- In RuGRiD-Laptop@ yahoogroups. com, "peter.hewitt06"

<peter.hewitt06@ ...> wrote:

>

> Dear kevin

>

> thanks for that message, I can't say I actually placed any posts on

> the site as yet, my main reason for joining was to try and suss a

way

> of creating a 720k boot disc from windoze NT! but ive reverted to

> buidling a dos box to creat 720k discs,  :-), re your message thanks

> for letting me know about the interal connectors, I am going to try

a

> different drive as "bootdisk.com" 's excellent "make an instant DOS

> disk" utility can only write to 1.44 media and my 1530 seems (i say

> seems as I cant be sure ) to only like 720ks, no need to get any

> probes out for me at this stage and maybe you confused me with

another

> poster? thanks best wishes PAUL (my real name is paul I just use

this

> handle pter hewitt for posts on yahoo)

>














<!--

#ygrp-mlmsg {font-size:13px;font-family:arial, helvetica, clean, sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, clean, sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;}
#ygrp-vitnav{
padding-top:10px;font-family:Verdana;font-size:77%;margin:0;}
#ygrp-vitnav a{
padding:0 1px;}
#ygrp-actbar{
clear:both;margin:25px 0;white-space:nowrap;color:#666;text-align:right;}
#ygrp-actbar .left{
float:left;white-space:nowrap;}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;font-size:77%;padding:15px 0;}
#ygrp-ft{
font-family:verdana;font-size:77%;border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;}

#ygrp-vital{
background-color:#e0ecee;margin-bottom:20px;padding:2px 0 8px 8px;}
#ygrp-vital #vithd{
font-size:77%;font-family:Verdana;font-weight:bold;color:#333;text-transform:uppercase;}
#ygrp-vital ul{
padding:0;margin:2px 0;}
#ygrp-vital ul li{
list-style-type:none;clear:both;border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;color:#ff7900;float:right;width:2em;text-align:right;padding-right:.5em;}
#ygrp-vital ul li .cat{
font-weight:bold;}
#ygrp-vital a {
text-decoration:none;}

#ygrp-vital a:hover{
text-decoration:underline;}

#ygrp-sponsor #hd{
color:#999;font-size:77%;}
#ygrp-sponsor #ov{
padding:6px 13px;background-color:#e0ecee;margin-bottom:20px;}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;margin:0;}
#ygrp-sponsor #ov li{
list-style-type:square;padding:6px 0;font-size:77%;}
#ygrp-sponsor #ov li a{
text-decoration:none;font-size:130%;}
#ygrp-sponsor #nc {
background-color:#eee;margin-bottom:20px;padding:0 8px;}
#ygrp-sponsor .ad{
padding:8px 0;}
#ygrp-sponsor .ad #hd1{
font-family:Arial;font-weight:bold;color:#628c2a;font-size:100%;line-height:122%;}
#ygrp-sponsor .ad a{
text-decoration:none;}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;}
#ygrp-sponsor .ad p{
margin:0;}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;}
#ygrp-text tt{
font-size:120%;}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->









___________________________________________________________
NEW Yahoo! Cars - sell your car and browse thousands of new and used cars online! http://uk.cars.yahoo.com/

Yahoo! Message number: 1731
Date: Mon, 20 Aug 2007 08:43:00 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] 1535 / built in IDE?

Kevin,
Does it have 40 pins or 40 sockets?  In other words,
is it male of female?
If it's female, you might be able to plug your hard
drive directly in to the adapter board.
-Shawn

--- Kevin <chiopas@...> wrote:

> I took a look inside my 1535, there are two
> connectors, P9A/P9B that 
> appear to be for the floppy drive(s).  Behind that
> is another 
> connector, P8, a similar AMP type connector and it
> just happens to be a 
> 40 pinner.  There is nothing plugged into it. Is it
> possible that could 
> be the IDE connection and it just used a small
> adapter cable? I could 
> probably get in there with a logic probe and see if
> the pinout 
> resembles IDE.  Norton SI listed some jibber-jabber
> saying there was a 
> drive controller, but I'm not sure if it always says
> that.  
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Choose the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/


Yahoo! Message number: 1732
Date: Tue, 21 Aug 2007 07:52:51 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: 1535 / built in IDE?

All,
This is odd because my 1520 responds to both 720K and
1.44M floppies.
The 1520 is built around a '286 so you'd think it
would only "see" 720K.  But, it does recognize both
floppy disks.

While we're walking down memory lane, I remember 8
inch (20.5 cm for folks outside the US) floppy disks
used to boot real IBM 3270 (not emulated) terminals.
Looking back, it seems odd to boot a dumb terminal,
but that's what we did.
-Shawn

--- Peter Hewitt <peter.hewitt06@...> wrote:

> Kevin hi thanks I'll look for that app, maybe the
> easier route, I think my drive only repsonds to 720k
> formatted floppies (1/2 density) 



      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


Yahoo! Message number: 1733
Date: Tue, 21 Aug 2007 18:03:13 -0000
From: "Kevin"
Subject: Re: 1535 / built in IDE?

It's definitely a male connector. Relatively small, perhaps a tad over
an inch wide.

btw - I fired up norton SI on an old XT with the controller card yanked
out and it did not indicate one as present, so there may be some truth
behind norton claiming my 1535 has a drive controller built in. I've
gotta do some probing and see what's up. I'll probably end up on a
neverending quest to find the female side of that amp connector

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> Does it have 40 pins or 40 sockets?  In other words,
> is it male of female?
> If it's female, you might be able to plug your hard
> drive directly in to the adapter board.
> -Shawn
>




Yahoo! Message number: 1734
Date: Tue, 21 Aug 2007 11:30:42 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: 1535 / built in IDE?

Kevin,
It sounds like you just need a standard IDE cable. 
They're female on both ends.
-Shawn

--- Kevin <chiopas@...> wrote:

> It's definitely a male connector. Relatively small,
> perhaps a tad over 
> an inch wide.  
> 
> btw - I fired up norton SI on an old XT with the
> controller card yanked 
> out and it did not indicate one as present, so there
> may be some truth 
> behind norton claiming my 1535 has a drive
> controller built in. I've 
> gotta do some probing and see what's up. I'll
> probably end up on a 
> neverending quest to find the female side of that
> amp connector 



       
____________________________________________________________________________________Ready for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/


Yahoo! Message number: 1735
Date: Wed, 22 Aug 2007 14:05:43 -0000
From: "Kevin"
Subject: Re: 1535 / built in IDE?

That AMP connector is much smaller than a standard IDE connector for
desktop or laptop drives.  I'll have to take some exact measurements,
but it looks similar to an AMPMODU System-50 series connector, Digi-Key
p/n A3212-ND, AMP p/n 104068-4.



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Kevin,
> It sounds like you just need a standard IDE cable.
> They're female on both ends.
> -Shawn




Yahoo! Message number: 1736
Date: Wed, 22 Aug 2007 20:40:15 -0700
From:
Subject: Re: [RuGRiD-Laptop] Re: 1535 / built in IDE?

Sorry um...  that's no standard IDE.  

Perhaps a photo of a working 1530 with arrows & circles and little paragraphs explaining what the parts are....

I think he needs the backplane board for the drives, which cables directly into the motherboard and provides the female 40 pin (2x20 0.1 inch pitch) ide connector. 


---- Kevin <chiopas@...> wrote: 
> That AMP connector is much smaller than a standard IDE connector for 
> desktop or laptop drives.  I'll have to take some exact measurements, 
> but it looks similar to an AMPMODU System-50 series connector, Digi-Key 
> p/n A3212-ND, AMP p/n 104068-4.
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
> >
> > Kevin,
> > It sounds like you just need a standard IDE cable. 
> > They're female on both ends.
> > -Shawn
> 
> 



Yahoo! Message number: 1737
Date: Wed, 22 Aug 2007 20:42:32 -0700
From:
Subject: Re: [RuGRiD-Laptop] Select Re.covering from Summer.Sessions

Well...  I'd rather have that compile time error then the dreaded segmentation fault.

---- Shawnerz <shawnerz@...> wrote: 
> Charlie,
> I found the error in your code!  Looks like they
> didn't teach you how to spell "Oracle" correctly.
> ;-)
> Who loves ya, baby!
> -Shawn
> --- charlieford1@... wrote:
> 
> > Rough  summer at UTA
> > 
> > If anyone asks "Do you think it would be a good idea
> > to take database management and intermediate
> > programing at the same time." You say NO!!!!!
> > 
> > strcpy(Omega -> Oricle -> SQL,Unix -> Omega ->
> > ANSI.C ->OO_C++);
> > int Eeeh(void)
> > {
> >     char display[]={brain suicide};
> >     printf("The combination is %s&#92;n",display);
> >     printf("Any questions?&#92;n");
> > }
> > 
> > get the picture?
> 
> 
> 
>        
> ____________________________________________________________________________________
> Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
> http://farechase.yahoo.com/



Yahoo! Message number: 1738
Date: Thu, 23 Aug 2007 11:01:59 -0000
From: "Kevin"
Subject: Re: 1535 / built in IDE?

I think I'm dealing with a lost cause.. I broke out the logic probe and
checked out the 40 pin connection and it is definitely not organized
like an IDE connector.  I'm not sure which board is considered the
backplane, there is the one board that is on the bottom of the
computer, with the expansion port that comes out the bottom, and then
there's the board that plugs into the floppy drive itself (basically
just cables and a 74273 chip on there).  The part numbers on either
board are not listed in the 1535 manual in the file section, and the
manual gives the impression that you were supposed to have dual
floppies, floppy+hd, or hd alone.  Perhaps I have a newer ultra-cheap
single-floppy board made later on. If I was ever gonna rig up my own
ide connection, I'd really need to know what the pinouts of the two 60-
pin connectors are coming off that board with the expansion connector.
60 pins is a lot for a floppy drive connection, so perhaps the IDE is 
on there as well.

With that being said, what the heck could that 40 pin connection be
for?

I'll take some pictures of the innards later tonight.  I wish there was
a repair manual or schematic floating around out there..






--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> Sorry um...  that's no standard IDE.
>
> Perhaps a photo of a working 1530 with arrows & circles and little
paragraphs explaining what the parts are....
>
> I think he needs the backplane board for the drives, which cables
directly into the motherboard and provides the female 40 pin (2x20 0.1
inch pitch) ide connector.




Yahoo! Message number: 1739
Date: Fri, 24 Aug 2007 00:11:07 -0000
From: "jeriddian"
Subject: Re: Sorry about that...

Shawn,

Lawrence wanted me to forward this to you:
---------------------------------------------------------
Hoo-boy. I had originally intended to upload them
zipped but had problems with nested files using
WinZip. When I saw the uploader could create folders,
I decided to bite the bullet and upload them singly.
There's a box on the upload form that lets you upload
file-posting notices to the group when checked. I
specifically left it unchecked but it must not have
been enabled and the default was to send a notice for
each upload. My apologies to the forum. my intentions
were good. Could you forward this to Shawn.

Lawrence

--- Felipe Porres <jeriddian@...> wrote:

> Hi, Lawrence,
>
> This is the message than Shawnerz put on the board:
>
> All,
> You have my apologies for all of the email
> notifications of new files.
> Once I realized what was going on, I temporarily
> banned Lawrence in order to stop the notifications.
>
> If anyone else plans to upload multiple files to the
> Group, PLEASE compress them using zip, arj, or rar.
> Then, upload ONE big file.
>
> Thank you very much,
> -Shawn
>
>
> I guess there was some problem with the way you were
> uploading the files, and it seems the ban is
> temporary until things get straightened out. I don't
> think he has any particular problem with you. He
> just needed to stop what you were doing in a hurry
> until he could specify how the files should be
> uploaded. I will send a message Shawn's way and ask
> him to reinstate you so that you can both talk.
>
> As to the person with the 1520's, this is email
> address:
>
> Adam Balsly
> <hyprkc@...<mailto:hyprkc@...>>
> (although he/she signs the emails with the name
> "Maria".)
>
> He/she currently has another of the 1520's for sale
> on Ebay at this moment, but does not know much about
> the machines at all.
>
> I have cruised through and visited the Vintage
> Computer Forum, and I have joined, although I have
> not really participated. I only joined long enough
> to put in a post saying I was willing to buy any
> 1530's and 1520's that anyone had to sell. I am not
> a big collector per se as I limit my collection to
> the GRiD's and the Kaypro's. I now have all of the
> Kaypro's from the 2 up to the 16, all in working
> order, so my collection is complete there. I have
> three working 1530's and one working 1520, (soon to
> be two once I receive this new one), I have a
> non-working 1535, and various parts from other
> 1520's and 1530's. I have limited my collection just
> to these as there were the first computers I had
> owned back in the '80's. I ended up selling my old
> Kaypro and wish I hadn't. Fortunately, I did keep my
> original 1530, and it is now completely refurbished
> with 8 MB RAM, blue LCD, EGA output, 420 MB HD, and
> math coprocessor. One other 1530 is also complete
> with blue LCD, 170 MB HD, and 8 MB RAM, but the
> memory chips are too tall to fit. The third one I
> have has red plasma, 120 MB HD, but only 2 MB RAM. I
> find my biggest need right now are the 1 MB SIPP's
> as my goal is to get my remaining machines
> operational and maxed out in their upgrade
> capabilities. I am still interested in your memory
> manager for your 1520, although one reason I bought
> the new 1520 of Ebay was that it boots off of a ROM,
> and I wanted to see what the config.sys and autoexec
> files looked like on that machine. I think I might
> try and experiment with trying to put a HD in it, if
> the motherboard can accept the backplane, since I
> have a spare backplane which would suffice. I would
> just need the cover plate that would go over the
> space where the second floppy appeared.
>
> My profession doesn't give me much time at all to
> spend on the machines, but I do what I can. And I
> understand the marching of time and it's effects on
> us. I'm only 53, but I am already experiencing some
> of what you are talking about. But I would also be
> interested in preserving the old software as well. I
> appreciate you kind words about the manual data, and
> I was indeed glad to help out there. If there's
> something I can do in regard to preserving the
> software, I would be glad to help.
> 
> Sincerely,
>
> Phil



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> This wasn't supoosed to go to the list.
> My mistake.
> -Shawn
> --- Shawnerz <shawnerz@...> wrote:
>
> > Phil (and Lawrence).
> > I responded with two emails to you Lawrence on
> > Thursday.  I used the above email address.
> > I let you know what was going on with the "STOP THE
> > PAIN" email.  Then I sent a second email to the
> > above
> > email address.  In both emails, I let you know that
> > is
> > wasn't anything personal.  I just needed to stop the
> > new email notificiations.
> > Shortly after the second email, I sent an
> > Invitiation
> > to re-join the group.  Again, all of that happened
> > on
> > Thursday.
> > I will say that it's odd that Yahoo doesn't show
> > your
> > invitiation as a Pending event.  It doesn't show you
> > as a member, either.  Perhaps it is waiting for you
> > to
> > respond before it adds you to the Pending list.
> >
> > But, you're welcome back at any time, Lawrenece.
> > Thanks,
> > -Shawn
> >
> > --- jeriddian <Jeriddian@...> wrote:
> >
> > > Shawn,
> > >
> > > I been in conatact with LAwrence and he's puzzled
> > as
> > > to why he was
> > > temporarily banned. I informed it was about the
> > way
> > > he was uploading
> > > the files. Anyway, he just wants to communicate
> > with
> > > you so if you
> > > could lift his ban, you can both communicate about
> > > how to do the file
> > > uploading. Thanks.
> > >
> > > Phil
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> > > <shawnerz@> wrote:
> > > >
> > > > All,
> > > > You have my apologies for all of the email
> > > > notifications of new files.
> > > > Once I realized what was going on, I temporarily
> > > > banned Lawrence in order to stop the
> > > notifications.
> > > >
> > > > If anyone else plans to upload multiple files to
> > > the
> > > > Group, PLEASE compress them using zip, arj, or
> > > rar.
> > > > Then, upload ONE big file.
> > > >
> > > > Thank you very much,
> > > > -Shawn
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
______________________________________________________________________
> > > ______________
> > > > Be a better Globetrotter. Get better travel
> > > answers from someone
> > > who knows. Yahoo! Answers - Check it out.
> > > >
> > >
> >
> http://answers.yahoo.com/dir/?link=list&sid=396545469
> > > >
> > >
> > >
> > >
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/
> > > Yahoo! Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
> >
> > 
> >
> >
>
______________________________________________________________________
______________Ready
> > for the edge of your seat?
> > Check out tonight's top picks on Yahoo! TV.
> > http://tv.yahoo.com/
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Yahoo! oneSearch: Finally, mobile search
> that gives answers, not web links.
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>




Yahoo! Message number: 1740
Date: Fri, 24 Aug 2007 08:47:57 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Sorry about that...

Hey Phil,
Thanks for the email.
The question I have is, why hasn't Lawrence responded?
There wasn't any personal, hard feelings that went
into my decision to block him.  It was the
notificiations - and you echoed that in your email to
him.  
I've sent Lawrence 2 direct emails, cc-ed him on the
last one to you, and sent an invitation to join the
group.
I haven't heard anything back.  He's welcome to come
back at any time.
-Shawn


--- jeriddian <Jeriddian@...> wrote:

> Shawn,
> 
> Lawrence wanted me to forward this to you:
>
---------------------------------------------------------
> Hoo-boy. I had originally intended to upload them
> zipped but had problems with nested files using
> WinZip. When I saw the uploader could create
> folders,
> I decided to bite the bullet and upload them singly.
> There's a box on the upload form that lets you
> upload
> file-posting notices to the group when checked. I
> specifically left it unchecked but it must not have
> been enabled and the default was to send a notice
> for
> each upload. My apologies to the forum. my
> intentions
> were good. Could you forward this to Shawn.
> 
> Lawrence
> 
> --- Felipe Porres <jeriddian@...> wrote:
> 
> > Hi, Lawrence,
> > 
> > This is the message than Shawnerz put on the
> board:
> > 
> > All,
> > You have my apologies for all of the email
> > notifications of new files.
> > Once I realized what was going on, I temporarily
> > banned Lawrence in order to stop the
> notifications.
> > 
> > If anyone else plans to upload multiple files to
> the
> > Group, PLEASE compress them using zip, arj, or
> rar.
> > Then, upload ONE big file.
> > 
> > Thank you very much,
> > -Shawn
> > 
> >  
> > I guess there was some problem with the way you
> were
> > uploading the files, and it seems the ban is
> > temporary until things get straightened out. I
> don't
> > think he has any particular problem with you. He
> > just needed to stop what you were doing in a hurry
> > until he could specify how the files should be
> > uploaded. I will send a message Shawn's way and
> ask
> > him to reinstate you so that you can both talk.


       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469


Yahoo! Message number: 1741
Date: Sat, 25 Aug 2007 19:34:50 -0000
From: "ballsandy101"
Subject: Here's an interesting find. An external battery pack.

http://cgi.ebay.ca/GRiD-Evolupack-32161-External-Battery-Pack-Series-6860_W0QQitemZ190144616265QQihZ009QQcategoryZ11169QQrdZ1QQssPageNameZWD1VQQcmdZViewItem

Looks rather beat up and no description but for that price it looks
tempting.



Yahoo! Message number: 1742
Date: Sat, 25 Aug 2007 19:39:57 -0000
From: "ballsandy101"
Subject: Rebuilding a GRiD battery and upgrading.

The battery pack in my 1520 no longer holds a charge and I am
wondering how hard it is to open it (without wrecking it) and replace
the battery.
Also, I am wondering if there is a specific 286 co-processor that's
needed or if any intel 286 co-processor will do.



Yahoo! Message number: 1743
Date: Sat, 25 Aug 2007 20:42:01 -0000
From: "jeriddian"
Subject: Re: Rebuilding a GRiD battery and upgrading.

For five bucks, I'm willing to buy this one on ebay (which I did) and
test that theory out myself. As to the 286 coprocessor, I am assuming
it is a 287 math coprocessor you are talking about. Be sure it is a 10
MHz chip or it may not work fast enough. There's a guy on ebay right
now selling them. Just condust a search for the 287 math coprocessor at
10 MHz.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...>
wrote:
>
> The battery pack in my 1520 no longer holds a charge and I am
> wondering how hard it is to open it (without wrecking it) and replace
> the battery.
> Also, I am wondering if there is a specific 286 co-processor that's
> needed or if any intel 286 co-processor will do.
>




Yahoo! Message number: 1744
Date: Sat, 25 Aug 2007 21:30:21 -0000
From: "ballsandy101"
Subject: Re: Rebuilding a GRiD battery and upgrading.

I think I saw that GRiD on ebay too.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> For five bucks, I'm willing to buy this one on ebay (which I did) and
> test that theory out myself. As to the 286 coprocessor, I am assuming
> it is a 287 math coprocessor you are talking about. Be sure it is a 10
> MHz chip or it may not work fast enough. There's a guy on ebay right
> now selling them. Just condust a search for the 287 math coprocessor at
> 10 MHz.
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@>
> wrote:
> >
> > The battery pack in my 1520 no longer holds a charge and I am
> > wondering how hard it is to open it (without wrecking it) and replace
> > the battery.
> > Also, I am wondering if there is a specific 286 co-processor that's
> > needed or if any intel 286 co-processor will do.
> >
>




Yahoo! Message number: 1745
Date: Sat, 25 Aug 2007 21:35:25 -0000
From: "engrken04"
Subject: Re: Here's an interesting find. An external battery pack.

--- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...>
wrote:
>
>
http://cgi.ebay.ca/GRiD-Evolupack-32161-External-Battery-Pack-Series-6860_W0QQitemZ190144616265QQihZ009QQcategoryZ11169QQrdZ1QQssPageNameZWD1VQQcmdZViewItem
>
> Looks rather beat up and no description but for that price it looks
> tempting.
>
There are two more of these (Grid #32161) in my garage if anyone wants
them for the cost of shipping.  Hard to believe they might still take
a charge.

Ken S.




Yahoo! Message number: 1746
Date: Sat, 25 Aug 2007 23:54:39 -0000
From: "jeriddian"
Subject: Re: Here's an interesting find. An external battery pack.

Actually Ken,

I'll be glad to take them. Let me know what the cost of shipping is and
I'll send you the money. I have some ideas on replacing the batteries
inside them. Thanks.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "engrken04" <engrken@...> wrote:
>
> --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@>
> wrote:
> >
> >
> http://cgi.ebay.ca/GRiD-Evolupack-32161-External-Battery-Pack-Series-
6860_W0QQitemZ190144616265QQihZ009QQcategoryZ11169QQrdZ1QQssPageNameZWD1
VQQcmdZViewItem
> >
> > Looks rather beat up and no description but for that price it looks
> > tempting.
> >
> There are two more of these (Grid #32161) in my garage if anyone wants
> them for the cost of shipping.  Hard to believe they might still take
> a charge.
>
> Ken S.
>




Yahoo! Message number: 1747
Date: Sat, 25 Aug 2007 19:46:25 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Here's an interesting find. An external battery pack.

You do realize that if the internal ni-cads are the
originals, those batteries will not hold a charge. 
Somewhere between 3 to 5 years is all you can expect
to get out of ni-cads.
The cost of replacing the cell packs will run a few
dollars.
Good luck with your project.
-Shawn

--- ballsandy101 <ballsandy@...> wrote:

>
http://cgi.ebay.ca/GRiD-Evolupack-32161-External-Battery-Pack-Series-6860_W0QQitemZ190144616265QQihZ009QQcategoryZ11169QQrdZ1QQssPageNameZWD1VQQcmdZViewItem
> 
> Looks rather beat up and no description but for that
> price it looks
> tempting.
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC


Yahoo! Message number: 1748
Date: Sun, 26 Aug 2007 04:16:55 -0000
From: "jeriddian"
Subject: Re: Here's an interesting find. An external battery pack.

Oh, absolutely Shawn,

I know the ni-cads are gone. But I am hoping to replace them with
Lithium ion units that are smaller and fit inside the original
packaging. I just have to figure out a way to open them without
tearing them apart.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> You do realize that if the internal ni-cads are the
> originals, those batteries will not hold a charge.
> Somewhere between 3 to 5 years is all you can expect
> to get out of ni-cads.
> The cost of replacing the cell packs will run a few
> dollars.
> Good luck with your project.
> -Shawn
>
> --- ballsandy101 <ballsandy@...> wrote:
>
> >
> http://cgi.ebay.ca/GRiD-Evolupack-32161-External-Battery-Pack-
Series-
6860_W0QQitemZ190144616265QQihZ009QQcategoryZ11169QQrdZ1QQssPageNameZW
D1VQQcmdZViewItem
> >
> > Looks rather beat up and no description but for that
> > price it looks
> > tempting.
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
>
______________________________________________________________________
______________
> Yahoo! oneSearch: Finally, mobile search
> that gives answers, not web links.
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>




Yahoo! Message number: 1749
Date: Sat, 25 Aug 2007 23:37:46 -0700
From: jim
Subject: Re: [RuGRiD-Laptop] Re: Here's an interesting find. An external battery pack.

jeriddian wrote:

>Oh, absolutely Shawn,
>
>I know the ni-cads are gone. But I am hoping to replace them with 
>Lithium ion units that are smaller and fit inside the original 
>packaging. I just have to figure out a way to open them without 
>tearing them apart.
>
>Phil
>  
>
I'd be very careful of replacing any batteries in a nicad or NMH system 
with litium.  besides different voltages, the circuitry may make you a 
nice incendiary device rather than a battery pack, since the charging 
requirements are very different between the batteries.

I won't go into anything about the possible problems because I don't 
have any idea how Grid did their charging circuits, but you should plan 
on replacing at least that part of the circuitry or looking at it 
carefully before you assume you have a working system.

Lithium batteries are prone to working fine or seeming to and then 
flamo!  Ask Sony and others how predictiable the technology is and 
you'll get an idea how much the real pro's know about them (not enough).

jim


Yahoo! Message number: 1750
Date: Sun, 26 Aug 2007 13:44:38 -0000
From: "jeriddian"
Subject: Re: Here's an interesting find. An external battery pack.

You are quite right, Jim

I am aware of the possible explosion possibilities of Lithium
batteries if they are overloaded past their design parmeters. It is
an issue I am still exploring trying to find an external battery pack
that will support my power hungry 120 watt VAIO laptop. My plan is to
find a Lithium battery pack system that will power the Grid, which
should be easy enough to find since they are 60 watt units, yet small
enough to fit inside the shell. I would then take the grid battery
pack and completely gut it. The only thing I want is the shell. I
don't want the circuitry at all. Then I would simply affix the new
battery pack system within the shell. I guess it would be easier to
just make a new shell, but if I'm paying five bucks for a shell, I
think that might be worth it. I ant to be able to affix it to the
Grid just like the original battery pack did.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, jim <jwstephens@...> wrote:
>
> jeriddian wrote:
>
> >Oh, absolutely Shawn,
> >
> >I know the ni-cads are gone. But I am hoping to replace them with
> >Lithium ion units that are smaller and fit inside the original
> >packaging. I just have to figure out a way to open them without
> >tearing them apart.
> >
> >Phil
> >
> >
> I'd be very careful of replacing any batteries in a nicad or NMH
system
> with litium.  besides different voltages, the circuitry may make
you a
> nice incendiary device rather than a battery pack, since the
charging
> requirements are very different between the batteries.
>
> I won't go into anything about the possible problems because I
don't
> have any idea how Grid did their charging circuits, but you should
plan
> on replacing at least that part of the circuitry or looking at it
> carefully before you assume you have a working system.
>
> Lithium batteries are prone to working fine or seeming to and then
> flamo!  Ask Sony and others how predictiable the technology is and
> you'll get an idea how much the real pro's know about them (not
enough).
>
> jim
>




Yahoo! Message number: 1751
Date: Sun, 26 Aug 2007 17:27:07 -0000
From: "androgenoide"
Subject: Re: Here's an interesting find. An external battery pack.

Li ion batteries are not intrinsically safe.  Law and prudence
require them to have cut-out circuits built in that will open the
battery contacts if it gets hot or draws/supplies excessive current.
Chargers for them are tricky to build...typically using an IC
designed around the battery... and with all those precautions they
still have been known to catch on fire...a nasty hot sort of fire
that's not easy to put out.  I don't know if it's hot enough to
ignite the magnesium case but that would be REALLY interesting since
neither magnesium nor lithium fires respond well to normal fire
extinguishers.

I heard about an after market add-on battery pack for a Prius that
involved putting a giant Li ion battery in place of the spare tire.
I'm not sure I'd want that, myself.

On the other hand it looks like a pretty big box and would probably
hold sealed lead-acid or gel cells.  4AH "D" size lead acid cells
were pretty expensive the last time I bought some but barring
physical damage to the case they seem to be pretty predictable.
















--- In RuGRiD-Laptop@yahoogroups.com, jim <jwstephens@...> wrote:
>
> jeriddian wrote:
>
> >Oh, absolutely Shawn,
> >
> >I know the ni-cads are gone. But I am hoping to replace them with
> >Lithium ion units that are smaller and fit inside the original
> >packaging. I just have to figure out a way to open them without
> >tearing them apart.
> >
> >Phil
> >
> >
> I'd be very careful of replacing any batteries in a nicad or NMH
system
> with litium.  besides different voltages, the circuitry may make
you a
> nice incendiary device rather than a battery pack, since the
charging
> requirements are very different between the batteries.
>
> I won't go into anything about the possible problems because I
don't
> have any idea how Grid did their charging circuits, but you should
plan
> on replacing at least that part of the circuitry or looking at it
> carefully before you assume you have a working system.
>
> Lithium batteries are prone to working fine or seeming to and then
> flamo!  Ask Sony and others how predictiable the technology is and
> you'll get an idea how much the real pro's know about them (not
enough).
>
> jim
>




Yahoo! Message number: 1752
Date: Sun, 26 Aug 2007 22:42:34 -0400
From:
Subject: Re: [RuGRiD-Laptop] Re: Here's an interesting find. An external battery pack.

Anyone want to do a LiIon mod I can write up some hobyest build-ables
that will do the job. The LiIon will far outperform the NiCd but has
significantly different charging requirements, and there are some 
problems (safety-wize) wich have to be considered. 

The GRiD internal is set up to use 9 NiCd (a multiple of three is good) 
1600 mAH (9.0V low and 12.24 full) each LiIon cell will oporate in 
the same voltage range as any three NiCd cells 3.0V -> 4.2V they will 
have a lower ESR (Estimated Series Resistance) be far smaller and 
liter, better yeild and so-on.  
                 However, 
                                     since they do not leak current the cells need
to be balanced during charging, and they need to be shut off 
completely when full.  Also beware operating and storage temperatures
the more full a cell is the more likely it is to have a thermal cascade. 
(resulting in a fire).  This is a situation we have to be even more careful
about because of the magnesium case.  the GRiD could become a tiny
non-radioactive China Syndrome demonstrator....



---- androgenoide <androgenoide@...> wrote: 
> Li ion batteries are not intrinsically safe.  Law and prudence 
> require them to have cut-out circuits built in that will open the 
> battery contacts if it gets hot or draws/supplies excessive current.  
> Chargers for them are tricky to build...typically using an IC 
> designed around the battery... and with all those precautions they 
> still have been known to catch on fire...a nasty hot sort of fire 
> that's not easy to put out.  I don't know if it's hot enough to 
> ignite the magnesium case but that would be REALLY interesting since 
> neither magnesium nor lithium fires respond well to normal fire 
> extinguishers.
> 
> I heard about an after market add-on battery pack for a Prius that 
> involved putting a giant Li ion battery in place of the spare tire.   
> I'm not sure I'd want that, myself.
> 
> On the other hand it looks like a pretty big box and would probably 
> hold sealed lead-acid or gel cells.  4AH "D" size lead acid cells 
> were pretty expensive the last time I bought some but barring 
> physical damage to the case they seem to be pretty predictable.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, jim <jwstephens@...> wrote:
> >
> > jeriddian wrote:
> > 
> > >Oh, absolutely Shawn,
> > >
> > >I know the ni-cads are gone. But I am hoping to replace them with 
> > >Lithium ion units that are smaller and fit inside the original 
> > >packaging. I just have to figure out a way to open them without 
> > >tearing them apart.
> > >
> > >Phil
> > >  
> > >
> > I'd be very careful of replacing any batteries in a nicad or NMH 
> system 
> > with litium.  besides different voltages, the circuitry may make 
> you a 
> > nice incendiary device rather than a battery pack, since the 
> charging 
> > requirements are very different between the batteries.
> > 
> > I won't go into anything about the possible problems because I 
> don't 
> > have any idea how Grid did their charging circuits, but you should 
> plan 
> > on replacing at least that part of the circuitry or looking at it 
> > carefully before you assume you have a working system.
> > 
> > Lithium batteries are prone to working fine or seeming to and then 
> > flamo!  Ask Sony and others how predictiable the technology is and 
> > you'll get an idea how much the real pro's know about them (not 
> enough).
> > 
> > jim
> >
> 
> 



Yahoo! Message number: 1753
Date: Sun, 26 Aug 2007 23:16:14 -0400
From:
Subject: Linux

Hay folks.  Anybody interested in running Linux on a 15XX GRiD?

History ->

1986 the 1530 could be configured with Unix and the 1520 with Minix all using a multi boot (I think it was grub) by 1990 the 386 was at full popularity, and Linux was becoming the OS to watch.  

I think we can find an old 1.X Linux and an old version of black box GUI and make it happen.    


Yahoo! Message number: 1754
Date: Mon, 27 Aug 2007 06:47:52 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Linux

I've got an old version of Mimix.  I think it's the
last version to support the 1520.
Now, I just have to find it...
Once I do, I'll put it in the Files section if anyone
is interested.
-Shawn

--- charlieford1@... wrote:

> Hay folks.  Anybody interested in running Linux on a
> 15XX GRiD?
> 
> History ->
> 
> 1986 the 1530 could be configured with Unix and the
> 1520 with Minix all using a multi boot (I think it
> was grub) by 1990 the 386 was at full popularity,
> and Linux was becoming the OS to watch.  
> 
> I think we can find an old 1.X Linux and an old
> version of black box GUI and make it happen.    
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469


Yahoo! Message number: 1755
Date: Mon, 27 Aug 2007 14:48:00 +0000
From: "wilfred blanchard"
Subject: 1450SX

This is part 1 of a multi-part message.

Attn: Jerridan   Phil, I read your message about lithium batteries & wonder 
if you could help me with advice on my problem with the CMOS battery on the 
1450SX laptop? It has to be replaced and, to this end, I have aquired two 
cells but cannot see how I could make the connections which appear to be 
clipped in some way. Cannot be soldered, obviously. I attach photo; can you 
help?
Wilfred


This is part 2 of a multi-part message.

Attached application/pdf file not shown; stay tuned!


Yahoo! Message number: 1756
Date: Mon, 27 Aug 2007 19:27:30 -0400
From:
Subject: Re: [RuGRiD-Laptop] Linux

Wow Min for the 286...  isn't that what Linus T started out with?

---- Shawnerz <shawnerz@...> wrote: 
> I've got an old version of Mimix.  I think it's the
> last version to support the 1520.
> Now, I just have to find it...
> Once I do, I'll put it in the Files section if anyone
> is interested.
> -Shawn
> 
> --- charlieford1@... wrote:
> 
> > Hay folks.  Anybody interested in running Linux on a
> > 15XX GRiD?
> > 
> > History ->
> > 
> > 1986 the 1530 could be configured with Unix and the
> > 1520 with Minix all using a multi boot (I think it
> > was grub) by 1990 the 386 was at full popularity,
> > and Linux was becoming the OS to watch.  
> > 
> > I think we can find an old 1.X Linux and an old
> > version of black box GUI and make it happen.    
> > 
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> 
>        
> ____________________________________________________________________________________
> Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545469



Yahoo! Message number: 1757
Date: Tue, 28 Aug 2007 01:50:27 -0000
From: "Kevin"
Subject: Re: Linux

I'm hoping to run Linux on my Grid 1535. The only thing stopping me is
the fact that I only have 2mb of ram.  I'm trying to build my own SIP's
and should have 8 megs in there within a week or so, so stay tuned for
my results.  The next limiting factor will be that I have no hard drive
or hard drive interface in my 1535, so running from a floppy will be
the only way I can go from the start.

I had a single floppy version of Minix that came with one of my college
textbooks.  I'll take a look and see if I can dig it up.  The chances
of it working are probably less than average though. Not one of my old
5.25 low density atari disks has ever failed me but 3.5 HD's barely
survive a trip across the room let alone a decade :p  If I can dig it
up I'll definitely post it.

-Kevin



--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> Hay folks.  Anybody interested in running Linux on a 15XX GRiD?
>
> History ->
>
> 1986 the 1530 could be configured with Unix and the 1520 with Minix
all using a multi boot (I think it was grub) by 1990 the 386 was at
full popularity, and Linux was becoming the OS to watch.
>
> I think we can find an old 1.X Linux and an old version of black box
GUI and make it happen.
>




Yahoo! Message number: 1758
Date: Mon, 27 Aug 2007 18:47:48 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Linux

All,
I don't know about that.
OK, I found mimux and an old thread (from 2002)
between you and Lawrence.
Lawrence suggested "etlinux."  The drawback to etlinux
is in needs a 386.  So, that means the 1520's are out.
I did a search and found it here:
http://ftp.linux.it/pub/People/Rubini/etlinux/

I never played with minux.  I found the files and
loaded them on my ftp server.

I also found another OS called Contiki.  I downloaded
it a while back.  Again, I haven't tried it.  I
*think* it will run on a 286.  The organization that
sponsored Contiki had a goal to bring a cheap OS to
old computers in disadvantaged countries.

I'd be interested to know if they work.

Enjoy,
-Shawn
Shawn's ftp server:
ftp://shawnerz.homelinux.org
Login: griduser 
password: griduser


--- charlieford1@... wrote:

> Wow Min for the 286...  isn't that what Linus T
> started out with?
> 
> ---- Shawnerz <shawnerz@...> wrote: 
> > I've got an old version of Mimix.  I think it's
> the
> > last version to support the 1520.
> > Now, I just have to find it...
> > Once I do, I'll put it in the Files section if
> anyone
> > is interested.
> > -Shawn
> > 
> > --- charlieford1@... wrote:
> > 
> > > Hay folks.  Anybody interested in running Linux
> on a
> > > 15XX GRiD?
> > > 
> > > History ->
> > > 
> > > 1986 the 1530 could be configured with Unix and
> the
> > > 1520 with Minix all using a multi boot (I think
> it
> > > was grub) by 1990 the 386 was at full
> popularity,
> > > and Linux was becoming the OS to watch.  
> > > 
> > > I think we can find an old 1.X Linux and an old
> > > version of black box GUI and make it happen.    
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > 
> >        
> >
>
____________________________________________________________________________________
> > Be a better Globetrotter. Get better travel
> answers from someone who knows. Yahoo! Answers -
> Check it out.
> >
>
http://answers.yahoo.com/dir/?link=list&sid=396545469
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC


Yahoo! Message number: 1759
Date: Mon, 27 Aug 2007 20:44:56 -0700
From: jim
Subject: Re: [RuGRiD-Laptop] Linux

charlieford1@... wrote:

>Wow Min for the 286...  isn't that what Linus T started out with?
>
>  
>
no.  he designed and wrote his own system w/o unix or minix system 
exposure.  Minix and Linux have fundamentally different algorithms for 
cpu utilization, which is at the heart of a very early argument between 
Andy Tanenbaum and Linux, which lead to the myth about Linus having 
exposure to "secrets".

I believe it is well documented elsewhere, and would look it up if 
anyone is interested.  Please email me offline if you are.

Interesting to run Linux or Minix on a 286.  both run quite well, from 
what I recall from 286 days on the AT platforms.

Jim


Yahoo! Message number: 1760
Date: Tue, 28 Aug 2007 16:23:27 -0000
From: "Kevin"
Subject: Re: Linux

Bare minumum for X86 linux should be a 386sx with 4mb ram AFAIK.  You
can emulate a copro and use hd space as virtual memory, but that
would be the minimum starting point.

There is an interesting embedded linux project I found that claims to
run on any of the x86 family from the 8088 upwards:

http://elks.sourceforge.net/FAQ-English.html

I found the 5.25" bootable unix that I used in college in the mid90s,
but it was not minix, it was Coherent.  I'll see if the disk still
works and if it can be dumped to a 3.5".  Might be interesting to
fire up for fun, but I'll take linux over that any day :)

I forgot how the legend goes, but I think Linus started working on
linux to prove a point that something could be done differently than
minix.


> no.  he designed and wrote his own system w/o unix or minix system
> exposure.  Minix and Linux have fundamentally different algorithms
for
> cpu utilization, which is at the heart of a very early argument 
between
> Andy Tanenbaum and Linux, which lead to the myth about Linus having
> exposure to "secrets".
>
> I believe it is well documented elsewhere, and would look it up if
> anyone is interested.  Please email me offline if you are.
>
> Interesting to run Linux or Minix on a 286.  both run quite well,
from
> what I recall from 286 days on the AT platforms.
>
> Jim
>




Yahoo! Message number: 1761
Date: Tue, 28 Aug 2007 23:07:33 -0700 (PDT)
From: e m
Subject: Re: [RuGRiD-Laptop] Linux
text/plain; charset=iso-8859-1

Yeah, Kevin is on the mark with Linux.  I tried Trinux three years ago on my Grid and got an instant error about not having a 386 processor.  I wouldn't even try to run X on it if I could get it running, there's just not enough firepower in my 1520.

Minix (VERY old Minix) might run, but it looks like a lot of hassle to compile for a hobby computer when I have a lot of other ones to tend to.  I would love to have the time to find out, and best of luck to anyone who tries to find out.

I love this community and am glad all you folks are trying your best to keep these things alive and running.

Kevin <chiopas@...> wrote:                               
 Bare minumum for X86 linux should be a 386sx with 4mb ram AFAIK.  You 
 can emulate a copro and use hd space as virtual memory, but that 
 would be the minimum starting point.   
 
 There is an interesting embedded linux project I found that claims to 
 run on any of the x86 family from the 8088 upwards:
 
 http://elks.sourceforge.net/FAQ-English.html
 
 I found the 5.25" bootable unix that I used in college in the mid90s, 
 but it was not minix, it was Coherent.  I'll see if the disk still 
 works and if it can be dumped to a 3.5".  Might be interesting to 
 fire up for fun, but I'll take linux over that any day :) 
 
 I forgot how the legend goes, but I think Linus started working on 
 linux to prove a point that something could be done differently than 
 minix.  
 
 > no.  he designed and wrote his own system w/o unix or minix system 
 > exposure.  Minix and Linux have fundamentally different algorithms 
 for 
 > cpu utilization, which is at the heart of a very early argument 
 between 
 > Andy Tanenbaum and Linux, which lead to the myth about Linus having 
 > exposure to "secrets".
 > 
 > I believe it is well documented elsewhere, and would look it up if 
 > anyone is interested.  Please email me offline if you are.
 > 
 > Interesting to run Linux or Minix on a 286.  both run quite well, 
 from 
 > what I recall from 286 days on the AT platforms.
 > 
 > Jim
 >
 
 
     
                               

       
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 

Yahoo! Message number: 1762
Date: Wed, 29 Aug 2007 10:01:24 -0000
From: "jchazekamp"
Subject: Windows 3.1 on a GRiD?

Hello, i've recently acquired a Mint Gridcase Model 1520, that came
with no loaded OS. I'd like to inquire if its possible to load Windows
3.1x onto the laptop.



Yahoo! Message number: 1763
Date: Wed, 29 Aug 2007 06:45:03 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Windows 3.1 on a GRiD?

Hello Jchazekamp.
Yes, it is possible.  Win 3.1 will run on a 286.  Do
you have the install disks?
-Shawn

--- jchazekamp <jchazekamp@...> wrote:

> Hello, i've recently acquired a Mint Gridcase Model
> 1520, that came
> with no loaded OS. I'd like to inquire if its
> possible to load Windows
> 3.1x onto the laptop. 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 




Yahoo! Message number: 1764
Date: Wed, 12 Sep 2007 19:23:34 -0000
From: "Shawnerz"
Subject: MS-DOS 5 Promotional Video

All,
I was reading slashdot (http://slashdot.org) today and they had link
for a promotional video from Microsoft explaining why you should
upgrade to MS-DOS 5.  This video is comical, annoying, and well, bad.

This is from Slashdot:

Every now and then I stumble on something so ridiculous that I have to
share it. This is a promotion video to upgrade to DOS 5 obviously made
in a different era. Promoting features like mouse support, a graphical
shell, and freeing up at LEAST 45k of memory, well, Gimme 5! Did I
mention that it's all set to a hip beat? You'll love it. And by "Love"
I mean "Stick forks in your eyes".

The link is here: http://www.collegehumor.com/video:1774935

Enjoy,
-Shawn



Yahoo! Message number: 1765
Date: Sun, 16 Sep 2007 01:07:45 -0000
From: "mbbrutman"
Subject: Grid 1500 series expansion unit available

http://www.vintage-computer.com/vcforum/showthread.php?t=8508


Mike




Yahoo! Message number: 1766
Date: Sat, 15 Sep 2007 18:38:02 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Grid 1500 series expansion unit available

Mike,
That's pretty cool!
How does the Grid connect to it?
-Shawn

--- mbbrutman <mbbrutman@...> wrote:

>
http://www.vintage-computer.com/vcforum/showthread.php?t=8508
> 
> 
> Mike
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/


Yahoo! Message number: 1767
Date: Sat, 15 Sep 2007 19:49:39 -0700 (PDT)
From: "Michael B. Brutman"
Subject: Re: [RuGRiD-Laptop] Grid 1500 series expansion unit available

Absolutely no idea ..  I don't even own a Grid, but I knew you guys would want to see that.

There must be a port on the Grid that provides access to the bus, otherwise it could not work.


Mike

--- Shawnerz <shawnerz@...> wrote:

> Mike,
> That's pretty cool!
> How does the Grid connect to it?
> -Shawn
> 
> --- mbbrutman <mbbrutman@...> wrote:
> 
> >
> http://www.vintage-computer.com/vcforum/showthread.php?t=8508
> > 
> > 
> > Mike
> > 
> > 
> > 
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> 
>        
> ____________________________________________________________________________________
> Need a vacation? Get great deals
> to amazing places on Yahoo! Travel.
> http://travel.yahoo.com/
> 



       
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting 


Yahoo! Message number: 1768
Date: Sun, 16 Sep 2007 03:17:49 -0000
From: "ballsandy101"
Subject: Re: Grid 1500 series expansion unit available

I'm tempted to take it off your hands but the mention of the 1550sx
makes me think that it is probably incompatible with my 1520 system.
I bet you that single ISA card is how the box connects to the system.

--- In RuGRiD-Laptop@yahoogroups.com, "Michael B. Brutman"
<mbbrutman@...> wrote:
>
> Absolutely no idea ..  I don't even own a Grid, but I knew you guys
would want to see that.
>
> There must be a port on the Grid that provides access to the bus,
otherwise it could not work.
>
>
> Mike
>
> --- Shawnerz <shawnerz@...> wrote:
>
> > Mike,
> > That's pretty cool!
> > How does the Grid connect to it?
> > -Shawn
> >
> > --- mbbrutman <mbbrutman@...> wrote:
> >
> > >
> > http://www.vintage-computer.com/vcforum/showthread.php?t=8508
> > >
> > >
> > > Mike
> > >
> > >
> > >
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/
> > > Yahoo! Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> > 
> >
> >
> >
> >
____________________________________________________________________________________
> > Need a vacation? Get great deals
> > to amazing places on Yahoo! Travel.
> > http://travel.yahoo.com/
> >
> 
>
>
>
>
____________________________________________________________________________________
> Building a website is a piece of cake. Yahoo! Small Business gives
you all the tools to get online.
> http://smallbusiness.yahoo.com/webhosting
>




Yahoo! Message number: 1769
Date: Sat, 29 Sep 2007 01:13:21 -0000
From: "matt noble"
Subject: Not sure what Grid model I just got....

http://img225.imageshack.us/img225/4792/gridviewgu1.jpg

http://img228.imageshack.us/img228/4471/gridscreeneh5.jpg

http://img223.imageshack.us/img223/8798/floppydrivegt5.jpg

http://img225.imageshack.us/img225/8600/rearplugau6.jpg

Hi Guys,

First post.

Got this beauty today, and not sure what model it is.

It doesn't have Gridcase3 on it anywhere.

Any thoughts?

Thank you.



Yahoo! Message number: 1770
Date: Fri, 28 Sep 2007 20:54:24 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Not sure what Grid model I just got....

Matt,
I think it's the first Gridcase.  I'm not sure,
though.
8088 processor.  Not sure what speed.
Sorry.  1520's are my specialty.
-Shawn
--- matt noble <mnoble2@...> wrote:

>
http://img225.imageshack.us/img225/4792/gridviewgu1.jpg
> 
>
http://img228.imageshack.us/img228/4471/gridscreeneh5.jpg
> 
>
http://img223.imageshack.us/img223/8798/floppydrivegt5.jpg
> 
>
http://img225.imageshack.us/img225/8600/rearplugau6.jpg
> 
> Hi Guys,
> 
> First post.
> 
> Got this beauty today, and not sure what model it
> is.
> 
> It doesn't have Gridcase3 on it anywhere.
> 
> Any thoughts?
> 
> Thank you.
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 




Yahoo! Message number: 1771
Date: Fri, 28 Sep 2007 22:36:13 -0700
From:
Subject: Re: [RuGRiD-Laptop] Not sure what Grid model I just got....

Judging by the screen, this looks like the GRiD Compus.
I think 
8086+8087 4.77MHz 512K with about 700K of "bubble memory" for a disk drive
Bubble memory is an interestng place between a Wang mag-core and a compact flash

---- Shawnerz <shawnerz@...> wrote: 
> Matt,
> I think it's the first Gridcase.  I'm not sure,
> though.
> 8088 processor.  Not sure what speed.
> Sorry.  1520's are my specialty.
> -Shawn
> --- matt noble <mnoble2@...> wrote:
> 
> >
> http://img225.imageshack.us/img225/4792/gridviewgu1.jpg
> > 
> >
> http://img228.imageshack.us/img228/4471/gridscreeneh5.jpg
> > 
> >
> http://img223.imageshack.us/img223/8798/floppydrivegt5.jpg
> > 
> >
> http://img225.imageshack.us/img225/8600/rearplugau6.jpg
> > 
> > Hi Guys,
> > 
> > First post.
> > 
> > Got this beauty today, and not sure what model it
> > is.
> > 
> > It doesn't have Gridcase3 on it anywhere.
> > 
> > Any thoughts?
> > 
> > Thank you.
> > 
> > 
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> 
>       ____________________________________________________________________________________
> Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 
> 
> 



Yahoo! Message number: 1772
Date: Sat, 29 Sep 2007 05:57:41 -0000
From: "matt noble"
Subject: Re: Not sure what Grid model I just got....

It doesn't say compass on the unit. Plus

I thought the compass versions didn't have an

internal floppy drive.


I'm being to think it is a Gridcase4 based on the
screen type.


Not sure if the floppy drive is screwed up with the
boot failure.  Shouldn't it boot to the A: while
waiting for a 720k disk?



Yahoo! Message number: 1773
Date: Sun, 30 Sep 2007 04:01:46 -0000
From: "creativnow"
Subject: Re: Not sure what Grid model I just got....

> It doesn't say compass on the unit. Plus
> I thought the compass versions didn't have an
> internal floppy drive.

Yeah  the Compasses didn`t have the function keys on top (and had a
little more space above the keys i think)
there`s a good  cross-section of grids at..
http://staff.salisbury.edu/~rafantini/grid_1550_and_1530.htm

Although ok ok i`m cheating though , just checking google-images
of "gridcase" and "gridcase compass" etc.


I was just gonna assume gridcase 3


chris
http://members.aol.com/robotweb
http://www.christopherhillman.com
c401799@...







Yahoo! Message number: 1774
Date: Tue, 02 Oct 2007 13:04:57 -0000
From: "ianrussale101"
Subject: Hello

Hi All

Just got a Gridcase 1550sx.  Looking to get it up and running.

When I power it on I am getting the following message.

Phoenix 80386 ROM BIOS Plus version1.10 00
640 K base 01024 Extended
Diskette drive 0 seek failure
automatic configutiion failure
Hard disk failure
Invalid config information
Floppy driva A failed initialization test

strike F1


Is this a fried system or would a boot disc be needed, if boot disc
anyone know where to get?

Thanks
Mike




Yahoo! Message number: 1775
Date: Tue, 02 Oct 2007 20:05:23 -0000
From: "jeriddian"
Subject: Re: Hello

The invalid configuration is most likely a dead CMOS battery. The
unit is old enough that battery has to be dead, and this is themost
common problem causing the hard drive failures as the CMOS which
initializes the hard drive and floppy drive in this case, I think.
You would have to open the unit up and physically replace the CMOS
battery inside the unit then see if that solves the problem.

--- In RuGRiD-Laptop@yahoogroups.com, "ianrussale101"
<mlarson007@...> wrote:
>
> Hi All
>
> Just got a Gridcase 1550sx.  Looking to get it up and running.
>
> When I power it on I am getting the following message.
>
> Phoenix 80386 ROM BIOS Plus version1.10 00
> 640 K base 01024 Extended
> Diskette drive 0 seek failure
> automatic configutiion failure
> Hard disk failure
> Invalid config information
> Floppy driva A failed initialization test
>
> strike F1
>
>
> Is this a fried system or would a boot disc be needed, if boot
disc
> anyone know where to get?
> 
> Thanks
> Mike
>




Yahoo! Message number: 1776
Date: Thu, 4 Oct 2007 16:09:35 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Hello

Hello Mike and welcome to the group.
I agree with what jeriddian said, but I am wondering
why you're getting the "Diskette drive 0 seek failure"
error message.
Do you happen to have a bootable floppy in the drive
when you get this error?
If so, it could mean that the 1550 "sees" the drive,
but the drive can't read the disk.  If that's the
case, either the drive or the disk is bad.
Good luck,
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> The invalid configuration is most likely a dead CMOS
> battery. The 
> unit is old enough that battery has to be dead, and
> this is themost 
> common problem causing the hard drive failures as
> the CMOS which 
> initializes the hard drive and floppy drive in this
> case, I think. 
> You would have to open the unit up and physically
> replace the CMOS 
> battery inside the unit then see if that solves the
> problem.
> 
> --- In RuGRiD-Laptop@yahoogroups.com,
> "ianrussale101" 
> <mlarson007@...> wrote:
> >
> > Hi All
> > 
> > Just got a Gridcase 1550sx.  Looking to get it up
> and running.
> > 
> > When I power it on I am getting the following
> message.
> > 
> > Phoenix 80386 ROM BIOS Plus version1.10 00
> > 640 K base 01024 Extended
> > Diskette drive 0 seek failure
> > automatic configutiion failure
> > Hard disk failure
> > Invalid config information
> > Floppy driva A failed initialization test
> > 
> > strike F1
> > 
> > 
> > Is this a fried system or would a boot disc be
> needed, if boot 
> disc 
> > anyone know where to get?
> > 
> > Thanks
> > Mike
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



       
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  


Yahoo! Message number: 1777
Date: Sat, 03 Nov 2007 19:21:13 -0000
From: "ballsandy101"
Subject: GRiD chips

Well I finally had time to look at my GRiDcase 1520 again and now that
I have added an additional 2Mb ram and made space or an easier to
install battery (I have yet to get the hard drive working again but
the system will boot from it on it's own) I am looking to see those
two ROM sockets I have filled with something. Now I really don't know
how exactly they work but I assume you can't non-GRiD chips in there
nor can you write to those chips using the GRiD.

Could someone please elaborate on how the GRiD rom sockets work?



Yahoo! Message number: 1778
Date: Sat, 3 Nov 2007 19:39:35 -0700
From:
Subject: Re: [RuGRiD-Laptop] GRiD chips

Is this in reference to the ROM sockets that are on the video interface card (under the little door in the keyboard cover)? it is possible that one of those chips is what you are actually booting from as drive C:&#92;
These chips can be encoded with a bootable version of MS-DOS 3.3


---- ballsandy101 <ballsandy@...> wrote: 
> Well I finally had time to look at my GRiDcase 1520 again and now that
> I have added an additional 2Mb ram and made space or an easier to
> install battery (I have yet to get the hard drive working again but
> the system will boot from it on it's own) I am looking to see those
> two ROM sockets I have filled with something. Now I really don't know
> how exactly they work but I assume you can't non-GRiD chips in there
> nor can you write to those chips using the GRiD.
> 
> Could someone please elaborate on how the GRiD rom sockets work?
> 



Yahoo! Message number: 1779
Date: Sun, 04 Nov 2007 03:21:07 -0000
From: "jeriddian"
Subject: Re: GRiD chips

The way the application ROM chips work is that the computer will
actually look at them as an extension of the A: Drive. So instead of
your A: drive having a capacity of 1.44 MB, when an application ROM is
in place, it will actually see a capacity of 1.568 MB, the last 128Kb
being unchangeable.

Depending on the type of video card you have, you may have room for two
of these ROM chips. If you have the standard red or amber plasma mono
color video, there is room for two application ROM chips. NOw you can
have both of the slots filled with aplication ROM's, but the computer
will only recognize one of them at a time. That's because it will only
load one of them at a time into memory. If you have the backlit LCD
display video, there will only be room for one such application ROM. If
you have the upgraded VGA LCD plasma such as I have on my 1530, there
is no room for an application ROM. That had to be sacrificed to make
room for the expanded VGA circuitry, I think.

Now these ROM chips are always 128K in size or less. 128K is the max
that can be handled by the computer. Unlike the BIOS ROM chips which
are 28 pin 2C128 types, these are 32 pin configuration chips. I forget 
the model number assigned to these chips right off hand, but the EPROM
versions of these chips are obtainable much as the EPROM ROM BIOS chips
can be obtained. They can be programmed so that they can be used. There
is a program out there specifically for programming the application ROM
chips, but unfortunately I have no idea where it is. You would have to
use an EPROM burner such as has been mentioned on this forum for
burning the EPROM ROM BIOS chips such as I and Shawn have used in order
to configure the different hard drives into the computers.

You can program these chips with pretty much anything that the computer
can run up to the 128K capacity. It can be useful because you can load
MSDOS into it and it will load and boot up the computer from a higher
section of memory and free up the other parts of memory for your other
programs. So if there is a favorite word processing program, or other
program you like to use a lot, it can be programmed onto the
application ROMs. I've looked into this some and found the EPROM chips
for sale on ebay, but haven't bought any. I still haven't found the
actual program that would configure the chips. CJ or Shawn might know
more about that.

--- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...>
wrote:
>
> Well I finally had time to look at my GRiDcase 1520 again and now that
> I have added an additional 2Mb ram and made space or an easier to
> install battery (I have yet to get the hard drive working again but
> the system will boot from it on it's own) I am looking to see those
> two ROM sockets I have filled with something. Now I really don't know
> how exactly they work but I assume you can't non-GRiD chips in there
> nor can you write to those chips using the GRiD.
>
> Could someone please elaborate on how the GRiD rom sockets work?
>




Yahoo! Message number: 1780
Date: Mon, 05 Nov 2007 01:52:36 -0000
From: "ballsandy101"
Subject: Re: GRiD chips

I have the two-socket configuration and the blue LCD panel.
How common are the ROM chips that GRiD came out with and how hard are
they to find? While I do have a stack of EEPROM chips here they are
all 256, 512 and 1024k in size and I don't have a EEPROM programmer
(though I do own a StampStack).

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> The way the application ROM chips work is that the computer will
> actually look at them as an extension of the A: Drive. So instead of
> your A: drive having a capacity of 1.44 MB, when an application ROM is
> in place, it will actually see a capacity of 1.568 MB, the last 128Kb
> being unchangeable.
>
> Depending on the type of video card you have, you may have room for two
> of these ROM chips. If you have the standard red or amber plasma mono
> color video, there is room for two application ROM chips. NOw you can
> have both of the slots filled with aplication ROM's, but the computer
> will only recognize one of them at a time. That's because it will only
> load one of them at a time into memory. If you have the backlit LCD 
> display video, there will only be room for one such application ROM. If 
> you have the upgraded VGA LCD plasma such as I have on my 1530, there
> is no room for an application ROM. That had to be sacrificed to make
> room for the expanded VGA circuitry, I think.
>
> Now these ROM chips are always 128K in size or less. 128K is the max
> that can be handled by the computer. Unlike the BIOS ROM chips which
> are 28 pin 2C128 types, these are 32 pin configuration chips. I forget
> the model number assigned to these chips right off hand, but the EPROM
> versions of these chips are obtainable much as the EPROM ROM BIOS chips
> can be obtained. They can be programmed so that they can be used. There
> is a program out there specifically for programming the application ROM
> chips, but unfortunately I have no idea where it is. You would have to
> use an EPROM burner such as has been mentioned on this forum for
> burning the EPROM ROM BIOS chips such as I and Shawn have used in order
> to configure the different hard drives into the computers.
>
> You can program these chips with pretty much anything that the computer
> can run up to the 128K capacity. It can be useful because you can load
> MSDOS into it and it will load and boot up the computer from a higher
> section of memory and free up the other parts of memory for your other
> programs. So if there is a favorite word processing program, or other
> program you like to use a lot, it can be programmed onto the
> application ROMs. I've looked into this some and found the EPROM chips
> for sale on ebay, but haven't bought any. I still haven't found the
> actual program that would configure the chips. CJ or Shawn might know
> more about that.
>
> --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@>
> wrote:
> >
> > Well I finally had time to look at my GRiDcase 1520 again and now that
> > I have added an additional 2Mb ram and made space or an easier to
> > install battery (I have yet to get the hard drive working again but
> > the system will boot from it on it's own) I am looking to see those
> > two ROM sockets I have filled with something. Now I really don't know
> > how exactly they work but I assume you can't non-GRiD chips in there
> > nor can you write to those chips using the GRiD.
> >
> > Could someone please elaborate on how the GRiD rom sockets work?
> >
>




Yahoo! Message number: 1781
Date: Mon, 05 Nov 2007 03:03:31 -0000
From: "jeriddian"
Subject: Re: GRiD chips

Some of the blue LCD video boards will have two available sockets.
You can actually use either 28 pin or 32 pin ROM's BTW. They can be
either 32k, 64k, or 128k EPROMS or 128k masked ROM's. You can't use
anything bigger than 128k however. The actual chips that GRID came
out are not available, unless they happen to have come with a
particular model of Grid that you have. I have a 1520 that has one
such ap-ROM with MSDOS 3.3 on it, not very useful since I use MSDOS
6.00. I do believe you must use a particular configuration model of
ROM for this purpose, but I don't have the number yet. I have to get
home and look at the chip I have. In any case, if you want to program
an ap-ROM, you still have to have a burner and the software to burn
the chip, as well as the program that actually will configure the
code for you, as best as I can tell. I still have not found that
program, however. I can burn the chips. But I haven't found the
program that will properly arrange the code for it.

--- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...>
wrote:
>
> I have the two-socket configuration and the blue LCD panel.
> How common are the ROM chips that GRiD came out with and how hard
are
> they to find? While I do have a stack of EEPROM chips here they are
> all 256, 512 and 1024k in size and I don't have a EEPROM programmer
> (though I do own a StampStack).
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > The way the application ROM chips work is that the computer will
> > actually look at them as an extension of the A: Drive. So instead
of
> > your A: drive having a capacity of 1.44 MB, when an application
ROM is
> > in place, it will actually see a capacity of 1.568 MB, the last
128Kb
> > being unchangeable.
> > 
> > Depending on the type of video card you have, you may have room
for two
> > of these ROM chips. If you have the standard red or amber plasma
mono
> > color video, there is room for two application ROM chips. NOw you 
can
> > have both of the slots filled with aplication ROM's, but the
computer
> > will only recognize one of them at a time. That's because it will
only
> > load one of them at a time into memory. If you have the backlit
LCD
> > display video, there will only be room for one such application
ROM. If
> > you have the upgraded VGA LCD plasma such as I have on my 1530,
there
> > is no room for an application ROM. That had to be sacrificed to
make
> > room for the expanded VGA circuitry, I think.
> >
> > Now these ROM chips are always 128K in size or less. 128K is the
max
> > that can be handled by the computer. Unlike the BIOS ROM chips
which
> > are 28 pin 2C128 types, these are 32 pin configuration chips. I
forget
> > the model number assigned to these chips right off hand, but the
EPROM
> > versions of these chips are obtainable much as the EPROM ROM BIOS
chips
> > can be obtained. They can be programmed so that they can be used.
There
> > is a program out there specifically for programming the
application ROM
> > chips, but unfortunately I have no idea where it is. You would
have to
> > use an EPROM burner such as has been mentioned on this forum for
> > burning the EPROM ROM BIOS chips such as I and Shawn have used in
order
> > to configure the different hard drives into the computers.
> >
> > You can program these chips with pretty much anything that the
computer 
> > can run up to the 128K capacity. It can be useful because you can
load
> > MSDOS into it and it will load and boot up the computer from a
higher
> > section of memory and free up the other parts of memory for your
other
> > programs. So if there is a favorite word processing program, or
other
> > program you like to use a lot, it can be programmed onto the
> > application ROMs. I've looked into this some and found the EPROM
chips
> > for sale on ebay, but haven't bought any. I still haven't found
the
> > actual program that would configure the chips. CJ or Shawn might
know
> > more about that.
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@>
> > wrote:
> > >
> > > Well I finally had time to look at my GRiDcase 1520 again and
now that
> > > I have added an additional 2Mb ram and made space or an easier
to
> > > install battery (I have yet to get the hard drive working again
but
> > > the system will boot from it on it's own) I am looking to see
those
> > > two ROM sockets I have filled with something. Now I really
don't know
> > > how exactly they work but I assume you can't non-GRiD chips in
there
> > > nor can you write to those chips using the GRiD.
> > >
> > > Could someone please elaborate on how the GRiD rom sockets work?
> > >
> >
>




Yahoo! Message number: 1782
Date: Mon, 05 Nov 2007 21:17:30 -0000
From: "jeriddian"
Subject: Re: Here's an interesting find. An external battery pack.

Charles,

I owuld be interested in that write up. I have obtained two of the
battery packs and would liek to convert them accordingly. I am
trained in some electronic work and can put together  the circuitry
if that is what is required. I could make a project of it and report
the results. Thanks.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> Anyone want to do a LiIon mod I can write up some hobyest build-
ables
> that will do the job. The LiIon will far outperform the NiCd but
has
> significantly different charging requirements, and there are some
> problems (safety-wize) wich have to be considered.
>
> The GRiD internal is set up to use 9 NiCd (a multiple of three is
good)
> 1600 mAH (9.0V low and 12.24 full) each LiIon cell will oporate in
> the same voltage range as any three NiCd cells 3.0V -> 4.2V they
will
> have a lower ESR (Estimated Series Resistance) be far smaller and
> liter, better yeild and so-on.
>                  However,
>                                      since they do not leak
current the cells need
> to be balanced during charging, and they need to be shut off
> completely when full.  Also beware operating and storage
temperatures
> the more full a cell is the more likely it is to have a thermal
cascade.
> (resulting in a fire).  This is a situation we have to be even
more careful
> about because of the magnesium case.  the GRiD could become a tiny
> non-radioactive China Syndrome demonstrator....
>
>
>
> ---- androgenoide <androgenoide@...> wrote:
> > Li ion batteries are not intrinsically safe.  Law and prudence
> > require them to have cut-out circuits built in that will open
the
> > battery contacts if it gets hot or draws/supplies excessive
current.
> > Chargers for them are tricky to build...typically using an IC
> > designed around the battery... and with all those precautions
they
> > still have been known to catch on fire...a nasty hot sort of
fire
> > that's not easy to put out.  I don't know if it's hot enough to
> > ignite the magnesium case but that would be REALLY interesting
since
> > neither magnesium nor lithium fires respond well to normal fire
> > extinguishers.
> >
> > I heard about an after market add-on battery pack for a Prius
that
> > involved putting a giant Li ion battery in place of the spare
tire.
> > I'm not sure I'd want that, myself.
> >
> > On the other hand it looks like a pretty big box and would 
probably
> > hold sealed lead-acid or gel cells.  4AH "D" size lead acid 
cells
> > were pretty expensive the last time I bought some but barring
> > physical damage to the case they seem to be pretty predictable.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, jim <jwstephens@> wrote:
> > >
> > > jeriddian wrote:
> > >
> > > >Oh, absolutely Shawn,
> > > >
> > > >I know the ni-cads are gone. But I am hoping to replace them
with
> > > >Lithium ion units that are smaller and fit inside the
original
> > > >packaging. I just have to figure out a way to open them
without
> > > >tearing them apart.
> > > >
> > > >Phil
> > > >
> > > >
> > > I'd be very careful of replacing any batteries in a nicad or
NMH
> > system
> > > with litium.  besides different voltages, the circuitry may
make
> > you a
> > > nice incendiary device rather than a battery pack, since the
> > charging
> > > requirements are very different between the batteries.
> > >
> > > I won't go into anything about the possible problems because I
> > don't
> > > have any idea how Grid did their charging circuits, but you
should
> > plan
> > > on replacing at least that part of the circuitry or looking at
it
> > > carefully before you assume you have a working system.
> > >
> > > Lithium batteries are prone to working fine or seeming to and
then
> > > flamo!  Ask Sony and others how predictiable the technology is
and
> > > you'll get an idea how much the real pro's know about them
(not
> > enough).
> > >
> > > jim
> > >
> >
> >
>




Yahoo! Message number: 1783
Date: Mon, 5 Nov 2007 13:40:14 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Here's an interesting find. An external battery pack.

Phil,
Which battery chemistry do you want to go with?  There
is Ni-Cd, Ni-MH (Nickel Metah Hydryde) and Li-Ion.
Ni-Cd (or Ni-Cad) is by far the easiest, simplest, and
least expensive option.  With new Ni-Cd's, you'll get
750 to 1000 charge cycles over 2 to 4 years.
The disadvantage is a lower volts-per-cell and lower
apere-hour rating.  This should not be a problem since
the Grid battery pack originally Ni-Cd's.

With Ni-MH, you're get half the charge cycles and
double the price.  The advantage is Ni-MH cells have
higher volts-per-cell and better AH (Ampere-Hour)
ratings.  That means the cells can put out more
current over the same period of time as compared to
Ni-Cads.  In other words, they'll last longer per
charge cycle.  You'll need a Ni-MH charger as well.

I don't know how much money you're willing to put into
this project, but Li-Ion is the most expensive.  Those
are about double of the Ni-MH.  Li-Ion has an even
higher AH rating.  Again, you'll need a Li-Ion
charger.

I was poking around on the web.  Perhaps this place
may be able to help:
http://www.onlybatteries.com/index.asp

I've used this company to rebuilt several of my
cordless drill battery packs:
http://www.primecell.com/

Good luck and let us know what you decide to do.
-Shawn
 

--- jeriddian <Jeriddian@...> wrote:

> Charles,
> 
> I owuld be interested in that write up. I have
> obtained two of the 
> battery packs and would liek to convert them
> accordingly. I am 
> trained in some electronic work and can put together
>  the circuitry 
> if that is what is required. I could make a project
> of it and report 
> the results. Thanks.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com,
> <charlieford1@...> wrote:
> >
> > Anyone want to do a LiIon mod I can write up some
> hobyest build-
> ables
> > that will do the job. The LiIon will far
> outperform the NiCd but 
> has
> > significantly different charging requirements, and
> there are some 
> > problems (safety-wize) wich have to be considered.
> 
> > 
> > The GRiD internal is set up to use 9 NiCd (a
> multiple of three is 
> good) 
> > 1600 mAH (9.0V low and 12.24 full) each LiIon cell
> will oporate in 
> > the same voltage range as any three NiCd cells
> 3.0V -> 4.2V they 
> will 
> > have a lower ESR (Estimated Series Resistance) be
> far smaller and 
> > liter, better yeild and so-on.  
> >                  However, 
> >                                      since they do
> not leak 
> current the cells need
> > to be balanced during charging, and they need to
> be shut off 
> > completely when full.  Also beware operating and
> storage 
> temperatures
> > the more full a cell is the more likely it is to
> have a thermal 
> cascade. 
> > (resulting in a fire).  This is a situation we
> have to be even 
> more careful
> > about because of the magnesium case.  the GRiD
> could become a tiny
> > non-radioactive China Syndrome demonstrator....


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1784
Date: Mon, 05 Nov 2007 21:58:57 -0000
From: "jeriddian"
Subject: Re: GRiD chips

Just as a followup, The chips that can be used are any of the 27C
series of EPROMS. Just remember that even if you use a 27C256 or
27C512, you will only be able to use 128K of the memory because that
is the maximum amount of storage in RAM the computer will allocate
to it. The usual chip used for the application ROMs seem to be the
27C010 which is a 32 pin 128k CMOS EPROM. You want to use the "C"
series chips as these EPROM use less energy than the NMOS chips.

Now it would be nice if someone could write a program that would
allow the switching of the memory sections of the application ROM in
and out as needed, just as the process is done in extended RAM, then
you could use the entire contents of a 512k 27C512 chip for storing
programs. Can't use the 1 megs though as they usually are 40 pin
chips.


--- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...>
wrote:
>
> I have the two-socket configuration and the blue LCD panel.
> How common are the ROM chips that GRiD came out with and how hard
are
> they to find? While I do have a stack of EEPROM chips here they are
> all 256, 512 and 1024k in size and I don't have a EEPROM programmer
> (though I do own a StampStack).
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > The way the application ROM chips work is that the computer will
> > actually look at them as an extension of the A: Drive. So
instead of
> > your A: drive having a capacity of 1.44 MB, when an application
ROM is
> > in place, it will actually see a capacity of 1.568 MB, the last
128Kb
> > being unchangeable.
> >
> > Depending on the type of video card you have, you may have room
for two
> > of these ROM chips. If you have the standard red or amber plasma
mono
> > color video, there is room for two application ROM chips. NOw
you can
> > have both of the slots filled with aplication ROM's, but the
computer
> > will only recognize one of them at a time. That's because it
will only
> > load one of them at a time into memory. If you have the backlit
LCD
> > display video, there will only be room for one such application
ROM. If
> > you have the upgraded VGA LCD plasma such as I have on my 1530,
there
> > is no room for an application ROM. That had to be sacrificed to
make
> > room for the expanded VGA circuitry, I think.
> >
> > Now these ROM chips are always 128K in size or less. 128K is the
max
> > that can be handled by the computer. Unlike the BIOS ROM chips
which
> > are 28 pin 2C128 types, these are 32 pin configuration chips. I
forget
> > the model number assigned to these chips right off hand, but the
EPROM
> > versions of these chips are obtainable much as the EPROM ROM
BIOS chips
> > can be obtained. They can be programmed so that they can be
used. There
> > is a program out there specifically for programming the
application ROM
> > chips, but unfortunately I have no idea where it is. You would
have to
> > use an EPROM burner such as has been mentioned on this forum for
> > burning the EPROM ROM BIOS chips such as I and Shawn have used
in order
> > to configure the different hard drives into the computers.
> >
> > You can program these chips with pretty much anything that the
computer
> > can run up to the 128K capacity. It can be useful because you
can load
> > MSDOS into it and it will load and boot up the computer from a
higher
> > section of memory and free up the other parts of memory for your
other
> > programs. So if there is a favorite word processing program, or
other
> > program you like to use a lot, it can be programmed onto the
> > application ROMs. I've looked into this some and found the EPROM
chips
> > for sale on ebay, but haven't bought any. I still haven't found
the
> > actual program that would configure the chips. CJ or Shawn might
know
> > more about that.
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101"
<ballsandy@>
> > wrote:
> > >
> > > Well I finally had time to look at my GRiDcase 1520 again and 
now that
> > > I have added an additional 2Mb ram and made space or an easier
to
> > > install battery (I have yet to get the hard drive working
again but
> > > the system will boot from it on it's own) I am looking to see
those
> > > two ROM sockets I have filled with something. Now I really
don't know
> > > how exactly they work but I assume you can't non-GRiD chips in
there
> > > nor can you write to those chips using the GRiD.
> > >
> > > Could someone please elaborate on how the GRiD rom sockets
work?
> > >
> >
>




Yahoo! Message number: 1785
Date: Mon, 05 Nov 2007 22:01:55 -0000
From: "jeriddian"
Subject: Re: Here's an interesting find. An external battery pack.

Well, originally, I wanted to do Li-Ion. The cost is something I am
not too concerned about. But the need for a separate charger deters
me from it. I think I will try the Nicad option first, since the
ones we have now are better than the ones twenty years ago. It would
also be easier to replace since I only have to unsolder the old
batteries and put in the new ones. I may look at the Li-Ion later
with the other battery pack I have,

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Phil,
> Which battery chemistry do you want to go with?  There
> is Ni-Cd, Ni-MH (Nickel Metah Hydryde) and Li-Ion.
> Ni-Cd (or Ni-Cad) is by far the easiest, simplest, and
> least expensive option.  With new Ni-Cd's, you'll get
> 750 to 1000 charge cycles over 2 to 4 years.
> The disadvantage is a lower volts-per-cell and lower
> apere-hour rating.  This should not be a problem since
> the Grid battery pack originally Ni-Cd's.
>
> With Ni-MH, you're get half the charge cycles and
> double the price.  The advantage is Ni-MH cells have
> higher volts-per-cell and better AH (Ampere-Hour)
> ratings.  That means the cells can put out more
> current over the same period of time as compared to
> Ni-Cads.  In other words, they'll last longer per
> charge cycle.  You'll need a Ni-MH charger as well.
>
> I don't know how much money you're willing to put into
> this project, but Li-Ion is the most expensive.  Those
> are about double of the Ni-MH.  Li-Ion has an even
> higher AH rating.  Again, you'll need a Li-Ion
> charger.
>
> I was poking around on the web.  Perhaps this place
> may be able to help:
> http://www.onlybatteries.com/index.asp
>
> I've used this company to rebuilt several of my
> cordless drill battery packs:
> http://www.primecell.com/
>
> Good luck and let us know what you decide to do.
> -Shawn
>
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > Charles,
> >
> > I owuld be interested in that write up. I have
> > obtained two of the
> > battery packs and would liek to convert them
> > accordingly. I am
> > trained in some electronic work and can put together
> >  the circuitry
> > if that is what is required. I could make a project
> > of it and report
> > the results. Thanks.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com,
> > <charlieford1@> wrote:
> > >
> > > Anyone want to do a LiIon mod I can write up some
> > hobyest build-
> > ables
> > > that will do the job. The LiIon will far
> > outperform the NiCd but
> > has
> > > significantly different charging requirements, and
> > there are some
> > > problems (safety-wize) wich have to be considered.
> >
> > >
> > > The GRiD internal is set up to use 9 NiCd (a
> > multiple of three is
> > good)
> > > 1600 mAH (9.0V low and 12.24 full) each LiIon cell
> > will oporate in
> > > the same voltage range as any three NiCd cells
> > 3.0V -> 4.2V they
> > will
> > > have a lower ESR (Estimated Series Resistance) be
> > far smaller and
> > > liter, better yeild and so-on.
> > >                  However,
> > >                                      since they do
> > not leak
> > current the cells need
> > > to be balanced during charging, and they need to
> > be shut off
> > > completely when full.  Also beware operating and
> > storage
> > temperatures
> > > the more full a cell is the more likely it is to
> > have a thermal
> > cascade.
> > > (resulting in a fire).  This is a situation we
> > have to be even
> > more careful
> > > about because of the magnesium case.  the GRiD
> > could become a tiny
> > > non-radioactive China Syndrome demonstrator....
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1786
Date: Mon, 05 Nov 2007 22:37:15 -0000
From: "draisine2001"
Subject: I need your help about ALIENS Grid laptop

Hi,
many thanks in advance for your attention.

I am an Italian Aliens movie fan and I just bought a Gridcase3 laptop
because this computer was used on Aliens movie. I hope somebody of you
cans help me to have a little program reproducing "Sentry Gun" control
software seen on the movie.

I hope this is a reasonable request and I am sorry for my English.

Many thanks again


Paolo




Yahoo! Message number: 1787
Date: Mon, 05 Nov 2007 22:45:26 -0000
From: "jeriddian"
Subject: Re: I need your help about ALIENS Grid laptop

Glad to have you on the forum, Paolo. I hope you enjoy the
information here. As to the "Sentry Gun" program you are refering to
from the movie "Aliens", I am not sure if that was a real program
that was designed, or if it was just a program name created for the
movie. If it is a real program, to be honest I had never heard of
it, although I have seen the movie. Perhaps some of the other
members here may have. While we are a general forum for all Grid
computers, the membership here mostly deals with the 1520 and 1530
models which came after the Gridcase III. The Gridcase III is an
8086 computer while the 1520 is an 80286 computer and the 1530 is an
80386 computer. Anyway, I hope that someone else on the forum has
more knowledge than I do on this.


--- In RuGRiD-Laptop@yahoogroups.com, "draisine2001" <pagalan2@...>
wrote:
>
> Hi,
> many thanks in advance for your attention.
>
> I am an Italian Aliens movie fan and I just bought a Gridcase3
laptop 
> because this computer was used on Aliens movie. I hope somebody of
you 
> cans help me to have a little program reproducing "Sentry Gun"
control 
> software seen on the movie.
>
> I hope this is a reasonable request and I am sorry for my English.
>
> Many thanks again
>
>
> Paolo
>




Yahoo! Message number: 1788
Date: Tue, 6 Nov 2007 07:58:01 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] I need your help about ALIENS Grid laptop

I've seen the movie Aliens once or twice.  I don't
remember the scene(s) with the Grid.
Could somebody capture the scene in MPEG or MOV format
and send them to me?
My plan is to eventually write code to duplicate the
scene.
It can't be *that* difficult, right?  The processor in
the Gridcase is an 8086.
Everyone, please do not think I will get this done
tomorrow, next week or next month.  It will be a long
time until I complete it.
Thanks,
-Shawn

--- draisine2001 <pagalan2@...> wrote:

> Hi, 
> many thanks in advance for your attention.
> 
> I am an Italian Aliens movie fan and I just bought a
> Gridcase3 laptop 
> because this computer was used on Aliens movie. I
> hope somebody of you 
> cans help me to have a little program reproducing
> "Sentry Gun" control 
> software seen on the movie.
> 
> I hope this is a reasonable request and I am sorry
> for my English.
> 
> Many thanks again
> 
> 
> Paolo
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1789
Date: Tue, 06 Nov 2007 16:07:58 -0000
From: "matt noble"
Subject: Re: I need your help about ALIENS Grid laptop

The grid (gridcompass 1139) is used as the remote sentry
gun terminal.

It is in the extended edition of Aliens, not in the theatre version.

Some people have written various programs, but none as identical as

the film version. Some people think it was written in the Grid OS.

Check this forum for more info:

http://forum.alienslegacy.com/index.php



-- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> I've seen the movie Aliens once or twice.  I don't
> remember the scene(s) with the Grid.
> Could somebody capture the scene in MPEG or MOV format
> and send them to me?
> My plan is to eventually write code to duplicate the
> scene.
> It can't be *that* difficult, right?  The processor in
> the Gridcase is an 8086.
> Everyone, please do not think I will get this done
> tomorrow, next week or next month.  It will be a long
> time until I complete it.
> Thanks,
> -Shawn
>
> --- draisine2001 <pagalan2@...> wrote:
>
> > Hi,
> > many thanks in advance for your attention.
> >
> > I am an Italian Aliens movie fan and I just bought a
> > Gridcase3 laptop
> > because this computer was used on Aliens movie. I
> > hope somebody of you
> > cans help me to have a little program reproducing
> > "Sentry Gun" control
> > software seen on the movie.
> >
> > I hope this is a reasonable request and I am sorry
> > for my English.
> >
> > Many thanks again
> >
> >
> > Paolo
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> > 
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1790
Date: Tue, 6 Nov 2007 19:39:47 EST
From: jmeyer101@...
Subject: Please Remove me from the group
text/plain; charset="US-ASCII"

I no longer own my GRID and would like to be removed from the group  listing.
 
Thanks,
Jeff



************************************** See what's new at http://www.aol.com


Yahoo! Message number: 1791
Date: Wed, 7 Nov 2007 07:50:44 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Please Remove me from the group

Jeff,
There is a link at the bottom of the email that says
"Unsubscribe."
However, I will manually do it for you.
-Shawn
--- jmeyer101@... wrote:

> I no longer own my GRID and would like to be removed
> from the group  listing.
>  
> Thanks,
> Jeff
> 
> 
> 
> ************************************** See what's
> new at http://www.aol.com
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1792
Date: Wed, 7 Nov 2007 20:27:50 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: I need your help about ALIENS Grid laptop

chances are it was written by an engineer at GRiD or a colage student at DeVry. 
It was popular in that day & age for film makers to visit engineering departments and solicit help with the technology they where using.   I recall that the graphics used in the original Battle Star Galactica was written at the Chicago Devry campus. 


---- matt noble <mnoble2@...> wrote: 
> The grid (gridcompass 1139) is used as the remote sentry
> gun terminal.
> 
> It is in the extended edition of Aliens, not in the theatre version.
> 
> Some people have written various programs, but none as identical as
> 
> the film version. Some people think it was written in the Grid OS.
> 
> Check this forum for more info: 
> 
> http://forum.alienslegacy.com/index.php
> 
> 
> 
> -- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
> >
> > I've seen the movie Aliens once or twice.  I don't
> > remember the scene(s) with the Grid.
> > Could somebody capture the scene in MPEG or MOV format
> > and send them to me?
> > My plan is to eventually write code to duplicate the
> > scene.
> > It can't be *that* difficult, right?  The processor in
> > the Gridcase is an 8086.
> > Everyone, please do not think I will get this done
> > tomorrow, next week or next month.  It will be a long
> > time until I complete it.
> > Thanks,
> > -Shawn
> > 
> > --- draisine2001 <pagalan2@...> wrote:
> > 
> > > Hi, 
> > > many thanks in advance for your attention.
> > > 
> > > I am an Italian Aliens movie fan and I just bought a
> > > Gridcase3 laptop 
> > > because this computer was used on Aliens movie. I
> > > hope somebody of you 
> > > cans help me to have a little program reproducing
> > > "Sentry Gun" control 
> > > software seen on the movie.
> > > 
> > > I hope this is a reasonable request and I am sorry
> > > for my English.
> > > 
> > > Many thanks again
> > > 
> > > 
> > > Paolo
> > > 
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around 
> > http://mail.yahoo.com
> >
> 
> 



Yahoo! Message number: 1793
Date: Wed, 7 Nov 2007 20:30:44 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: Here's an interesting find. An external battery pack.

I will get on it...


---- jeriddian <Jeriddian@...> wrote: 
> Charles,
> 
> I owuld be interested in that write up. I have obtained two of the 
> battery packs and would liek to convert them accordingly. I am 
> trained in some electronic work and can put together  the circuitry 
> if that is what is required. I could make a project of it and report 
> the results. Thanks.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
> >
> > Anyone want to do a LiIon mod I can write up some hobyest build-
> ables
> > that will do the job. The LiIon will far outperform the NiCd but 
> has
> > significantly different charging requirements, and there are some 
> > problems (safety-wize) wich have to be considered. 
> > 
> > The GRiD internal is set up to use 9 NiCd (a multiple of three is 
> good) 
> > 1600 mAH (9.0V low and 12.24 full) each LiIon cell will oporate in 
> > the same voltage range as any three NiCd cells 3.0V -> 4.2V they 
> will 
> > have a lower ESR (Estimated Series Resistance) be far smaller and 
> > liter, better yeild and so-on.  
> >                  However, 
> >                                      since they do not leak 
> current the cells need
> > to be balanced during charging, and they need to be shut off 
> > completely when full.  Also beware operating and storage 
> temperatures
> > the more full a cell is the more likely it is to have a thermal 
> cascade. 
> > (resulting in a fire).  This is a situation we have to be even 
> more careful
> > about because of the magnesium case.  the GRiD could become a tiny
> > non-radioactive China Syndrome demonstrator....
> > 
> > 
> > 
> > ---- androgenoide <androgenoide@...> wrote: 
> > > Li ion batteries are not intrinsically safe.  Law and prudence 
> > > require them to have cut-out circuits built in that will open 
> the 
> > > battery contacts if it gets hot or draws/supplies excessive 
> current.  
> > > Chargers for them are tricky to build...typically using an IC 
> > > designed around the battery... and with all those precautions 
> they 
> > > still have been known to catch on fire...a nasty hot sort of 
> fire 
> > > that's not easy to put out.  I don't know if it's hot enough to 
> > > ignite the magnesium case but that would be REALLY interesting 
> since 
> > > neither magnesium nor lithium fires respond well to normal fire 
> > > extinguishers.
> > > 
> > > I heard about an after market add-on battery pack for a Prius 
> that 
> > > involved putting a giant Li ion battery in place of the spare 
> tire.   
> > > I'm not sure I'd want that, myself.
> > > 
> > > On the other hand it looks like a pretty big box and would 
> probably 
> > > hold sealed lead-acid or gel cells.  4AH "D" size lead acid 
> cells 
> > > were pretty expensive the last time I bought some but barring 
> > > physical damage to the case they seem to be pretty predictable.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, jim <jwstephens@> wrote:
> > > >
> > > > jeriddian wrote:
> > > > 
> > > > >Oh, absolutely Shawn,
> > > > >
> > > > >I know the ni-cads are gone. But I am hoping to replace them 
> with 
> > > > >Lithium ion units that are smaller and fit inside the 
> original 
> > > > >packaging. I just have to figure out a way to open them 
> without 
> > > > >tearing them apart.
> > > > >
> > > > >Phil
> > > > >  
> > > > >
> > > > I'd be very careful of replacing any batteries in a nicad or 
> NMH 
> > > system 
> > > > with litium.  besides different voltages, the circuitry may 
> make 
> > > you a 
> > > > nice incendiary device rather than a battery pack, since the 
> > > charging 
> > > > requirements are very different between the batteries.
> > > > 
> > > > I won't go into anything about the possible problems because I 
> > > don't 
> > > > have any idea how Grid did their charging circuits, but you 
> should 
> > > plan 
> > > > on replacing at least that part of the circuitry or looking at 
> it 
> > > > carefully before you assume you have a working system.
> > > > 
> > > > Lithium batteries are prone to working fine or seeming to and 
> then 
> > > > flamo!  Ask Sony and others how predictiable the technology is 
> and 
> > > > you'll get an idea how much the real pro's know about them 
> (not 
> > > enough).
> > > > 
> > > > jim
> > > >
> > > 
> > >
> >
> 
> 



Yahoo! Message number: 1794
Date: Wed, 7 Nov 2007 23:37:56 -0500
From:
Subject: Re: [RuGRiD-Laptop] Re: GRiD chips

Folks

I have a bunch of those ROMs 'blank'
they are a 27010 (128K X 8) 

---- jeriddian <Jeriddian@...> wrote: 
> Just as a followup, The chips that can be used are any of the 27C 
> series of EPROMS. Just remember that even if you use a 27C256 or 
> 27C512, you will only be able to use 128K of the memory because that 
> is the maximum amount of storage in RAM the computer will allocate 
> to it. The usual chip used for the application ROMs seem to be the 
> 27C010 which is a 32 pin 128k CMOS EPROM. You want to use the "C" 
> series chips as these EPROM use less energy than the NMOS chips.
> 
> Now it would be nice if someone could write a program that would 
> allow the switching of the memory sections of the application ROM in 
> and out as needed, just as the process is done in extended RAM, then 
> you could use the entire contents of a 512k 27C512 chip for storing 
> programs. Can't use the 1 megs though as they usually are 40 pin 
> chips.
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@...> 
> wrote:
> >
> > I have the two-socket configuration and the blue LCD panel.
> > How common are the ROM chips that GRiD came out with and how hard 
> are
> > they to find? While I do have a stack of EEPROM chips here they are
> > all 256, 512 and 1024k in size and I don't have a EEPROM programmer
> > (though I do own a StampStack).
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@> 
> wrote:
> > >
> > > The way the application ROM chips work is that the computer will 
> > > actually look at them as an extension of the A: Drive. So 
> instead of 
> > > your A: drive having a capacity of 1.44 MB, when an application 
> ROM is 
> > > in place, it will actually see a capacity of 1.568 MB, the last 
> 128Kb 
> > > being unchangeable. 
> > > 
> > > Depending on the type of video card you have, you may have room 
> for two 
> > > of these ROM chips. If you have the standard red or amber plasma 
> mono 
> > > color video, there is room for two application ROM chips. NOw 
> you can 
> > > have both of the slots filled with aplication ROM's, but the 
> computer 
> > > will only recognize one of them at a time. That's because it 
> will only 
> > > load one of them at a time into memory. If you have the backlit 
> LCD 
> > > display video, there will only be room for one such application 
> ROM. If 
> > > you have the upgraded VGA LCD plasma such as I have on my 1530, 
> there 
> > > is no room for an application ROM. That had to be sacrificed to 
> make 
> > > room for the expanded VGA circuitry, I think.
> > > 
> > > Now these ROM chips are always 128K in size or less. 128K is the 
> max 
> > > that can be handled by the computer. Unlike the BIOS ROM chips 
> which 
> > > are 28 pin 2C128 types, these are 32 pin configuration chips. I 
> forget 
> > > the model number assigned to these chips right off hand, but the 
> EPROM 
> > > versions of these chips are obtainable much as the EPROM ROM 
> BIOS chips 
> > > can be obtained. They can be programmed so that they can be 
> used. There 
> > > is a program out there specifically for programming the 
> application ROM 
> > > chips, but unfortunately I have no idea where it is. You would 
> have to 
> > > use an EPROM burner such as has been mentioned on this forum for 
> > > burning the EPROM ROM BIOS chips such as I and Shawn have used 
> in order 
> > > to configure the different hard drives into the computers.
> > > 
> > > You can program these chips with pretty much anything that the 
> computer 
> > > can run up to the 128K capacity. It can be useful because you 
> can load 
> > > MSDOS into it and it will load and boot up the computer from a 
> higher 
> > > section of memory and free up the other parts of memory for your 
> other 
> > > programs. So if there is a favorite word processing program, or 
> other 
> > > program you like to use a lot, it can be programmed onto the 
> > > application ROMs. I've looked into this some and found the EPROM 
> chips 
> > > for sale on ebay, but haven't bought any. I still haven't found 
> the 
> > > actual program that would configure the chips. CJ or Shawn might 
> know 
> > > more about that.
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" 
> <ballsandy@> 
> > > wrote:
> > > >
> > > > Well I finally had time to look at my GRiDcase 1520 again and 
> now that
> > > > I have added an additional 2Mb ram and made space or an easier 
> to
> > > > install battery (I have yet to get the hard drive working 
> again but
> > > > the system will boot from it on it's own) I am looking to see 
> those
> > > > two ROM sockets I have filled with something. Now I really 
> don't know
> > > > how exactly they work but I assume you can't non-GRiD chips in 
> there
> > > > nor can you write to those chips using the GRiD.
> > > > 
> > > > Could someone please elaborate on how the GRiD rom sockets 
> work?
> > > >
> > >
> >
> 
> 



Yahoo! Message number: 1795
Date: Thu, 08 Nov 2007 04:42:22 -0000
From: "jeriddian"
Subject: Re: GRiD chips

That's great, Charles,

However, do you know the process by which the chips are programmed? I
thought there was some sort of program required to code the chips
just right. I had thought to program MSDOS 6.22 on one (If it would
fit. But I have a feeling it won't.), and some other stuff, but is it
as simple as simply loading the files onto the chip just as if you
were copying to a disk?

Phil

--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> Folks
>
> I have a bunch of those ROMs 'blank'
> they are a 27010 (128K X 8)
>
> ---- jeriddian <Jeriddian@...> wrote:
> > Just as a followup, The chips that can be used are any of the 27C
> > series of EPROMS. Just remember that even if you use a 27C256 or
> > 27C512, you will only be able to use 128K of the memory because
that
> > is the maximum amount of storage in RAM the computer will
allocate
> > to it. The usual chip used for the application ROMs seem to be
the
> > 27C010 which is a 32 pin 128k CMOS EPROM. You want to use the "C"
> > series chips as these EPROM use less energy than the NMOS chips.
> >
> > Now it would be nice if someone could write a program that would
> > allow the switching of the memory sections of the application ROM
in
> > and out as needed, just as the process is done in extended RAM,
then
> > you could use the entire contents of a 512k 27C512 chip for
storing
> > programs. Can't use the 1 megs though as they usually are 40 pin
> > chips.
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@>
> > wrote:
> > >
> > > I have the two-socket configuration and the blue LCD panel.
> > > How common are the ROM chips that GRiD came out with and how
hard
> > are
> > > they to find? While I do have a stack of EEPROM chips here they
are
> > > all 256, 512 and 1024k in size and I don't have a EEPROM
programmer
> > > (though I do own a StampStack).
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> > wrote:
> > > >
> > > > The way the application ROM chips work is that the computer
will
> > > > actually look at them as an extension of the A: Drive. So
> > instead of
> > > > your A: drive having a capacity of 1.44 MB, when an
application
> > ROM is
> > > > in place, it will actually see a capacity of 1.568 MB, the
last
> > 128Kb
> > > > being unchangeable.
> > > >
> > > > Depending on the type of video card you have, you may have
room
> > for two
> > > > of these ROM chips. If you have the standard red or amber
plasma
> > mono
> > > > color video, there is room for two application ROM chips. NOw
> > you can
> > > > have both of the slots filled with aplication ROM's, but the
> > computer
> > > > will only recognize one of them at a time. That's because it
> > will only
> > > > load one of them at a time into memory. If you have the
backlit
> > LCD
> > > > display video, there will only be room for one such
application
> > ROM. If
> > > > you have the upgraded VGA LCD plasma such as I have on my
1530,
> > there
> > > > is no room for an application ROM. That had to be sacrificed
to
> > make
> > > > room for the expanded VGA circuitry, I think.
> > > >
> > > > Now these ROM chips are always 128K in size or less. 128K is
the
> > max
> > > > that can be handled by the computer. Unlike the BIOS ROM
chips
> > which
> > > > are 28 pin 2C128 types, these are 32 pin configuration chips.
I
> > forget
> > > > the model number assigned to these chips right off hand, but
the
> > EPROM
> > > > versions of these chips are obtainable much as the EPROM ROM
> > BIOS chips
> > > > can be obtained. They can be programmed so that they can be
> > used. There
> > > > is a program out there specifically for programming the
> > application ROM
> > > > chips, but unfortunately I have no idea where it is. You
would
> > have to
> > > > use an EPROM burner such as has been mentioned on this forum
for
> > > > burning the EPROM ROM BIOS chips such as I and Shawn have
used
> > in order
> > > > to configure the different hard drives into the computers.
> > > >
> > > > You can program these chips with pretty much anything that
the
> > computer
> > > > can run up to the 128K capacity. It can be useful because you
> > can load
> > > > MSDOS into it and it will load and boot up the computer from
a
> > higher
> > > > section of memory and free up the other parts of memory for
your
> > other
> > > > programs. So if there is a favorite word processing program,
or
> > other
> > > > program you like to use a lot, it can be programmed onto the
> > > > application ROMs. I've looked into this some and found the
EPROM
> > chips
> > > > for sale on ebay, but haven't bought any. I still haven't
found
> > the
> > > > actual program that would configure the chips. CJ or Shawn
might
> > know
> > > > more about that.
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101"
> > <ballsandy@>
> > > > wrote:
> > > > >
> > > > > Well I finally had time to look at my GRiDcase 1520 again
and
> > now that
> > > > > I have added an additional 2Mb ram and made space or an
easier
> > to
> > > > > install battery (I have yet to get the hard drive working
> > again but
> > > > > the system will boot from it on it's own) I am looking to
see
> > those
> > > > > two ROM sockets I have filled with something. Now I really
> > don't know
> > > > > how exactly they work but I assume you can't non-GRiD chips
in
> > there
> > > > > nor can you write to those chips using the GRiD.
> > > > >
> > > > > Could someone please elaborate on how the GRiD rom sockets
> > work?
> > > > >
> > > >
> > >
> >
> >
>




Yahoo! Message number: 1796
Date: Wed, 7 Nov 2007 22:30:58 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: GRiD chips

I don't have the process, however it probably wouldn't take much to hack the one I have that is programed.   Perhaps try to mount the image file, than maybe we only need Linux and 'mkfs' command to create an image file.
---- jeriddian <Jeriddian@...> wrote: 
> That's great, Charles,
> 
> However, do you know the process by which the chips are programmed? I 
> thought there was some sort of program required to code the chips 
> just right. I had thought to program MSDOS 6.22 on one (If it would 
> fit. But I have a feeling it won't.), and some other stuff, but is it 
> as simple as simply loading the files onto the chip just as if you 
> were copying to a disk?
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
> >
> > Folks
> > 
> > I have a bunch of those ROMs 'blank'
> > they are a 27010 (128K X 8) 
> > 
> > ---- jeriddian <Jeriddian@...> wrote: 
> > > Just as a followup, The chips that can be used are any of the 27C 
> > > series of EPROMS. Just remember that even if you use a 27C256 or 
> > > 27C512, you will only be able to use 128K of the memory because 
> that 
> > > is the maximum amount of storage in RAM the computer will 
> allocate 
> > > to it. The usual chip used for the application ROMs seem to be 
> the 
> > > 27C010 which is a 32 pin 128k CMOS EPROM. You want to use the "C" 
> > > series chips as these EPROM use less energy than the NMOS chips.
> > > 
> > > Now it would be nice if someone could write a program that would 
> > > allow the switching of the memory sections of the application ROM 
> in 
> > > and out as needed, just as the process is done in extended RAM, 
> then 
> > > you could use the entire contents of a 512k 27C512 chip for 
> storing 
> > > programs. Can't use the 1 megs though as they usually are 40 pin 
> > > chips.
> > > 
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" <ballsandy@> 
> > > wrote:
> > > >
> > > > I have the two-socket configuration and the blue LCD panel.
> > > > How common are the ROM chips that GRiD came out with and how 
> hard 
> > > are
> > > > they to find? While I do have a stack of EEPROM chips here they 
> are
> > > > all 256, 512 and 1024k in size and I don't have a EEPROM 
> programmer
> > > > (though I do own a StampStack).
> > > > 
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@> 
> > > wrote:
> > > > >
> > > > > The way the application ROM chips work is that the computer 
> will 
> > > > > actually look at them as an extension of the A: Drive. So 
> > > instead of 
> > > > > your A: drive having a capacity of 1.44 MB, when an 
> application 
> > > ROM is 
> > > > > in place, it will actually see a capacity of 1.568 MB, the 
> last 
> > > 128Kb 
> > > > > being unchangeable. 
> > > > > 
> > > > > Depending on the type of video card you have, you may have 
> room 
> > > for two 
> > > > > of these ROM chips. If you have the standard red or amber 
> plasma 
> > > mono 
> > > > > color video, there is room for two application ROM chips. NOw 
> > > you can 
> > > > > have both of the slots filled with aplication ROM's, but the 
> > > computer 
> > > > > will only recognize one of them at a time. That's because it 
> > > will only 
> > > > > load one of them at a time into memory. If you have the 
> backlit 
> > > LCD 
> > > > > display video, there will only be room for one such 
> application 
> > > ROM. If 
> > > > > you have the upgraded VGA LCD plasma such as I have on my 
> 1530, 
> > > there 
> > > > > is no room for an application ROM. That had to be sacrificed 
> to 
> > > make 
> > > > > room for the expanded VGA circuitry, I think.
> > > > > 
> > > > > Now these ROM chips are always 128K in size or less. 128K is 
> the 
> > > max 
> > > > > that can be handled by the computer. Unlike the BIOS ROM 
> chips 
> > > which 
> > > > > are 28 pin 2C128 types, these are 32 pin configuration chips. 
> I 
> > > forget 
> > > > > the model number assigned to these chips right off hand, but 
> the 
> > > EPROM 
> > > > > versions of these chips are obtainable much as the EPROM ROM 
> > > BIOS chips 
> > > > > can be obtained. They can be programmed so that they can be 
> > > used. There 
> > > > > is a program out there specifically for programming the 
> > > application ROM 
> > > > > chips, but unfortunately I have no idea where it is. You 
> would 
> > > have to 
> > > > > use an EPROM burner such as has been mentioned on this forum 
> for 
> > > > > burning the EPROM ROM BIOS chips such as I and Shawn have 
> used 
> > > in order 
> > > > > to configure the different hard drives into the computers.
> > > > > 
> > > > > You can program these chips with pretty much anything that 
> the 
> > > computer 
> > > > > can run up to the 128K capacity. It can be useful because you 
> > > can load 
> > > > > MSDOS into it and it will load and boot up the computer from 
> a 
> > > higher 
> > > > > section of memory and free up the other parts of memory for 
> your 
> > > other 
> > > > > programs. So if there is a favorite word processing program, 
> or 
> > > other 
> > > > > program you like to use a lot, it can be programmed onto the 
> > > > > application ROMs. I've looked into this some and found the 
> EPROM 
> > > chips 
> > > > > for sale on ebay, but haven't bought any. I still haven't 
> found 
> > > the 
> > > > > actual program that would configure the chips. CJ or Shawn 
> might 
> > > know 
> > > > > more about that.
> > > > > 
> > > > > --- In RuGRiD-Laptop@yahoogroups.com, "ballsandy101" 
> > > <ballsandy@> 
> > > > > wrote:
> > > > > >
> > > > > > Well I finally had time to look at my GRiDcase 1520 again 
> and 
> > > now that
> > > > > > I have added an additional 2Mb ram and made space or an 
> easier 
> > > to
> > > > > > install battery (I have yet to get the hard drive working 
> > > again but
> > > > > > the system will boot from it on it's own) I am looking to 
> see 
> > > those
> > > > > > two ROM sockets I have filled with something. Now I really 
> > > don't know
> > > > > > how exactly they work but I assume you can't non-GRiD chips 
> in 
> > > there
> > > > > > nor can you write to those chips using the GRiD.
> > > > > > 
> > > > > > Could someone please elaborate on how the GRiD rom sockets 
> > > work?
> > > > > >
> > > > >
> > > >
> > > 
> > >
> >
> 
> 



Yahoo! Message number: 1797
Date: Mon, 12 Nov 2007 02:33:23 -0000
From: "nick_zravre"
Subject: 1535 Expansion tray on ebay

Hello,
I thought someone here might be interested in this auction I found for
a grid 1535 expansion tray, I found it while browsing around ebay.
Being that I have a Grid 1520 it would be of no use to me. Here is the
url:
http://cgi.ebay.com/Grid-gridcase-1535-Expansion-Tray-32300-for-isa-bus_W0QQitemZ140177976182QQihZ004QQcategoryZ1247QQssPageNameZWDVWQQrdZ1QQcmdZViewItem



Yahoo! Message number: 1798
Date: Mon, 12 Nov 2007 17:35:05 -0000
From: "draisine2001"
Subject: Re: I need your help about ALIENS Grid laptop

Dear Shawn,
you are very kind to be interested to try to reply the sentry gun
program. I have a running PC program made using flash.
I can send you it and you'll can think how make it.
Many thanks

Paolo
--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> I've seen the movie Aliens once or twice.  I don't
> remember the scene(s) with the Grid.
> Could somebody capture the scene in MPEG or MOV format
> and send them to me?
> My plan is to eventually write code to duplicate the
> scene.
> It can't be *that* difficult, right?  The processor in
> the Gridcase is an 8086.
> Everyone, please do not think I will get this done
> tomorrow, next week or next month.  It will be a long
> time until I complete it.
> Thanks,
> -Shawn
>
> --- draisine2001 <pagalan2@...> wrote:
>
> > Hi,
> > many thanks in advance for your attention.
> >
> > I am an Italian Aliens movie fan and I just bought a
> > Gridcase3 laptop
> > because this computer was used on Aliens movie. I
> > hope somebody of you
> > cans help me to have a little program reproducing
> > "Sentry Gun" control
> > software seen on the movie.
> >
> > I hope this is a reasonable request and I am sorry
> > for my English.
> >
> > Many thanks again
> >
> >
> > Paolo
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1799
Date: Mon, 12 Nov 2007 20:35:03 -0000
From: "draisine2001"
Subject: Re: I need your help about ALIENS Grid laptop

Many thanks for your attention. I am a member of AliensLegacy forum
and nobody is able to provide the program.
However, thanks a lot

Paolo

--- In RuGRiD-Laptop@yahoogroups.com, "matt noble" <mnoble2@...>
wrote:
>
> The grid (gridcompass 1139) is used as the remote sentry
> gun terminal.
>
> It is in the extended edition of Aliens, not in the theatre
version.
>
> Some people have written various programs, but none as identical as
>
> the film version. Some people think it was written in the Grid OS.
>
> Check this forum for more info:
>
> http://forum.alienslegacy.com/index.php
>
> 
>
> -- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > I've seen the movie Aliens once or twice.  I don't
> > remember the scene(s) with the Grid.
> > Could somebody capture the scene in MPEG or MOV format
> > and send them to me?
> > My plan is to eventually write code to duplicate the
> > scene.
> > It can't be *that* difficult, right?  The processor in
> > the Gridcase is an 8086.
> > Everyone, please do not think I will get this done
> > tomorrow, next week or next month.  It will be a long
> > time until I complete it.
> > Thanks,
> > -Shawn
> >
> > --- draisine2001 <pagalan2@> wrote:
> >
> > > Hi,
> > > many thanks in advance for your attention.
> > >
> > > I am an Italian Aliens movie fan and I just bought a
> > > Gridcase3 laptop
> > > because this computer was used on Aliens movie. I
> > > hope somebody of you
> > > cans help me to have a little program reproducing
> > > "Sentry Gun" control
> > > software seen on the movie.
> > >
> > > I hope this is a reasonable request and I am sorry
> > > for my English.
> > >
> > > Many thanks again
> > >
> > >
> > > Paolo
> > >
> > >
> > >
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/
> > > Yahoo! Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>




Yahoo! Message number: 1800
Date: Mon, 12 Nov 2007 20:38:35 -0000
From: "Kai Robinson"
Subject: 1535 Expansion tray

Thought i'd do my bit as a new member and point out this item i
spotted whilst bidding on (from the same seller) a GridCase 3 (looks like)

http://cgi.ebay.com/Grid-gridcase-1535-Expansion-Tray-32300-for-isa-bus_W0QQitemZ140177976182QQihZ004QQcategoryZ1247QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

Also available is the 5.25" floppy drive setup with a copy of GRiDOS!

HTH :)



Yahoo! Message number: 1801
Date: Mon, 12 Nov 2007 13:44:06 -0800 (PST)
From: Matthew Noble
Subject: Re: [RuGRiD-Laptop] Re: I need your help about ALIENS Grid laptop
text/plain; charset=iso-8859-1

I just got it a few weeks ago.
   
  It is not exact, but until someone gets a grid os programming
   
  book, it is the only option on a gridcase.
  

draisine2001 <pagalan2@...> wrote:
          Many thanks for your attention. I am a member of AliensLegacy forum 
and nobody is able to provide the program.
However, thanks a lot

Paolo

--- In RuGRiD-Laptop@yahoogroups.com, "matt noble" <mnoble2@...> 
wrote:
>
> The grid (gridcompass 1139) is used as the remote sentry
> gun terminal.
> 
> It is in the extended edition of Aliens, not in the theatre 
version.
> 
> Some people have written various programs, but none as identical as
> 
> the film version. Some people think it was written in the Grid OS.
> 
> Check this forum for more info: 
> 
> http://forum.alienslegacy.com/index.php
> 
> 
> 
> -- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > I've seen the movie Aliens once or twice. I don't
> > remember the scene(s) with the Grid.
> > Could somebody capture the scene in MPEG or MOV format
> > and send them to me?
> > My plan is to eventually write code to duplicate the
> > scene.
> > It can't be *that* difficult, right? The processor in
> > the Gridcase is an 8086.
> > Everyone, please do not think I will get this done
> > tomorrow, next week or next month. It will be a long
> > time until I complete it.
> > Thanks,
> > -Shawn
> > 
> > --- draisine2001 <pagalan2@> wrote:
> > 
> > > Hi, 
> > > many thanks in advance for your attention.
> > > 
> > > I am an Italian Aliens movie fan and I just bought a
> > > Gridcase3 laptop 
> > > because this computer was used on Aliens movie. I
> > > hope somebody of you 
> > > cans help me to have a little program reproducing
> > > "Sentry Gun" control 
> > > software seen on the movie.
> > > 
> > > I hope this is a reasonable request and I am sorry
> > > for my English.
> > > 
> > > Many thanks again
> > > 
> > > 
> > > Paolo
> > > 
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around 
> > http://mail.yahoo.com
> >
>



                         


Yahoo! Message number: 1802
Date: Mon, 12 Nov 2007 14:51:07 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: I need your help about ALIENS Grid laptop

Hello Paolo.
Yes, please send it to me.  I will not be able to work
on the program for a long time because I am very busy.
 But, I will try to do it in the next few months.
Thanks,
-Shawn
--- draisine2001 <pagalan2@...> wrote:

> Dear Shawn,
> you are very kind to be interested to try to reply
> the sentry gun 
> program. I have a running PC program made using
> flash.
> I can send you it and you'll can think how make it.
> Many thanks 
> 
> Paolo
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz
> <shawnerz@...> wrote:
> >
> > I've seen the movie Aliens once or twice.  I don't
> > remember the scene(s) with the Grid.
> > Could somebody capture the scene in MPEG or MOV
> format
> > and send them to me?
> > My plan is to eventually write code to duplicate
> the
> > scene.
> > It can't be *that* difficult, right?  The
> processor in
> > the Gridcase is an 8086.
> > Everyone, please do not think I will get this done
> > tomorrow, next week or next month.  It will be a
> long
> > time until I complete it.
> > Thanks,
> > -Shawn
> > 
> > --- draisine2001 <pagalan2@...> wrote:
> > 
> > > Hi, 
> > > many thanks in advance for your attention.
> > > 
> > > I am an Italian Aliens movie fan and I just
> bought a
> > > Gridcase3 laptop 
> > > because this computer was used on Aliens movie.
> I
> > > hope somebody of you 
> > > cans help me to have a little program
> reproducing
> > > "Sentry Gun" control 
> > > software seen on the movie.
> > > 
> > > I hope this is a reasonable request and I am
> sorry
> > > for my English.
> > > 
> > > Many thanks again
> > > 
> > > 
> > > Paolo
> > > 
> > > 
> > > 
> > > 
> > > http://groups.yahoo.com/group/rugrid-laptop/ 
> > > Yahoo! Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  http://overview.mail.yahoo.com/


Yahoo! Message number: 1803
Date: Thu, 06 Dec 2007 22:16:51 -0000
From: "jeriddian"
Subject: Re: 1535 Expansion tray

Thanks,

I went ahead and picked it up and got a 1535 off of ebay as well, 
cheap. It was missing its back cover and the floppy drive, but had
everything else and boots up. I have the spare parts to put it back
together.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Kai Robinson" <kai_robinson@...>
wrote:
>
> Thought i'd do my bit as a new member and point out this item i
> spotted whilst bidding on (from the same seller) a GridCase 3 (looks
like)
>
> http://cgi.ebay.com/Grid-gridcase-1535-Expansion-Tray-32300-for-isa-
bus_W0QQitemZ140177976182QQihZ004QQcategoryZ1247QQssPageNameZWDVWQQrdZ1Q
QcmdZViewItem
>
> Also available is the 5.25" floppy drive setup with a copy of GRiDOS!
>
> HTH :)
>




Yahoo! Message number: 1804
Date: Wed, 19 Dec 2007 23:32:49 -0000
From: "jorr_psu"
Subject: New DTC Chip Installed...No HD seen?

Hey all,
I just installed a new DTC on my 1530 motherboard.  I was getting the
classic symptoms of a dead clock chip.  Put it all back together and
for some reason, the system is not seeing the HD.  The drive is a
standard 20MB Conner, and appears to be spinning normally.

Must I reload a BIOS for it to recognize a C drive installed now?  And
if so any help there?  Also, I don't know if the drive is bad, might
there be a way to check if the drive is functional through the A drive
(I can boot up Win 98 on a floppy no problem)?

Thanks for the help in advance.  Sure do love this ole GRiD.  Has been
running though in years.

Jorr_psu



Yahoo! Message number: 1805
Date: Thu, 20 Dec 2007 00:58:37 -0000
From: "jeriddian"
Subject: Re: New DTC Chip Installed...No HD seen?

Hi, jorr_psu

Welcome to the forum!

I am assuming that when you installed the new DTC that it was either
an exact duplicate 1287 (not avaiable commercially) or the 12887
(which is what is used to replace it these days). If so, then
the "invaled configuration error 02" message should have disappeared
when you booted up. It that message did go away, then you did the
right thing and the computer is now enabled to recognized the hard
drive. Unfortunately, the Conners were notorious for going bad, and
even though your HDD seems to be spinning normally, it most likely is
bad, which is why the computer cannot see it even now when it should.

As to the BIOS, it is located on the two BIOS chips inside the
computer and is fixed. You can't change it without replacing those
chips. If you do, you have to be sure that what you put in its place
is properly programmed, for which someone experienced in assembly
language would have to do. There is no BIOS setup program of any kind
that you can get into at bootup for this computer.

In your case, you would have to replace the HDD. They are very
difficult to find. There are only six hard drive types (though in
reality only three Conner HDD, the 20MB, 40MB, and 100MB that they
recommended) that this computer will accept because it is programmed
that way in the BIOS. You can put another HDD of the same era that
fits the pin configurations (early MFM protocol, the predecessor of
the IDE), but you would have to reprogram the BIOS to accept it.
There are instructions in the files section on how to do this, and it
has been done both by myself and by Shawn.

Good Luck,

Phil
--- In RuGRiD-Laptop@yahoogroups.com, "jorr_psu" <jaorr@...> wrote:
>
> Hey all,
> I just installed a new DTC on my 1530 motherboard.  I was getting
the
> classic symptoms of a dead clock chip.  Put it all back together
and 
> for some reason, the system is not seeing the HD.  The drive is a
> standard 20MB Conner, and appears to be spinning normally.
>
> Must I reload a BIOS for it to recognize a C drive installed now?
And
> if so any help there?  Also, I don't know if the drive is bad,
might
> there be a way to check if the drive is functional through the A
drive
> (I can boot up Win 98 on a floppy no problem)?
>
> Thanks for the help in advance.  Sure do love this ole GRiD.  Has
been
> running though in years.
>
> Jorr_psu
>




Yahoo! Message number: 1806
Date: Thu, 20 Dec 2007 05:30:22 -0000
From: "jeriddian"
Subject: RAM Memory problem

To you guys with 1520's, you might be able to help me here, since I'm
not as familiar with it as I am the 1530. I recently obtained a very
nice 1520 in pristine condition with the original 20MB hard drive still
working and 1 MB RAM. It's runing MSDOS 5.0. However. I decided to
switch out the 256Kb RAMsticks for four 1 MB's I managed to obtain. I
ran into something I've never seen before. The computer Mobo will not
reconize the new RAM as 1MB, and will only see them as 256Kb sticks.
Now these new sticks are nine chip sticks so they do have the parity
bit included, which shouldn't make a difference, but I was wondering if
any of you ever experienced this problem. And I know the chips are 1 MB
sticks, and that they do work. It's not a software problem, because the
system on bootup, even before the BIOS is read completely, will not see
more than 256 KB on each stick. So I was womdering, am I missing a
jumper somewhere? Does parity make a difference on these RAM sticks?
I've searched the manuals and nothing there seems to tell me anything.
Have any of you guys run into this problem? Thanks.

Phil



Yahoo! Message number: 1807
Date: Thu, 20 Dec 2007 03:03:42 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] RAM Memory problem

Hey Phil,
I'm not 100% sure but I think it may have to do with
which "bank" the sticks are loaded in to.

I'm not near my Grids now so I have to do this from
memory.
There are 8 rows, right?
If I had to guess, row's 1-4 have 256k and 5-8 have
the 1 Meg.  Or, you may have rows 1-4 with 1 meg and
rows 5-8 with 256k.
Whatever your configuration is, try putting 256 in
rows 1 and 2, then 1 meg in rows 3 and 4.  Then, put
256 in rows 5 and 6, and 1 meg in rows 7 and 8.
See what it reports.
Good luck and let us know the outcome.
Thanks,
-Shawn


--- jeriddian <Jeriddian@...> wrote:

> To you guys with 1520's, you might be able to help
> me here, since I'm 
> not as familiar with it as I am the 1530. I recently
> obtained a very 
> nice 1520 in pristine condition with the original
> 20MB hard drive still 
> working and 1 MB RAM. It's runing MSDOS 5.0.
> However. I decided to 
> switch out the 256Kb RAMsticks for four 1 MB's I
> managed to obtain. I 
> ran into something I've never seen before. The
> computer Mobo will not 
> reconize the new RAM as 1MB, and will only see them
> as 256Kb sticks. 
> Now these new sticks are nine chip sticks so they do
> have the parity 
> bit included, which shouldn't make a difference, but
> I was wondering if 
> any of you ever experienced this problem. And I know
> the chips are 1 MB 
> sticks, and that they do work. It's not a software
> problem, because the 
> system on bootup, even before the BIOS is read
> completely, will not see 
> more than 256 KB on each stick. So I was womdering,
> am I missing a 
> jumper somewhere? Does parity make a difference on
> these RAM sticks? 
> I've searched the manuals and nothing there seems to
> tell me anything. 
> Have any of you guys run into this problem? Thanks.
> 
> Phil
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 



Yahoo! Message number: 1808
Date: Thu, 20 Dec 2007 20:11:10 -0000
From: "jeriddian"
Subject: Re: RAM Memory problem

Actually, Shawn,

You can't mix 256Kb with 1 MB. They have to be all of none or all the
other. Otherwise you will get a memory error and the unit will freeze.
The thing is that you are allowed to use only the following memory
configurations:

1 MB:     4 256Kb sticks
2 MB:     8 256Kb sticks
4 MB:     4 1 MB sticks
8 MB:     8 1 MB sticks (technically, this is not supposed to be
allowed on the 1520's according to the manual, but I know it's been
done and it works)

These are the only configurations allowed. Any other attempt will
result in an 'invalidation code 04' and the machine will freeze.

When you use only four sticks, you must use Banks 0,1,4, and 5
starting from the front of the machine. If you try any other
combination of bank loading, then you will get another memory error
for either the low or high memory byte being invalid, and the machine
will freeze again. I think I've seen some 1530's use alternate bank
loading (0,2,4,6), but that may just be for the 1530's

I've tried installing just four 1 MB sticks, but the machine will
only give me 1 MB memory total, treating them like 256 Kb sticks

I've tried installing eight 1 MB sticks, in which case the computer
sees them as a total of 2 MB memory, again as if they were all 256 KB
sticks. The extended memory mode appears to work fine in that
situation, which is why I don't think the memory mode has anything to
do with it. On the 1530, there is a jumper on some models you have to
use when switching between using four or eight sticks, but there
doesn't appear to be one on the 1520.

So at this point, I am at a loss as to why the computer cannot
recognize the memory modules as 1 MB modules, seeing them only as
256Kb. These are nine chip sticks, which means they have parity
checking (Even number chip sticks lack parity checking. Odd number
chip sticks have parity checking), but this has never been an issue
before in the early a computer as they always use non-parity memory,
so the adding of parity wouldn't change anything since it isn't
utilized. But I don't know for sure. I am going to see if I can find
some eight chip 1 MB sticks and see if that does the trick. It would
be an interesting idiosyncracy if it turns out to be true.

It just may be the manufacturing and the design of the chips as well,
unfortunately, but I've gotten this now with three different sets of
chips, so I doubt it.

Anyway, I'm still trying to figure it out. *sigh*

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hey Phil,
> I'm not 100% sure but I think it may have to do with
> which "bank" the sticks are loaded in to.
>
> I'm not near my Grids now so I have to do this from
> memory.
> There are 8 rows, right?
> If I had to guess, row's 1-4 have 256k and 5-8 have
> the 1 Meg.  Or, you may have rows 1-4 with 1 meg and
> rows 5-8 with 256k.
> Whatever your configuration is, try putting 256 in
> rows 1 and 2, then 1 meg in rows 3 and 4.  Then, put
> 256 in rows 5 and 6, and 1 meg in rows 7 and 8.
> See what it reports.
> Good luck and let us know the outcome.
> Thanks,
> -Shawn
>
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > To you guys with 1520's, you might be able to help
> > me here, since I'm
> > not as familiar with it as I am the 1530. I recently
> > obtained a very
> > nice 1520 in pristine condition with the original
> > 20MB hard drive still
> > working and 1 MB RAM. It's runing MSDOS 5.0.
> > However. I decided to
> > switch out the 256Kb RAMsticks for four 1 MB's I
> > managed to obtain. I
> > ran into something I've never seen before. The
> > computer Mobo will not
> > reconize the new RAM as 1MB, and will only see them
> > as 256Kb sticks.
> > Now these new sticks are nine chip sticks so they do
> > have the parity
> > bit included, which shouldn't make a difference, but
> > I was wondering if
> > any of you ever experienced this problem. And I know
> > the chips are 1 MB
> > sticks, and that they do work. It's not a software
> > problem, because the
> > system on bootup, even before the BIOS is read
> > completely, will not see
> > more than 256 KB on each stick. So I was womdering,
> > am I missing a
> > jumper somewhere? Does parity make a difference on
> > these RAM sticks?
> > I've searched the manuals and nothing there seems to
> > tell me anything.
> > Have any of you guys run into this problem? Thanks.
> >
> > Phil
> >
> > 
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>
>
>
>
______________________________________________________________________
______________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Yahoo! Message number: 1809
Date: Fri, 21 Dec 2007 00:19:34 -0000
From: "jorr_psu"
Subject: Re: New DTC Chip Installed...No HD seen?

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Hi, jorr_psu
>
> Welcome to the forum!
>
> I am assuming that when you installed the new DTC that it was
either
> an exact duplicate 1287 (not avaiable commercially) or the 12887
> (which is what is used to replace it these days). If so, then
> the "invaled configuration error 02" message should have
disappeared
> when you booted up. It that message did go away, then you did the
> right thing and the computer is now enabled to recognized the hard
> drive. Unfortunately, the Conners were notorious for going bad, and
> even though your HDD seems to be spinning normally, it most likely
is
> bad, which is why the computer cannot see it even now when it
should.
>
> As to the BIOS, it is located on the two BIOS chips inside the 
> computer and is fixed. You can't change it without replacing those
> chips. If you do, you have to be sure that what you put in its
place
> is properly programmed, for which someone experienced in assembly
> language would have to do. There is no BIOS setup program of any
kind
> that you can get into at bootup for this computer.
>
> In your case, you would have to replace the HDD. They are very
> difficult to find. There are only six hard drive types (though in
> reality only three Conner HDD, the 20MB, 40MB, and 100MB that they
> recommended) that this computer will accept because it is
programmed
> that way in the BIOS. You can put another HDD of the same era that
> fits the pin configurations (early MFM protocol, the predecessor of
> the IDE), but you would have to reprogram the BIOS to accept it.
> There are instructions in the files section on how to do this, and
it
> has been done both by myself and by Shawn.
>
> Good Luck,
>
> Phil
> --- In RuGRiD-Laptop@yahoogroups.com, "jorr_psu" <jaorr@> wrote:


Thank you Phil!

I did in fact replace it with the NEW 12887 DTC chip.  No more
configuration 02 error as you spoke of.

I did manage to run "gridscan.exe" from my old GRiDDos 3.3 disks.  It
hung up for some time on the C drive and when it popped up, it
showed "0" for the size and type "0" for the drive itself.  Thinking
you may be right about the HDD being bad.

What a shame.  I looked for a Conner drive months ago suspecting it,
and found one in the UK for like $500USD.  For a 20MB HDD, its insane
but because they are old and rare, it makes a lot of sense.

I've read the procedures for fixing the system with a new HDD, and
have the equipment available to me (with a couple techs to help).
Might not be worth the effort though.

If you know of anyplace that sells the drive, refurbed even at a
reasonable price, let me know.  Otherwise this other than HDD
pristine 1530 may have seen its last EXE...

Again thanks for the info!

Jorr_psu



Yahoo! Message number: 1810
Date: Fri, 21 Dec 2007 01:52:11 -0000
From: "jeriddian"
Subject: Re: New DTC Chip Installed...No HD seen?

Thank You, Jorr-psu

The question on the hard drives is indeed about how much you want to
pay for one. I have been lucky enough to find several in bargain
basement bins in discount computer parts stores that cater to selling
the old stuff at cheap prices. Of course, you take the risk that they
are dead anyway, and I did get burned several times. But at $5 or so
a pop, it's worth it. You would be surprised what you could find
sometimes. However, for the old Conner Drives, they truly are
becoming rare as chicken's teeth.

We here at RUGrid have been successful at adapting a few different 
ones of the Conner drives. Shawn has adapted a CFS420A to a 1520 and
I adapted the same hard drive in my 1530. I have also adapted two or
three CP30174E's, a CP30104E, and a couple of others I can't think of
right off hand (all Conners)

The list of Conner drives that might be able to be adapted are as
follows:

CP30104E
CP30174E
CP30084E
CP30080E

CP30084
CP30100
CP30084

CFS420A

The following are the original HDD's that Grid used:

CP3020
CP3040
CP3044
CP30100

and possibly these too:

CP340
CP344

To date, no one in our group has tried adapting a different brand HDD
to the Grid computer that I know (I have seen old HDD's with the same
MFM pin setup by different manufacturers out there. But whether they
could be adapted is an unknown. We've stayed safe here by sticking to
the Conner brand.)

Here are a couple of sources for these hard drives that might be
helpful. I think the prices may still be hefty, but it would probably
be better than what you are getting there in the UK.

http://www.codemicro.com/support/disc/specs/family_conner.html

http://www.powersourceonline.com/iris-item-search.oem-Conner-s-en.jsa

I hope you'll be able to get what you need from there. But I really
don't know what they will charge you. I also don't know that the 
prices you see on the first URL are true anymore. You would have to
call and find out. The second URL lists all of the Conner HDD's that
were made, I believe. But not all of them can be used in a Grid. You
would be best served by staying pretty much within the same family of
HDD as the list above and under 500MB. The CFA family may also be
usable in a Grid, I believe. Your only other option is to get a
specialty company to refurbish your original Conner 20 MB HDD, and
that's expensive, too. But anyway, good luck.

I know you want to get this 1530 up and running, and I do wish you
luck. But if for any reason you don't feel it's worth it, or you
can't get it going, I'm willing to take it off your hands. The 1530
is the Grid with which I especially like to deal, and I am set up to
refurbish them somewhat.

Phil




> > --- In RuGRiD-Laptop@yahoogroups.com, "jorr_psu" <jaorr@> wrote:
>
>
> Thank you Phil!
>
> I did in fact replace it with the NEW 12887 DTC chip.  No more
> configuration 02 error as you spoke of.
>
> I did manage to run "gridscan.exe" from my old GRiDDos 3.3 disks.
It
> hung up for some time on the C drive and when it popped up, it
> showed "0" for the size and type "0" for the drive itself.
Thinking
> you may be right about the HDD being bad.
>
> What a shame.  I looked for a Conner drive months ago suspecting
it,
> and found one in the UK for like $500USD.  For a 20MB HDD, its
insane
> but because they are old and rare, it makes a lot of sense.
>
> I've read the procedures for fixing the system with a new HDD, and
> have the equipment available to me (with a couple techs to help).
> Might not be worth the effort though.
>
> If you know of anyplace that sells the drive, refurbed even at a
> reasonable price, let me know.  Otherwise this other than HDD
> pristine 1530 may have seen its last EXE...
>
> Again thanks for the info!
>
> Jorr_psu
>




Yahoo! Message number: 1811
Date: Thu, 20 Dec 2007 21:59:01 -0500 (EST)
From: Lawrence Walker
Subject: Re: [RuGRiD-Laptop] Re: RAM Memory problem

 The placement of the chips is very important as
Charles alerted me to a long time ago. I seem to
remember that 4 chips went in the 0,2,4,6 slots, but
my memory must be wrong. For some reason I'd thought I
had gotten the memory up to 4megs, but it must have
been 2 using 4 other 256k chips. In any case Win 3.1
worked fine on it. Perhaps not in protected mode.
I remember being amazed and delighted when I found 
the 1520 could use EXTended as well as EXPanded
memory.
Possibly that's a feature of the OS (MSDOS 5 or 6.x)
not hardware.

With 8 1M it shouldn't be a problem unless it's
related to the chip parity structure or speed, or the
jumper referred to in the below usenet message.
There's even references in my Grid archives of
increasing 1530 memory to 16meg using kits from
now-defunct dealers ? (2meg chips ?) I have another
message referring to it.

 There are also references to defunct dealers offering
an 8 1meg chip upgrade in the old Laptop group on
usenet. Don't know if Google still maintains it but
FUNET might.

 Here is an old usenet message from my archives of the
files I was trying to upload here which went so wrong.

It refers to the 1530 but could also apply to the
1520.

Lawrence
-------------------------------------------------------

From: Steve Lemons (slemons@...)
Subject: Re: GRiD Questions 
Newsgroups: comp.sys.laptops
Date: 1995-01-17 05:11:37 PST 

In article <3f5hl6$gas@...>, Michael
Zeleny wrote:
:~~| I am cannibalizing one 1550sx in order to keep
another one running,
:~~| and would like to find out whether the two sets
of standard (4Mb total
:~~| each) RAM chips can be safely combined on a
single board.  I am also
:~~| interested in advice on fixing or replacing
defective Isopoint mice,
:~~| restoring the LCD screen brightness, and
upgrading the processor to a
:~~| 486.  I would be willing to sell or trade my
extra parts in order to keep the remaining machine
reasonably happy.  Cordually                          
           
:~~| mikhail Zeleny@...                     
            

 While I can't speak for the 1550 specifically (I have
the 1530), my understanding was that the 1550 was
really a 1530 with an expansion slot. If this is
correct, I would certainly try putting all of the
memory in one system. 

If I understand correctly, each of your systems
currently contains four 1 MB SIP's, and each system
could accommodate eight 1 MB SIP's.
Assuming that the SIP's are all relatively close in
speed (most likely they are all 80ns), putting all 8
of them in one system should work just fine. 

With only 4 SIP's in a 1530, a small jumper is used to
connect 2 pins that are located  between the keyboard
and the memory. If you install all 8 SIP's in one
system, you will want to remove the jumper
(it pulls off easily).

I believe that your memory access speed will also
improve with all SIP slots populated, due to the
memory being organized as 2 banks (4 SIP's each), with
interleaved access. While I am no memory expert,
it is my understanding that an additional wait state
is incurred when only 1 bank of memory is populated.

Disclaimer: Just my opinions, based on extensive
tinkering with a 1530. In short, good luck.

Steve
-------------------------------------------------------



      Looking for a X-Mas gift?  Everybody needs a Flickr Pro Account.

 

http://www.flickr.com/gift/



Yahoo! Message number: 1812
Date: Fri, 21 Dec 2007 07:05:36 -0000
From: "jeriddian"
Subject: Re: RAM Memory problem

Thanks, Lawrence,

Good to see you back.

I have seen the 0,2,4,6 placement in some machines, but in this 1520
that I have, it gives me the memory low byte invalid error, so the
only configuiration that will work in this machine for four sticks
is 0,1,4,5. I think the 0,2,4,6 configuration was unique to the 1530
actually.

The difference between extended and expanded is that extended simply
allows a direct adressing protocol for memory above the 1 MB KB
limit. The 384 KB after the first 640 KB is left alone as MSDOS
mandates that for use with expanded. This of course gives you only a
maximum of 15 MB of addressable memory above the base 1 MB. Expanded
memory uses that 384 KB section above the base 640 KB to be able to
address all RAM memory above 1 MB and then gives you a maximum
addressable memory of 4 Gb.

Expanded memory is addressed from within the lower 1MB space,
usually above 640K. It is sometimes up to 64K of real addresses but
this is just a small portion of the whole expanded memory, which can
be very large. The expanded memory requires hardware and/or software
that maps the expanded memory to a piece of address space, in what
is called a "page frame". Extended memory can be used as expanded
memory by using software and the 80286 or 80386 chips to "remap" it
to the lower 1MB. It should be noted that the 80386 chip has
hardware built in that supports expanded memory while the 80286 chip
does not. Software that will convert extended memory on an 80286
machine to expanded memory may result in a significant performance
penalty, if the machine does not have special hardware support for
expanded memory. Software that will convert extended memory to
expanded memory on an 80286 machine is not written to use the
special hardware built into the 80386 chip, so the same type of
performance penalty may apply.

The problem here is still in in the bootup. During the POST the
computer does the initial testing of the RAM and still only sees the
1 MB sticks as 256 KB sticks. This is done before any of the
config.sys commands commands come into play designating the memory
mode as EXT or EMS, which is why I don;t think it is part of the
problem. I don't want to switch the memory mode just yet. For
similar reasons, I would doubt the version of MSDOS being a factor.

However, lacking any other knowledge, I may try switching the
compputer from EXT to EXP and see if that works, or upgrading to
MSDOS 6.22. I may need an EMS manager to make that work.

But somehow I still think this is a hardware problem on the Mobo.

Phil


--- In RuGRiD-Laptop@...m, Lawrence Walker
<bigwalk_ca@...> wrote:
>
>  The placement of the chips is very important as
> Charles alerted me to a long time ago. I seem to
> remember that 4 chips went in the 0,2,4,6 slots, but
> my memory must be wrong. For some reason I'd thought I
> had gotten the memory up to 4megs, but it must have
> been 2 using 4 other 256k chips. In any case Win 3.1
> worked fine on it. Perhaps not in protected mode.
> I remember being amazed and delighted when I found
> the 1520 could use EXTended as well as EXPanded
> memory.
> Possibly that's a feature of the OS (MSDOS 5 or 6.x)
> not hardware.
>
> With 8 1M it shouldn't be a problem unless it's
> related to the chip parity structure or speed, or the
> jumper referred to in the below usenet message.
> There's even references in my Grid archives of
> increasing 1530 memory to 16meg using kits from
> now-defunct dealers ? (2meg chips ?) I have another
> message referring to it.
>
>  There are also references to defunct dealers offering
> an 8 1meg chip upgrade in the old Laptop group on
> usenet. Don't know if Google still maintains it but
> FUNET might.
>
>  Here is an old usenet message from my archives of the
> files I was trying to upload here which went so wrong.
>
> It refers to the 1530 but could also apply to the
> 1520.
>
> Lawrence
> -------------------------------------------------------
>
> From: Steve Lemons (slemons@...)
> Subject: Re: GRiD Questions
> Newsgroups: comp.sys.laptops
> Date: 1995-01-17 05:11:37 PST
>
> In article <3f5hl6$gas@...>, Michael
> Zeleny wrote:
> :~~| I am cannibalizing one 1550sx in order to keep
> another one running,
> :~~| and would like to find out whether the two sets
> of standard (4Mb total
> :~~| each) RAM chips can be safely combined on a
> single board.  I am also
> :~~| interested in advice on fixing or replacing
> defective Isopoint mice,
> :~~| restoring the LCD screen brightness, and
> upgrading the processor to a
> :~~| 486.  I would be willing to sell or trade my
> extra parts in order to keep the remaining machine
> reasonably happy.  Cordually    
>
> :~~| mikhail Zeleny@...             
>
>
>  While I can't speak for the 1550 specifically (I have
> the 1530), my understanding was that the 1550 was
> really a 1530 with an expansion slot. If this is
> correct, I would certainly try putting all of the
> memory in one system.
>
> If I understand correctly, each of your systems
> currently contains four 1 MB SIP's, and each system
> could accommodate eight 1 MB SIP's.
> Assuming that the SIP's are all relatively close in
> speed (most likely they are all 80ns), putting all 8
> of them in one system should work just fine.
>
> With only 4 SIP's in a 1530, a small jumper is used to
> connect 2 pins that are located  between the keyboard
> and the memory. If you install all 8 SIP's in one
> system, you will want to remove the jumper
> (it pulls off easily).
>
> I believe that your memory access speed will also
> improve with all SIP slots populated, due to the
> memory being organized as 2 banks (4 SIP's each), with
> interleaved access. While I am no memory expert,
> it is my understanding that an additional wait state
> is incurred when only 1 bank of memory is populated.
>
> Disclaimer: Just my opinions, based on extensive
> tinkering with a 1530. In short, good luck.
>
> Steve
> -------------------------------------------------------
>
>
>
>       Looking for a X-Mas gift?  Everybody needs a Flickr Pro
Account.
>
>
>
> http://www.flickr.com/gift/
>




Yahoo! Message number: 1813
Date: Fri, 21 Dec 2007 13:49:11 -0000
From: "jorr_psu"
Subject: Re: New DTC Chip Installed...No HD seen?

Ok Phil,

I will check on the sites you mentioned.  And will let you know how we
fair out.

Alas if I cannot repair her, I think I might as well let her go,
especially to someone that might know how to get her running better
than I.

I have a GRIDCase 1530, VGA if I remember.  The onboard display is B/W
not the amber/orange one.  I always used a VGA monitor with it.  I
have several GRiD battery packs I grabbed up a few months ago.  I also
have the GRiD network adapter that inserts nicely into the battery
slot.  I have an Ethernet switcher to match it (not sure what it does
though).  I have an external GRiD 5.25" drive (man, that brings back
memories) and cable, and a GRiD numeric keypad that connects to the
system via the connector in back (old PS2 type).  The GRiD used to be
a desktop for me and the numeric pad was essential.  The power supply
is fantastic (not to mention shiny chrome) for these things.  I used
mine a lot long ago onboard miltary aircraft, running fine using
aircraft 400Hz power.  Right at the upper limit, but the power supply
was fine (if not a bit warm!).  I was the envy of the crew.

System works great booting from the floppy.  Haven't dragged the old
monitor out of the closet yet to check the VGA out.  You know I might
just do that this afternoon (hehe).

I also have all the original documentation, as well as the original
black GRiD DOS case with manuals, a GRiD ROM building guidebook,
working 3.5" and 5.25" MD-DOS discs, various quick help cards, all
nicely tabbed.  Thanks to all you folks, I have several discs of
utilities and other files acquired mostly from this site, but a few
other places.

The system is basically pristine, as I cared well for it through the
years.  In fact the HDD never failed me while I used it.  It seems to
have failed as it sat in the equipment closet, all wrapped up nicely.
 Go figure.  I suppose that is why I want to fix it now...you just
can't buy GRiD quality anymore.

Anyway thank you for the great info.  And if I fail I'll let you know
when she's available.

Jorr_psu

BTW, I'm living in So MD.  The good ole US of A.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Thank You, Jorr-psu
>
> The question on the hard drives is indeed about how much you want to
> pay for one. I have been lucky enough to find several in bargain
> basement bins in discount computer parts stores that cater to selling
> the old stuff at cheap prices. Of course, you take the risk that they
> are dead anyway, and I did get burned several times. But at $5 or so
> a pop, it's worth it. You would be surprised what you could find
> sometimes. However, for the old Conner Drives, they truly are
> becoming rare as chicken's teeth.
>
> We here at RUGrid have been successful at adapting a few different
> ones of the Conner drives. Shawn has adapted a CFS420A to a 1520 and
> I adapted the same hard drive in my 1530. I have also adapted two or
> three CP30174E's, a CP30104E, and a couple of others I can't think of
> right off hand (all Conners)
>
> The list of Conner drives that might be able to be adapted are as
> follows:
>
> CP30104E
> CP30174E
> CP30084E
> CP30080E
>
> CP30084
> CP30100
> CP30084
>
> CFS420A
>
> The following are the original HDD's that Grid used:
>
> CP3020
> CP3040
> CP3044
> CP30100
>
> and possibly these too:
>
> CP340
> CP344
>
> To date, no one in our group has tried adapting a different brand HDD
> to the Grid computer that I know (I have seen old HDD's with the same
> MFM pin setup by different manufacturers out there. But whether they
> could be adapted is an unknown. We've stayed safe here by sticking to
> the Conner brand.)
>
> Here are a couple of sources for these hard drives that might be
> helpful. I think the prices may still be hefty, but it would probably
> be better than what you are getting there in the UK.
>
> http://www.codemicro.com/support/disc/specs/family_conner.html
>
> http://www.powersourceonline.com/iris-item-search.oem-Conner-s-en.jsa
>
> I hope you'll be able to get what you need from there. But I really
> don't know what they will charge you. I also don't know that the
> prices you see on the first URL are true anymore. You would have to
> call and find out. The second URL lists all of the Conner HDD's that
> were made, I believe. But not all of them can be used in a Grid. You
> would be best served by staying pretty much within the same family of
> HDD as the list above and under 500MB. The CFA family may also be
> usable in a Grid, I believe. Your only other option is to get a
> specialty company to refurbish your original Conner 20 MB HDD, and
> that's expensive, too. But anyway, good luck.
>
> I know you want to get this 1530 up and running, and I do wish you
> luck. But if for any reason you don't feel it's worth it, or you
> can't get it going, I'm willing to take it off your hands. The 1530
> is the Grid with which I especially like to deal, and I am set up to
> refurbish them somewhat.
>
> Phil
>
>
>
>
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jorr_psu" <jaorr@> wrote:
> >
> >
> > Thank you Phil!
> >
> > I did in fact replace it with the NEW 12887 DTC chip.  No more
> > configuration 02 error as you spoke of.
> >
> > I did manage to run "gridscan.exe" from my old GRiDDos 3.3 disks.
> It
> > hung up for some time on the C drive and when it popped up, it
> > showed "0" for the size and type "0" for the drive itself.
> Thinking
> > you may be right about the HDD being bad.
> >
> > What a shame.  I looked for a Conner drive months ago suspecting
> it, 
> > and found one in the UK for like $500USD.  For a 20MB HDD, its
> insane
> > but because they are old and rare, it makes a lot of sense.
> >
> > I've read the procedures for fixing the system with a new HDD, and
> > have the equipment available to me (with a couple techs to help).
> > Might not be worth the effort though.
> >
> > If you know of anyplace that sells the drive, refurbed even at a
> > reasonable price, let me know.  Otherwise this other than HDD
> > pristine 1530 may have seen its last EXE...
> >
> > Again thanks for the info!
> >
> > Jorr_psu
> >
>




Yahoo! Message number: 1814
Date: Tue, 01 Jan 2008 20:39:20 -0000
From: "lam_jim"
Subject: 1520

After programing my motorola I left the Grid out in the garage where it
got cold and damp.  I brought it in and left in the office for a week
or so and today tried to boot it up.  It gives me a beep-beep------
beepbeepbeep and goes to sleep.  The screen doesn't light up nor does
it show any signs of life. Flicking the power switch off gives a brief
flash to the indicators on the right side.  Power back on gives the
above scenario.  Where shoud I start?  Best of the season!!



Yahoo! Message number: 1815
Date: Tue, 01 Jan 2008 21:36:42 -0000
From: "lam_jim"
Subject: 1520 NO BOOT

aPPARENTLY i CAN'T COUNT.  THE BEEP CODE IS  2  3   1.  pLOWING THROUGH
jERIDANS COLLECTIVE WORKS i'VE YET TO FIND THE BEEP CODE LIST THAT
THE "NO PHONEIX" REFERENCE SUGGESTS IS IN APPENDIX A.  hELP,  cHEERS,
jIM



Yahoo! Message number: 1816
Date: Tue, 01 Jan 2008 21:59:57 -0000
From: "jeriddian"
Subject: Re: 1520 NO BOOT

Dear lam_jim,

Glad to have you on board with RUGrid. The POST beep codes can be found
in the Hardware Service Course Student Guide starting on page 52, which
you can download from the files section here on this forum. The beep
code you have given shows that that there is a "64K RAM chip or data 
line failure - Bit 8". This suggest that one of your memory sticks has
gone bad or the connection of one of the pins is bad, possibly from
getting wet and cold. You should try taking out your memory sticks,
cleaning them if needed, and reseating them again into the motherboard.
If that doesn't work, find a tester for your memory sticks and see if
one of them has gone bad, in which case you will have to get another
one (or a new set, depending). Hopefully, it is not due to a break in a
line on the MoBo itself, but I believe that to be very unlikely.

Good luck,

Jeriddian

--- In RuGRiD-Laptop@yahoogroups.com, "lam_jim" <lamb@...> wrote:
>
> aPPARENTLY i CAN'T COUNT.  THE BEEP CODE IS  2  3   1.  pLOWING
THROUGH
> jERIDANS COLLECTIVE WORKS i'VE YET TO FIND THE BEEP CODE LIST THAT
> THE "NO PHONEIX" REFERENCE SUGGESTS IS IN APPENDIX A.  hELP,  cHEERS,
> jIM
>




Yahoo! Message number: 1817
Date: Wed, 02 Jan 2008 01:35:00 -0000
From: "lam_jim"
Subject: 1520 mem sticks

You guys are the Gridmasters!  Wiggling of mem sticks resulted in POST
advancing to display where it complained of reduced mem at line 1000.
Further messing with sticks resulted in broken pin. Is there an elegant
way to repair the pins on a stick? Better to replace it? (HO256,  SNK
NST4,  made in japan,  1S-712) These sticks are arranged in sets of two
(6 ttl) then a set of two surface mounted component sticks with no ID
(4 ttl). Any suggestions?  Any sticks?  Cheers, Jim.



Yahoo! Message number: 1818
Date: Wed, 02 Jan 2008 01:47:48 -0000
From: "jeriddian"
Subject: Re: 1520 mem sticks

Hi, lam_jim

Trying to repair a broken pin on a SIPP is damn near impossible without
tearing it up. First, you would have to get a replacement pin from
another SIPP, which would tear it up. You are better off buying a new
stick or set of sticks. It really doesn't matter what brand or make the
sticks are. Any stick of SIPP from that era is going to be about 80ns
to 120ns in terms of speed, and the GRID can work with any of those
speeds. The 256K SIPP's are a little easier to find. I would suggest
going to ebay or looking at some of the computer parts houses that are
around that offer these old computer parts. You'll probably be able to
get away with paying a few bucks per stick (or up to $5 - 10). Although
you should be able to get any stick and use it, it is preferable to get
a matched set of sticks if you can possibly do it. Mismatched sticks
can sometimes result in memory problems, though usually they seem to do
okay if not.

You can use four sticks, or eight sticks of 256K SIPP for 1 MB or 2MB
of memory. If you use only four be sure and place them in exactly the
same slots required for four sticks (Banks 0,1,4, and 5, counting from
the front of the computer.). You also can use the 1 MB SIPP sticks for
a total of 4 MB RAM again in banks 0,1,4, and 5. Although GRID never
recommended using eight sticks of 1 MB SIPP' s in a 1520, I know it has
been done and will work.


Good luck!

Jeriddian
--- In RuGRiD-Laptop@yahoogroups.com, "lam_jim" <lamb@...> wrote:
>
> You guys are the Gridmasters!  Wiggling of mem sticks resulted in
POST 
> advancing to display where it complained of reduced mem at line 1000.
> Further messing with sticks resulted in broken pin. Is there an
elegant
> way to repair the pins on a stick? Better to replace it? (HO256,  SNK
> NST4,  made in japan,  1S-712) These sticks are arranged in sets of
two
> (6 ttl) then a set of two surface mounted component sticks with no ID
> (4 ttl). Any suggestions?  Any sticks?  Cheers, Jim.
>




Yahoo! Message number: 1819
Date: Tue, 1 Jan 2008 23:18:32 -0500
From:
Subject: Re: [RuGRiD-Laptop] 1520 mem sticks

Jim:

You have to look  at the pads on the sip.  In the past I hove used pins from an DIP socket to replace broken pins.  This is best done with 0.016 diameter solder and a fine tip under a microscope.  I also used a socket to hold the pins in alignment while I worked on them.   (note that I regularly solder under a microscope and am quite good at it.)

If you are not prepared to do the "micro-surgery" I recommend finding a vintage memory dealer, or a group member who has some spares.

---- lam_jim <lamb@...> wrote: 
> You guys are the Gridmasters!  Wiggling of mem sticks resulted in POST 
> advancing to display where it complained of reduced mem at line 1000. 
> Further messing with sticks resulted in broken pin. Is there an elegant 
> way to repair the pins on a stick? Better to replace it? (HO256,  SNK 
> NST4,  made in japan,  1S-712) These sticks are arranged in sets of two 
> (6 ttl) then a set of two surface mounted component sticks with no ID 
> (4 ttl). Any suggestions?  Any sticks?  Cheers, Jim.
> 



Yahoo! Message number: 1820
Date: Thu, 10 Jan 2008 00:06:44 -0000
From: "bigwalk_ca"
Subject: Re: 1520 mem sticks

 Hi. It seems I have acquired 4 1meg Sipps from a really nice guy in
Montreal. No cost and he even absorbed the small shiping charges. Now
that's "old school".

 In my archives I found the following Usenet post from 1995.

___________________________________________________________________

From: Steve Lemons (slemons@...)
Subject: Re: GRiD Questions
Newsgroups: comp.sys.laptops
View this article only
Date: 1995-01-17 05:11:37 PST


In article <3f5hl6$gas@...>, Michael Zeleny wrote:
:~~| I am cannibalizing one 1550sx in order to keep another one
running,
:~~| and would like to find out whether the two sets of standard (4Mb
total
:~~| each) RAM chips can be safely combined on a single board.  I am
also
:~~| interested in advice on fixing or replacing defective Isopoint
mice,
:~~| restoring the LCD screen brightness, and upgrading the processor
to a
:~~| 486.  I would be willing to sell or trade my extra parts in
order to
:~~| keep the remaining machine reasonably happy.
:~~| cordially,                
don't
:~~| mikhail zeleny@...u
tread
:~~| writing from the disneyland of formal philosophy
on
:~~| "Le cul des femmes est monotone comme l'esprit des hommes."
me

 While I can't speak for the 1550 specifically (I have the 1530),
my understanding was that the 1550 was really a 1530 with an
expansion slot. If this is correct, I would certainly try
putting  all of the memory in one system.

If I understand correctly, each of your systems currently contains
four 1 MB SIP's, and each system could accommodate eight 1 MB SIP's.
Assuming that the SIP's are all relatively close in speed (most
likely they are all 80ns), putting all 8 of them in one system
should work just fine.

With only 4 SIP's in a 1530, a small jumper is used to connect
2 pins that are located  between the keyboard and the memory. If you
install all 8 SIP's in one system, you will want to remove the jumper
(it pulls off easily).

I believe that your memory access speed will also improve with all
SIP slots populated, due to the memory being organized as 2 banks
(4 SIP's each), with interleaved access. While I am no memory expert,
it is my understanding that an additional wait state is incurred when
only 1 bank of memory is populated.

Disclaimer: Just my opinions, based on extensive tinkering with a
1530.
            In short, good luck.
Steve

----------------------------------------------------------------------
 In an earlier post Jeriddian mentioned that only one size of SIPPs
could be used together. I wonder if that could be a memory bank
limitation, of which there are 2 according to this post, just as in
most later computers one can use different sizes in each bank. Also
the poster's comments about the jumper on the 1530. Many things are
identical I beleve on the 1520 and 1530. I'll find out when I open my
beast. Possibly a sharp rap with the rubber handle of my screwdriver
might even revive (temporarily) the Conner HD as it has done so
before.

If the use of different sizes is a definite no-no, I'll install them
in my spare 1520 unless there are working 256m sipps in it. Can't
remember, tho I know at one point I had all the slots in my primary
1520 populated after acquiring 4 256m Sipps off eBay. I know I do
have 4 256m sticks each with at least 1 "leg" missing. I will
certainly be cautious when inserting any of the 1meg SIPPs.

Lawrence

 Still can't understand why a BIOS "addendum" couldn't be written by
an experienced BIOS programmer to be used like the "overlays" which
overcome size limitations by most HD manufacturer, or for that matter
the BIOS insert pointers used by the GRID SCSI adapter. A "first-
call" add-on simply using the EPROM slots at the top of the keyboard.

L.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Hi, lam_jim
>
> Trying to repair a broken pin on a SIPP is damn near impossible
without
> tearing it up. First, you would have to get a replacement pin from
> another SIPP, which would tear it up. You are better off buying a
new
> stick or set of sticks. It really doesn't matter what brand or make
the
> sticks are. Any stick of SIPP from that era is going to be about
80ns
> to 120ns in terms of speed, and the GRID can work with any of those
> speeds. The 256K SIPP's are a little easier to find. I would
suggest
> going to ebay or looking at some of the computer parts houses that
are
> around that offer these old computer parts. You'll probably be able
to
> get away with paying a few bucks per stick (or up to $5 - 10).
Although
> you should be able to get any stick and use it, it is preferable to
get
> a matched set of sticks if you can possibly do it. Mismatched
sticks
> can sometimes result in memory problems, though usually they seem
to do
> okay if not.
>
> You can use four sticks, or eight sticks of 256K SIPP for 1 MB or
2MB
> of memory. If you use only four be sure and place them in exactly
the
> same slots required for four sticks (Banks 0,1,4, and 5, counting
from
> the front of the computer.). You also can use the 1 MB SIPP sticks
for
> a total of 4 MB RAM again in banks 0,1,4, and 5. Although GRID
never
> recommended using eight sticks of 1 MB SIPP' s in a 1520, I know it
has
> been done and will work.
>
>
> Good luck!
>
> Jeriddian
> --- In RuGRiD-Laptop@yahoogroups.com, "lam_jim" <lamb@> wrote:
> >
> > You guys are the Gridmasters!  Wiggling of mem sticks resulted in
> POST
> > advancing to display where it complained of reduced mem at line
1000.
> > Further messing with sticks resulted in broken pin. Is there an
> elegant
> > way to repair the pins on a stick? Better to replace it? (HO256,
SNK
> > NST4,  made in japan,  1S-712) These sticks are arranged in sets
of
> two
> > (6 ttl) then a set of two surface mounted component sticks with
no ID
> > (4 ttl). Any suggestions?  Any sticks?  Cheers, Jim.
> >
>




Yahoo! Message number: 1821
Date: Wed, 9 Jan 2008 20:12:52 -0500 (EST)
From: Lawrence Walker
Subject: Re: [RuGRiD-Laptop] Re: RAM Memory problem

 Hi Phil. I finally contacted the guy in Montreal
about the 1Meg SIPPs. As you will see in my Yahoo post
he still had them and graciously mailed them free and
even absorbed the cost of Shipping, only around $3 but
that doesn't account even for the effort of packaging,
etc. Nice to see people like this still exist, and a
touchstone for my own future behavior. Especially with
some of the junior nerds who I sometimes dismiss out
of hand for their freeby expectations and bad manners.

 I didn't mention in the post that you had supplied me
with the lead lest it lead to petty jealousies or
bickering, but my thanks for you pointing me to him.

 I realise you aren't a big collector, but should you
have any need for older free parts, programs, or
books, don't hesitate to ask.

Lawrence



      Looking for a X-Mas gift?  Everybody needs a Flickr Pro Account.

 

http://www.flickr.com/gift/



Yahoo! Message number: 1822
Date: Wed, 9 Jan 2008 20:22:44 -0600
From: "Felipe Porres"
Subject: Re: [RuGRiD-Laptop] Re: RAM Memory problem


Yahoo! Message number: 1823
Date: Mon, 14 Jan 2008 22:15:12 -0000
From: "bigwalk_ca"
Subject: Re: 1520 mem sticks

--- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@...>
wrote:
>
>  Hi. It seems I have acquired 4 1meg Sipps from a really nice guy in
> Montreal. No cost and he even absorbed the small shiping charges. Now
> that's "old school".
>


 Aarrrghh. I received the mem. sticks today, but they aren't SIPPs
they're SIMMs. I screwed up in not verifying that they were indeed
SIPPs, but perhaps he didn't know the difference. The gods must be
testing me. This has been a disastrous winter, dead refrigerator, dying
furnace, and other to numerous to mention.

 Oh well(sigh),What can you do other than shake your fist at the sky.

Lawrence



Yahoo! Message number: 1824
Date: Sat, 19 Jan 2008 21:32:10 -0000
From: "Dave"
Subject: Re: Accessing Gridcase 2 ROM's

I can answer this question, I think, but it is so old I wonder if
anyone here would care or if it has already been answered in another
thread.

The GRiDCase 2 should boot from that DOS 2.11 ROM if it is working
correctly by default.  To make it boot from the floppy when there is a
boot rom installed you have to hit the "F" key just after the POST beep.

The ROM's should look as files that are concantenated to the file list
of the diskette in the floppy drive.

That is the way it is supposed to work.  If yours only boots from the
floppy disk (without hitting the F key) then your DOS 2.11 ROM's are
bad or the system is not reading the ROM sockets correctly.


--- In RuGRiD-Laptop@yahoogroups.com, "gcottrell0414" <gcottrell@...>
wrote:
>
> Greetings group.
>
> I just got a Gridcase 2 in semi-working order, it boots from a floppy
> but I haven't figured out how to make it see the ROM programs.
>
> It has DOS 2.11, GWBASIC 2.02, XTALK 3.61 above the keyboard and 123
> rel 2 behind the display.
>
> If anoyone has any info on this could you help me out?
>
> A little background:  Iv'e also got a couple of 1550SX's that work
> perfectly, a 1530 that does the same, and a couple of 1660's that
> work but the keyboards are a little flakey.
>
> Thanks
> Gordon.
>




Yahoo! Message number: 1825
Date: Sat, 19 Jan 2008 21:34:55 -0000
From: "Dave"
Subject: Question about 1530/1535 CMOS battery

I read many of the posts here related to the 153X stating there is a
Dallas Semiconductor part that maintains the CMOS memory.  I have a
few of these machines and they all have lithium batteries soldered to
the mother board just up from the keyboard.  You can see it under the
bezel around the keyboard.

Is this just a version dependent thing?

Thanks,
Dave




Yahoo! Message number: 1826
Date: Sat, 19 Jan 2008 21:58:28 -0000
From: "jeriddian"
Subject: Re: Question about 1530/1535 CMOS battery

Hi Dave,

There are two major revision in regards to this question. The earlier
versions of the 153x had the 184810 time chip which did require the 
outside lithium battery to maintain the CMOS circuitry. The later
revision got rid of the the battery and the 184810 time chip and
substituted teh Dallas real time chip which incorporated the CMOS
circuits and the battery all in one package. The battery was slated to
last about 7 - 10 years. The Dallas RTC was originally a 1287 chip, but
they don't make that anymore. You have to use its direct replacement
which is the 12887. You will see 153x mobo's that will have the place
for the battery, but there's no battery. Those are the ones that have
the Dallas RTC in them.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> I read many of the posts here related to the 153X stating there is a
> Dallas Semiconductor part that maintains the CMOS memory.  I have a
> few of these machines and they all have lithium batteries soldered to
> the mother board just up from the keyboard.  You can see it under the
> bezel around the keyboard.
>
> Is this just a version dependent thing?
>
> Thanks,
> Dave
>




Yahoo! Message number: 1827
Date: Sat, 19 Jan 2008 23:52:30 -0000
From: "Dave"
Subject: Re: Question about 1530/1535 CMOS battery

Thanks, Phil.  I guess I'm glad that mine have the lithium battery.
It is pretty easy to replace it.  Are there any advantages to the
version of the motherboard that has the Dallas chip?

Dave

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
>
> Hi Dave,
>
> There are two major revision in regards to this question. The earlier
> versions of the 153x had the 184810 time chip which did require the
> outside lithium battery to maintain the CMOS circuitry. The later
> revision got rid of the the battery and the 184810 time chip and
> substituted teh Dallas real time chip which incorporated the CMOS
> circuits and the battery all in one package. The battery was slated to
> last about 7 - 10 years. The Dallas RTC was originally a 1287 chip, but
> they don't make that anymore. You have to use its direct replacement
> which is the 12887. You will see 153x mobo's that will have the place
> for the battery, but there's no battery. Those are the ones that have
> the Dallas RTC in them.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> >
> > I read many of the posts here related to the 153X stating there is a
> > Dallas Semiconductor part that maintains the CMOS memory.  I have a
> > few of these machines and they all have lithium batteries soldered to
> > the mother board just up from the keyboard.  You can see it under the
> > bezel around the keyboard.
> >
> > Is this just a version dependent thing?
> >
> > Thanks,
> > Dave
> >
>




Yahoo! Message number: 1828
Date: Sun, 20 Jan 2008 00:57:28 -0000
From: "jeriddian"
Subject: Re: Question about 1530/1535 CMOS battery

You're welcome, Dave

Actually, I think you have the better deal. The only thing you have
to do with the separate lithium  battery version that you have is
replace the battery every ten years or so, which is easy to do. The
problem with the Dallas RTC versions is that you have to replace that
whole IC chip on the motherboard, and if you don't have experience
soldering and desoldering circuit boards and replacing IC chips like
that, you can really mess up your computer in a hurry. The other
option is to modify the old Dallas 1287 RTC in a way where you can
attach a new battery onto the chip (This is described in our files
section), but that still involves desoldering and removing the old
Dallas RTC chip in order to just work on it. I have successfully done
that on three of my computers. So count yourself lucky that all you
have to do is replace the lithium battery.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> Thanks, Phil.  I guess I'm glad that mine have the lithium battery.
> It is pretty easy to replace it.  Are there any advantages to the
> version of the motherboard that has the Dallas chip?
>
> Dave
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> >
> > Hi Dave,
> >
> > There are two major revision in regards to this question. The
earlier
> > versions of the 153x had the 184810 time chip which did require
the
> > outside lithium battery to maintain the CMOS circuitry. The later
> > revision got rid of the the battery and the 184810 time chip and
> > substituted teh Dallas real time chip which incorporated the CMOS
> > circuits and the battery all in one package. The battery was
slated to
> > last about 7 - 10 years. The Dallas RTC was originally a 1287
chip, but
> > they don't make that anymore. You have to use its direct
replacement
> > which is the 12887. You will see 153x mobo's that will have the
place
> > for the battery, but there's no battery. Those are the ones that
have
> > the Dallas RTC in them.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@...m, "Dave" <dmabry@> wrote:
> > >
> > > I read many of the posts here related to the 153X stating there
is a
> > > Dallas Semiconductor part that maintains the CMOS memory.  I
have a
> > > few of these machines and they all have lithium batteries
soldered to
> > > the mother board just up from the keyboard.  You can see it
under the
> > > bezel around the keyboard.
> > >
> > > Is this just a version dependent thing?
> > >
> > > Thanks,
> > > Dave
> > >
> >
>




Yahoo! Message number: 1829
Date: Sun, 20 Jan 2008 01:45:54 -0000
From: "Dave"
Subject: Re: 1535 Expansion tray

Phil,

What floppy drive?  I have a few of these and none of them has a
floppy drive.  Not sure where it would go.  Are there more than one
version of the expansion pan?

Dave


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Thanks,
>
> I went ahead and picked it up and got a 1535 off of ebay as well,
> cheap. It was missing its back cover and the floppy drive, but had
> everything else and boots up. I have the spare parts to put it back
> together.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Kai Robinson" <kai_robinson@>
> wrote:
> >
> > Thought i'd do my bit as a new member and point out this item i
> > spotted whilst bidding on (from the same seller) a GridCase 3 (looks
> like)
> >
> > http://cgi.ebay.com/Grid-gridcase-1535-Expansion-Tray-32300-for-isa-
> bus_W0QQitemZ140177976182QQihZ004QQcategoryZ1247QQssPageNameZWDVWQQrdZ1Q
> QcmdZViewItem
> >
> > Also available is the 5.25" floppy drive setup with a copy of GRiDOS!
> >
> > HTH :)
> >
>




Yahoo! Message number: 1830
Date: Sun, 20 Jan 2008 01:58:31 -0000
From: "jeriddian"
Subject: Re: 1535 Expansion tray


Dave,

I'm talking about the computer itself, not the expansion tray. I
obtained a 1535 and the upper back cover was missing. The backplane
for the disk drives was installed, but there was nothing in the drive
bays, just the support plate for them. The bottom bay where a hard
drive would usually go is taken up by the PC board that connects the
mobo to the bus connector that connects to the expansion tray through
the bottom of the computer. But the top bay is fitted for the floppy
drive, exactly where the floppy drive usually goes in other 153x
series computers. The back plane also is fitted for a floppy drive
there in that upper drive space, so it seemed logical that a floppy
drive would go there. But I admit I've never seen a 1535 with a
floppy drive there, although it makes sense as the connections for it
are there.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> Phil,
>
> What floppy drive?  I have a few of these and none of them has a
> floppy drive.  Not sure where it would go.  Are there more than one
> version of the expansion pan?
>
> Dave
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > Thanks,
> >
> > I went ahead and picked it up and got a 1535 off of ebay as well,
> > cheap. It was missing its back cover and the floppy drive, but
had
> > everything else and boots up. I have the spare parts to put it
back 
> > together.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "Kai Robinson"
<kai_robinson@>
> > wrote:
> > >
> > > Thought i'd do my bit as a new member and point out this item i
> > > spotted whilst bidding on (from the same seller) a GridCase 3
(looks
> > like)
> > >
> > > http://cgi.ebay.com/Grid-gridcase-1535-Expansion-Tray-32300-for-
isa-
> >
bus_W0QQitemZ140177976182QQihZ004QQcategoryZ1247QQssPageNameZWDVWQQrdZ
1Q
> > QcmdZViewItem
> > >
> > > Also available is the 5.25" floppy drive setup with a copy of
GRiDOS!
> > >
> > > HTH :)
> > >
> >
>




Yahoo! Message number: 1831
Date: Sun, 20 Jan 2008 02:31:07 -0000
From: "Dave"
Subject: Re: 1535 Expansion tray

Ok, got it.  I misread your post.  I thought it was referring to only
the expansion pan.

I have a few 1535's and none of mine has a floppy drive.  I think they
originally came with the external floppy drive and cable.

Dave

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
>
>
> Dave,
>
> I'm talking about the computer itself, not the expansion tray. I
> obtained a 1535 and the upper back cover was missing. The backplane
> for the disk drives was installed, but there was nothing in the drive
> bays, just the support plate for them. The bottom bay where a hard
> drive would usually go is taken up by the PC board that connects the
> mobo to the bus connector that connects to the expansion tray through
> the bottom of the computer. But the top bay is fitted for the floppy
> drive, exactly where the floppy drive usually goes in other 153x
> series computers. The back plane also is fitted for a floppy drive
> there in that upper drive space, so it seemed logical that a floppy
> drive would go there. But I admit I've never seen a 1535 with a
> floppy drive there, although it makes sense as the connections for it
> are there.
>
> Phil
>




Yahoo! Message number: 1832
Date: Sat, 19 Jan 2008 20:46:57 -0600
From: "J&W"
Subject: 1750 Grid
text/plain; charset="iso-8859-1"

I have a Grid 1750, but it's just sitting in a box. Last time I tried using it, it wouldn't boot up due to disk error or something. Is there a market for these, or any thing useful to do with it? Anyone here collect them?
thanks,
wayne

Yahoo! Message number: 1833
Date: Sun, 20 Jan 2008 03:19:00 -0000
From: "Dave"
Subject: GRiD files on ARI web site to "go away" Jan 28.2008

This may be of some interest here.  The web site from ARI Service

http://www.ari-service.com/support/file/dir.asp?VirtPath=/ftp/grid

is scheduled to vanish on the 28th of January, about a week from now!

It is the "Grid Downloads" from our "Links"

Get them while they are online.  Looks like another resource is about
to go to bit heaven.





Yahoo! Message number: 1834
Date: Sun, 20 Jan 2008 04:10:52 -0000
From: "jeriddian"
Subject: Re: GRiD files on ARI web site to "go away" Jan 28.2008

Yes, Dave,

But it's okay for the ARI website to go. We have all of those files
downloaded anyway, as well as the list. They are avaible here on this
forum as well as from individual members.

Phil

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> This may be of some interest here.  The web site from ARI Service
>
> http://www.ari-service.com/support/file/dir.asp?VirtPath=/ftp/grid
>
> is scheduled to vanish on the 28th of January, about a week from
now!
>
> It is the "Grid Downloads" from our "Links"
>
> Get them while they are online.  Looks like another resource is
about
> to go to bit heaven.
>




Yahoo! Message number: 1835
Date: Sun, 20 Jan 2008 04:30:53 -0000
From: "Dave"
Subject: Re: GRiD files on ARI web site to "go away" Jan 28.2008

I had hoped that might be the case.  Just wanted to make sure.

Thanks,
Dave

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Yes, Dave,
>
> But it's okay for the ARI website to go. We have all of those files
> downloaded anyway, as well as the list. They are avaible here on this
> forum as well as from individual members.
>
> Phil
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> >
> > This may be of some interest here.  The web site from ARI Service
> >
> > http://www.ari-service.com/support/file/dir.asp?VirtPath=/ftp/grid
> > 
> > is scheduled to vanish on the 28th of January, about a week from
> now!
> >
> > It is the "Grid Downloads" from our "Links"
> >
> > Get them while they are online.  Looks like another resource is
> about
> > to go to bit heaven.
> >
>




Yahoo! Message number: 1836
Date: Sun, 20 Jan 2008 10:24:32 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] GRiD files on ARI web site to "go away" Jan 28.2008

Hi guys ..

Web hosting is cheap.  Download everything you can, and put up a web 
site.  For $60 to $100 per year you can have all of the space and 
bandwidth that a Grid support group will ever require.  For that money 
you can also probably put up a dedicated web forum and ditch these nasty 
Yahoo ads.  :-)  And for another $12 per year, you can have the domain 
name or your choice and never change homes again ..

-Mike



Yahoo! Message number: 1837
Date: Sun, 20 Jan 2008 17:31:23 -0000
From: "jeriddian"
Subject: Re: GRiD files on ARI web site to "go away" Jan 28.2008

Uh..... ......guys

I am part owner of a web hosting company (plus graphic design,
animation production and design, television production, web site
design, and Web site advertising). I'm sure that if you want to set
up a web site, we could do that. I already own a license to vBulletin
software that I don't mind it being used for this. (I am using the
same software for amother site which I admin.) I am sure that we
could come to an arrangement with anybody that would want to admin
such a site (I really don't have the time for it, myself.), which
would be even less expensive, plus you'll have an in with one of the
owners of the web server and hosting company. Of course, Shawn has a
server, if he would like to try it, but we're a little better
situated with ours as we host multiple accounts, and I have the web
site software to start it. It's up to you guys if you would like to
do it.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Michael Brutman <mbbrutman@...>
wrote:
>
>
> Hi guys ..
>
> Web hosting is cheap.  Download everything you can, and put up a
web
> site.  For $60 to $100 per year you can have all of the space and
> bandwidth that a Grid support group will ever require.  For that
money
> you can also probably put up a dedicated web forum and ditch these
nasty
> Yahoo ads.  :-)  And for another $12 per year, you can have the
domain
> name or your choice and never change homes again ..
>
> -Mike
>




Yahoo! Message number: 1838
Date: Sun, 20 Jan 2008 18:26:28 +0000
From: "wilfred blanchard"
Subject: RE: [RuGRiD-Laptop] Re: Question about 1530/1535 CMOS battery

Where do you buy all those lithium batteries? I have been trying to replace
the one in my GRiD for months & can't find anything at the usual sources.
Have even tried soldering the connections to the cells !!
From: <nitfie@ yahoo.com>


>From: "jeriddian" <Jeriddian@...>
>Reply-To: RuGRiD-Laptop@yahoogroups.com
>To: RuGRiD-Laptop@yahoogroups.com
>Subject: [RuGRiD-Laptop] Re: Question about 1530/1535 CMOS battery
>Date: Sun, 20 Jan 2008 00:57:28 -0000
>
>You're welcome, Dave
>
>Actually, I think you have the better deal. The only thing you have
>to do with the separate lithium  battery version that you have is
>replace the battery every ten years or so, which is easy to do. The
>problem with the Dallas RTC versions is that you have to replace that
>whole IC chip on the motherboard, and if you don't have experience
>soldering and desoldering circuit boards and replacing IC chips like
>that, you can really mess up your computer in a hurry. The other
>option is to modify the old Dallas 1287 RTC in a way where you can
>attach a new battery onto the chip (This is described in our files
>section), but that still involves desoldering and removing the old
>Dallas RTC chip in order to just work on it. I have successfully done
>that on three of my computers. So count yourself lucky that all you
>have to do is replace the lithium battery.
>
>Phil
>
>--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
> >
> > Thanks, Phil.  I guess I'm glad that mine have the lithium battery.
> > It is pretty easy to replace it.  Are there any advantages to the
> > version of the motherboard that has the Dallas chip?
> >
> > Dave
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
>wrote:
> > >
> > >
> > > Hi Dave,
> > >
> > > There are two major revision in regards to this question. The
>earlier
> > > versions of the 153x had the 184810 time chip which did require
>the
> > > outside lithium battery to maintain the CMOS circuitry. The later
> > > revision got rid of the the battery and the 184810 time chip and
> > > substituted teh Dallas real time chip which incorporated the CMOS
> > > circuits and the battery all in one package. The battery was
>slated to
> > > last about 7 - 10 years. The Dallas RTC was originally a 1287
>chip, but
> > > they don't make that anymore. You have to use its direct
>replacement
> > > which is the 12887. You will see 153x mobo's that will have the
>place
> > > for the battery, but there's no battery. Those are the ones that
>have
> > > the Dallas RTC in them.
> > >
> > > Phil
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> > > >
> > > > I read many of the posts here related to the 153X stating there
>is a
> > > > Dallas Semiconductor part that maintains the CMOS memory.  I
>have a
> > > > few of these machines and they all have lithium batteries
>soldered to
> > > > the mother board just up from the keyboard.  You can see it
>under the
> > > > bezel around the keyboard.
> > > >
> > > > Is this just a version dependent thing?
> > > >
> > > > Thanks,
> > > > Dave
> > > >
> > >
> >
>
>




Yahoo! Message number: 1839
Date: Sun, 20 Jan 2008 17:23:59 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: GRiD files on ARI web site to "go away" Jan 28.2008

I don't mind "hosting" anything.  Just let me know -
but you have to accept the limitations.

The "server" isn't really a true server.  It's a 663
MHz Celeron PC running Ubuntu Linux.  It's in my house
that's serviced by Verizon DSL with 865 kb/s down, 160
kb/s up.  Verizon blocks port 80 so http service is
out.
Because port 80 is blocked, it probaby wouldn't be a
good idea for me to host it.
-Shawn

--- jeriddian <Jeriddian@...> wrote:

> Uh..... ......guys
> 
> I am part owner of a web hosting company (plus
> graphic design, 
> animation production and design, television
> production, web site 
> design, and Web site advertising). I'm sure that if
> you want to set 
> up a web site, we could do that. I already own a
> license to vBulletin 
> software that I don't mind it being used for this.
> (I am using the 
> same software for amother site which I admin.) I am
> sure that we 
> could come to an arrangement with anybody that would
> want to admin 
> such a site (I really don't have the time for it,
> myself.), which 
> would be even less expensive, plus you'll have an in
> with one of the 
> owners of the web server and hosting company. Of
> course, Shawn has a 
> server, if he would like to try it, but we're a
> little better 
> situated with ours as we host multiple accounts, and
> I have the web 
> site software to start it. It's up to you guys if
> you would like to 
> do it.
> 
> Phil
> 
> --- In RuGRiD-Laptop@yahoogroups.com, Michael
> Brutman <mbbrutman@...> 
> wrote:
> >
> > 
> > Hi guys ..
> > 
> > Web hosting is cheap.  Download everything you
> can, and put up a 
> web 
> > site.  For $60 to $100 per year you can have all
> of the space and 
> > bandwidth that a Grid support group will ever
> require.  For that 
> money 
> > you can also probably put up a dedicated web forum
> and ditch these 
> nasty 
> > Yahoo ads.  :-)  And for another $12 per year, you
> can have the 
> domain 
> > name or your choice and never change homes again
> ..
> > 
> > -Mike
> >
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 



Yahoo! Message number: 1840
Date: Mon, 21 Jan 2008 02:51:20 -0000
From: "jeriddian"
Subject: Re: Question about 1530/1535 CMOS battery

Hi, nitfie,

actually there are several places you can buy the Tandiran battery.
Try this URL:

http://www.ebatts.com/grid_gridcase-1530_accessories.aspx

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "wilfred blanchard"
<nitfie@...> wrote:
>
> Where do you buy all those lithium batteries? I have been trying to
replace
> the one in my GRiD for months & can't find anything at the usual
sources.
> Have even tried soldering the connections to the cells !!
> From: <nitfie@ yahoo.com>
>
>
> >From: "jeriddian" <Jeriddian@...>
> >Reply-To: RuGRiD-Laptop@yahoogroups.com
> >To: RuGRiD-Laptop@yahoogroups.com
> >Subject: [RuGRiD-Laptop] Re: Question about 1530/1535 CMOS battery
> >Date: Sun, 20 Jan 2008 00:57:28 -0000
> >
> >You're welcome, Dave
> >
> >Actually, I think you have the better deal. The only thing you have
> >to do with the separate lithium  battery version that you have is
> >replace the battery every ten years or so, which is easy to do. The
> >problem with the Dallas RTC versions is that you have to replace
that
> >whole IC chip on the motherboard, and if you don't have experience
> >soldering and desoldering circuit boards and replacing IC chips
like
> >that, you can really mess up your computer in a hurry. The other
> >option is to modify the old Dallas 1287 RTC in a way where you can
> >attach a new battery onto the chip (This is described in our files
> >section), but that still involves desoldering and removing the old
> >Dallas RTC chip in order to just work on it. I have successfully
done
> >that on three of my computers. So count yourself lucky that all you
> >have to do is replace the lithium battery.
> >
> >Phil
> >
> >--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> > >
> > > Thanks, Phil.  I guess I'm glad that mine have the lithium
battery.
> > > It is pretty easy to replace it.  Are there any advantages to
the
> > > version of the motherboard that has the Dallas chip?
> > >
> > > Dave
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> >wrote:
> > > >
> > > >
> > > > Hi Dave,
> > > >
> > > > There are two major revision in regards to this question. The
> >earlier
> > > > versions of the 153x had the 184810 time chip which did
require
> >the
> > > > outside lithium battery to maintain the CMOS circuitry. The
later
> > > > revision got rid of the the battery and the 184810 time chip
and
> > > > substituted teh Dallas real time chip which incorporated the
CMOS
> > > > circuits and the battery all in one package. The battery was
> >slated to
> > > > last about 7 - 10 years. The Dallas RTC was originally a 1287
> >chip, but
> > > > they don't make that anymore. You have to use its direct
> >replacement
> > > > which is the 12887. You will see 153x mobo's that will have
the
> >place
> > > > for the battery, but there's no battery. Those are the ones
that
> >have
> > > > the Dallas RTC in them.
> > > >
> > > > Phil
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> > > > >
> > > > > I read many of the posts here related to the 153X stating
there
> >is a
> > > > > Dallas Semiconductor part that maintains the CMOS memory.  I
> >have a
> > > > > few of these machines and they all have lithium batteries
> >soldered to
> > > > > the mother board just up from the keyboard.  You can see it
> >under the
> > > > > bezel around the keyboard.
> > > > >
> > > > > Is this just a version dependent thing?
> > > > >
> > > > > Thanks,
> > > > > Dave
> > > > >
> > > >
> > >
> >
> >
>




Yahoo! Message number: 1841
Date: Mon, 21 Jan 2008 02:54:05 -0000
From: "jeriddian"
Subject: Re: GRiD files on ARI web site to "go away" Jan 28.2008

I understand, Shawn.

It just depends on how the guys want to do it. My company can host
the site, if someone will administrate. That's up to you guys. :)

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> I don't mind "hosting" anything.  Just let me know -
> but you have to accept the limitations.
>
> The "server" isn't really a true server.  It's a 663
> MHz Celeron PC running Ubuntu Linux.  It's in my house
> that's serviced by Verizon DSL with 865 kb/s down, 160
> kb/s up.  Verizon blocks port 80 so http service is
> out.
> Because port 80 is blocked, it probaby wouldn't be a
> good idea for me to host it.
> -Shawn
>
> --- jeriddian <Jeriddian@...> wrote:
>
> > Uh..... ......guys
> >
> > I am part owner of a web hosting company (plus
> > graphic design,
> > animation production and design, television
> > production, web site
> > design, and Web site advertising). I'm sure that if
> > you want to set
> > up a web site, we could do that. I already own a
> > license to vBulletin
> > software that I don't mind it being used for this.
> > (I am using the
> > same software for amother site which I admin.) I am
> > sure that we
> > could come to an arrangement with anybody that would
> > want to admin
> > such a site (I really don't have the time for it,
> > myself.), which
> > would be even less expensive, plus you'll have an in
> > with one of the
> > owners of the web server and hosting company. Of
> > course, Shawn has a
> > server, if he would like to try it, but we're a
> > little better
> > situated with ours as we host multiple accounts, and
> > I have the web
> > site software to start it. It's up to you guys if
> > you would like to
> > do it.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Michael
> > Brutman <mbbrutman@>
> > wrote:
> > >
> > >
> > > Hi guys ..
> > >
> > > Web hosting is cheap.  Download everything you
> > can, and put up a
> > web
> > > site.  For $60 to $100 per year you can have all
> > of the space and
> > > bandwidth that a Grid support group will ever
> > require.  For that
> > money
> > > you can also probably put up a dedicated web forum
> > and ditch these
> > nasty
> > > Yahoo ads.  :-)  And for another $12 per year, you
> > can have the
> > domain
> > > name or your choice and never change homes again
> > ..
> > >
> > > -Mike
> > >
> >
> >
> >
> >
> > http://groups.yahoo.com/group/rugrid-laptop/
> > Yahoo! Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> > 
> >
>
>
>
>
______________________________________________________________________
______________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Yahoo! Message number: 1842
Date: Sun, 27 Jan 2008 20:32:28 -0000
From: "Dave"
Subject: Backlight on 1535

I've searched the messages here and can't find the answer to this.
I've got a 1535 with the LCD screen.  It has a generic DOS loaded on
it so I'm probably missing some GRiD-specific utilities that I need.
When I power it up the backlight comes on for a second and then goes
out.  Everything seems to work fine, but I can't figure out what I
need to do in order to make the backlight come on.

Can someone shed some "light" on this for me?

Thanks!
Dave




Yahoo! Message number: 1843
Date: Mon, 28 Jan 2008 00:17:48 -0000
From: "jeriddian"
Subject: Re: Backlight on 1535

Dave,

You can search the files for the GRID specific GRiDDOS 3.3 boot up
files or boot disk. Also, if I remember correctly, there is a command
that goes BACKLIGHT=ON that should turn the backlight on. The tech
manuals may likely elucidate further as well.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> I've searched the messages here and can't find the answer to this.
> I've got a 1535 with the LCD screen.  It has a generic DOS loaded on
> it so I'm probably missing some GRiD-specific utilities that I need.
> When I power it up the backlight comes on for a second and then goes
> out.  Everything seems to work fine, but I can't figure out what I
> need to do in order to make the backlight come on.
>
> Can someone shed some "light" on this for me?
>
> Thanks!
> Dave
>




Yahoo! Message number: 1844
Date: Mon, 28 Jan 2008 19:45:43 -0000
From: "Kevin"
Subject: Re: Backlight on 1535

I believe I had to use a version of mode that was called mode2.exe on
one of the disks (which i took and renamed back to mode.exe.  If I
recall correctly, the command might have been a mode backlite=on, if
not backlite, then backlight.  The change should be relatively
"permanent", you can shut the machine down and boot up linux and still
have light.



--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Dave,
>
> You can search the files for the GRID specific GRiDDOS 3.3 boot up
> files or boot disk. Also, if I remember correctly, there is a command
> that goes BACKLIGHT=ON that should turn the backlight on. The tech
> manuals may likely elucidate further as well.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> >
> > I've searched the messages here and can't find the answer to this.
> > I've got a 1535 with the LCD screen.  It has a generic DOS loaded on
> > it so I'm probably missing some GRiD-specific utilities that I need.
> > When I power it up the backlight comes on for a second and then goes
> > out.  Everything seems to work fine, but I can't figure out what I
> > need to do in order to make the backlight come on.
> >
> > Can someone shed some "light" on this for me?
> >
> > Thanks!
> > Dave
> >
>




Yahoo! Message number: 1845
Date: Mon, 28 Jan 2008 18:47:18 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: Backlight on 1535

Backlite commands:

First you will need the executables from he vault.
http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/Grid1520files/
In that zip is a file called CONF1520.EXE (If I remember correctly)
The command will be a command line call to that program

example
CONF1520 Backlite=0n

> I believe I had to use a version of mode that was called mode2.exe on
> one of the disks (which i took and renamed back to mode.exe.  If I
> recall correctly, the command might have been a mode backlite=on, if
> not backlite, then backlight.  The change should be relatively
> "permanent", you can shut the machine down and boot up linux and still
> have light.  
> 
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
> >
> > Dave,
> > 
> > You can search the files for the GRID specific GRiDDOS 3.3 boot up 
> > files or boot disk. Also, if I remember correctly, there is a command 
> > that goes BACKLIGHT=ON that should turn the backlight on. The tech 
> > manuals may likely elucidate further as well.
> > 
> > Phil
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> > >
> > > I've searched the messages here and can't find the answer to this. 
> > > I've got a 1535 with the LCD screen.  It has a generic DOS loaded on
> > > it so I'm probably missing some GRiD-specific utilities that I need. 
> > > When I power it up the backlight comes on for a second and then goes
> > > out.  Everything seems to work fine, but I can't figure out what I
> > > need to do in order to make the backlight come on.
> > > 
> > > Can someone shed some "light" on this for me?
> > > 
> > > Thanks!
> > > Dave
> > >
> >
> 
> 



Yahoo! Message number: 1846
Date: Tue, 29 Jan 2008 07:54:32 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Backlight on 1535

Charlie,
Dave pointed out in his first email that he has a
1535, not a 1520.
I may be wrong, but I don't think conf1520.exe will
work on a 1535.
-Shawn

--- charlieford1@... wrote:

> Backlite commands:
> 
> First you will need the executables from he vault.
>
http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/Grid1520files/
> In that zip is a file called CONF1520.EXE (If I
> remember correctly)
> The command will be a command line call to that
> program
> 
> example
> CONF1520 Backlite=0n
> 
> > I believe I had to use a version of mode that was
> called mode2.exe on
> > one of the disks (which i took and renamed back to
> mode.exe.  If I
> > recall correctly, the command might have been a
> mode backlite=on, if
> > not backlite, then backlight.  The change should
> be relatively
> > "permanent", you can shut the machine down and
> boot up linux and still
> > have light.  
> > 
> > 
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@...> wrote:
> > >
> > > Dave,
> > > 
> > > You can search the files for the GRID specific
> GRiDDOS 3.3 boot up 
> > > files or boot disk. Also, if I remember
> correctly, there is a command 
> > > that goes BACKLIGHT=ON that should turn the
> backlight on. The tech 
> > > manuals may likely elucidate further as well.
> > > 
> > > Phil
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, "Dave"
> <dmabry@> wrote:
> > > >
> > > > I've searched the messages here and can't find
> the answer to this. 
> > > > I've got a 1535 with the LCD screen.  It has a
> generic DOS loaded on
> > > > it so I'm probably missing some GRiD-specific
> utilities that I need. 
> > > > When I power it up the backlight comes on for
> a second and then goes
> > > > out.  Everything seems to work fine, but I
> can't figure out what I
> > > > need to do in order to make the backlight come
> on.
> > > > 
> > > > Can someone shed some "light" on this for me?
> > > > 
> > > > Thanks!
> > > > Dave
> > > >
> > >
> > 
> > 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 



Yahoo! Message number: 1847
Date: Wed, 30 Jan 2008 13:43:59 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: Backlight on 1535

Yes...  But the conf1520 works on the 1530, and 1535  (not the 1550)
---- Shawnerz <shawnerz@...> wrote: 
> Charlie,
> Dave pointed out in his first email that he has a
> 1535, not a 1520.
> I may be wrong, but I don't think conf1520.exe will
> work on a 1535.
> -Shawn
> 
> --- charlieford1@... wrote:
> 
> > Backlite commands:
> > 
> > First you will need the executables from he vault.
> >
> http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/Grid1520files/
> > In that zip is a file called CONF1520.EXE (If I
> > remember correctly)
> > The command will be a command line call to that
> > program
> > 
> > example
> > CONF1520 Backlite=0n
> > 
> > > I believe I had to use a version of mode that was
> > called mode2.exe on
> > > one of the disks (which i took and renamed back to
> > mode.exe.  If I
> > > recall correctly, the command might have been a
> > mode backlite=on, if
> > > not backlite, then backlight.  The change should
> > be relatively
> > > "permanent", you can shut the machine down and
> > boot up linux and still
> > > have light.  
> > > 
> > > 
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> > <Jeriddian@...> wrote:
> > > >
> > > > Dave,
> > > > 
> > > > You can search the files for the GRID specific
> > GRiDDOS 3.3 boot up 
> > > > files or boot disk. Also, if I remember
> > correctly, there is a command 
> > > > that goes BACKLIGHT=ON that should turn the
> > backlight on. The tech 
> > > > manuals may likely elucidate further as well.
> > > > 
> > > > Phil
> > > > 
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "Dave"
> > <dmabry@> wrote:
> > > > >
> > > > > I've searched the messages here and can't find
> > the answer to this. 
> > > > > I've got a 1535 with the LCD screen.  It has a
> > generic DOS loaded on
> > > > > it so I'm probably missing some GRiD-specific
> > utilities that I need. 
> > > > > When I power it up the backlight comes on for
> > a second and then goes
> > > > > out.  Everything seems to work fine, but I
> > can't figure out what I
> > > > > need to do in order to make the backlight come
> > on.
> > > > > 
> > > > > Can someone shed some "light" on this for me?
> > > > > 
> > > > > Thanks!
> > > > > Dave
> > > > >
> > > >
> > > 
> > > 
> > 
> > 
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/ 
> > Yahoo! Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> 
>       ____________________________________________________________________________________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
> 



Yahoo! Message number: 1848
Date: Wed, 30 Jan 2008 22:15:46 -0000
From: "Dave"
Subject: Congrats Phil on the 1535

Hey Phil,

Looks like you got a decent deal on that 1535 on e-bay.
Congratulations!  Is that a plasma screen?  Looks larger than the
plasma screen on a 1530 but I've never seen that version of the 1535.

Dave




Yahoo! Message number: 1849
Date: Wed, 30 Jan 2008 23:18:18 -0000
From: "jeriddian"
Subject: Re: Congrats Phil on the 1535

Thanks, Dave,

    Yeah, I think I did good. It appears to be fully functional, and I
have an expansion tray I obtained earlier to mate with it, so I'll see
what sorts of old hardware ISA cards I can find to try with it. It
looks like an amber plasma screen all right, but it's the same size as
the 1530. I guess they usually had LCD's for the 1535's, but I see no
reason they couldn't use a plasma as well, since the motherboard and
internal workings for a 1535 are actually the same as a 1530. The only
difference is that there is no HDD because that bay is where the PC
board is located that connects the bus of the motherboard to the
external connector that is on the bottom of the computer and fits onto
the expansion tray. Anyway, I can conceivable connect all sorts of old
ISA hardware cards, including HDD's and whatever. The expansion tray
gives me two slots to use.

It'll be fun to use. :D

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> Hey Phil,
>
> Looks like you got a decent deal on that 1535 on e-bay.
> Congratulations!  Is that a plasma screen?  Looks larger than the
> plasma screen on a 1530 but I've never seen that version of the 1535.
>
> Dave
>




Yahoo! Message number: 1850
Date: Thu, 31 Jan 2008 00:07:42 -0000
From: "Dave"
Subject: Re: Congrats Phil on the 1535

I may be missing something, but it looks like it booted from the "C"
drive in the photo.  I think you have a HDD in it and it works!  In my
1535 the hard drive is in the "normal" place, just a bit higher in the
chassis.  No room for a floppy drive and a HDD because of the
expansion board, I think, but a HDD alone, yes there's room.  Maybe
I'm not understanding you about that.

I have a 1530 with the plasma screen and the aspect ratio is different
than the photo of your new one.  It is shorter, like the older
8086-based GRiDcases on mine.  Yours looks to be the same aspect as
the LCD version that I have.

Looks like fun!
Dave

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Thanks, Dave,
>
>     Yeah, I think I did good. It appears to be fully functional, and I
> have an expansion tray I obtained earlier to mate with it, so I'll see
> what sorts of old hardware ISA cards I can find to try with it. It
> looks like an amber plasma screen all right, but it's the same size as
> the 1530. I guess they usually had LCD's for the 1535's, but I see no
> reason they couldn't use a plasma as well, since the motherboard and
> internal workings for a 1535 are actually the same as a 1530. The only
> difference is that there is no HDD because that bay is where the PC
> board is located that connects the bus of the motherboard to the
> external connector that is on the bottom of the computer and fits onto
> the expansion tray. Anyway, I can conceivable connect all sorts of old
> ISA hardware cards, including HDD's and whatever. The expansion tray
> gives me two slots to use.
>
> It'll be fun to use. :D
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> >
> > Hey Phil,
> >
> > Looks like you got a decent deal on that 1535 on e-bay.
> > Congratulations!  Is that a plasma screen?  Looks larger than the
> > plasma screen on a 1530 but I've never seen that version of the 1535.
> >
> > Dave
> >
>




Yahoo! Message number: 1851
Date: Thu, 31 Jan 2008 01:29:43 -0000
From: "jeriddian"
Subject: Re: Congrats Phil on the 1535

Hmmm,

You may be right then, Dave,

The bottom bay is taken but the top is bay is available. I just
assumed that there would be a floppy drive put there as the back
plane for the other 1535 I have has the connection for a floppy, not
a HDD, but if you had the right backplane for it, you certainly could
put in a HDD instead of a floppy. You just wouldn't have an internal
floppy drive then. But as to booting up, it doesn't need a HDD if you
have a plug-in 32 pin accesory IC in one of the accessory slots
that's programmed with the boot up files.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@...> wrote:
>
> I may be missing something, but it looks like it booted from the "C"
> drive in the photo.  I think you have a HDD in it and it works!  In
my
> 1535 the hard drive is in the "normal" place, just a bit higher in
the
> chassis.  No room for a floppy drive and a HDD because of the
> expansion board, I think, but a HDD alone, yes there's room.  Maybe
> I'm not understanding you about that.
>
> I have a 1530 with the plasma screen and the aspect ratio is
different
> than the photo of your new one.  It is shorter, like the older
> 8086-based GRiDcases on mine.  Yours looks to be the same aspect as
> the LCD version that I have.
>
> Looks like fun!
> Dave
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > Thanks, Dave,
> >
> >     Yeah, I think I did good. It appears to be fully functional,
and I
> > have an expansion tray I obtained earlier to mate with it, so
I'll see
> > what sorts of old hardware ISA cards I can find to try with it.
It
> > looks like an amber plasma screen all right, but it's the same
size as
> > the 1530. I guess they usually had LCD's for the 1535's, but I
see no
> > reason they couldn't use a plasma as well, since the motherboard
and
> > internal workings for a 1535 are actually the same as a 1530. The
only
> > difference is that there is no HDD because that bay is where the
PC
> > board is located that connects the bus of the motherboard to the
> > external connector that is on the bottom of the computer and fits
onto
> > the expansion tray. Anyway, I can conceivable connect all sorts
of old
> > ISA hardware cards, including HDD's and whatever. The expansion
tray
> > gives me two slots to use.
> >
> > It'll be fun to use. :D
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "Dave" <dmabry@> wrote:
> > >
> > > Hey Phil,
> > >
> > > Looks like you got a decent deal on that 1535 on e-bay.
> > > Congratulations!  Is that a plasma screen?  Looks larger than
the
> > > plasma screen on a 1530 but I've never seen that version of the
1535.
> > > 
> > > Dave
> > >
> >
>




Yahoo! Message number: 1852
Date: Thu, 31 Jan 2008 23:17:07 -0000
From: "Dave"
Subject: Re: Congrats Phil on the 1535

I am familiar with the EPROM sockets in GRiDcase computers.  I've not
used them in the 1535, but in the 8086-based ones, the EPROMs look as
extensions to floppy drive.  That is, files and logged in drive letter
is A, not C.  That's why I think the one you bought has booted from a
hard drive.  But I'm not sure that the 1535 is the same as the
original GRiDcases in that respect...just a guess on my part.

If I'm right, then you have in that machine one of the rare Conner
drives that works!!!

Good luck with it!


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Hmmm,
>
> You may be right then, Dave,
>
> The bottom bay is taken but the top is bay is available. I just
> assumed that there would be a floppy drive put there as the back
> plane for the other 1535 I have has the connection for a floppy, not
> a HDD, but if you had the right backplane for it, you certainly could
> put in a HDD instead of a floppy. You just wouldn't have an internal
> floppy drive then. But as to booting up, it doesn't need a HDD if you
> have a plug-in 32 pin accesory IC in one of the accessory slots
> that's programmed with the boot up files.
>
> Phil
>
>



Yahoo! Message number: 1853
Date: Fri, 01 Feb 2008 01:21:04 -0000
From: "Kevin"
Subject: Re: Backlight on 1535

This does in fact work, just verified it on one of my 1535's, a command:

conf1520 backlite=on

will do the trick.  Also that mode2.exe (8960 byte version) works with
the same exact argument.

-Kevin

--- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
>
> Yes...  But the conf1520 works on the 1530, and 1535  (not the 1550)
> ---- Shawnerz <shawnerz@...> wrote:




Yahoo! Message number: 1854
Date: Fri, 1 Feb 2008 08:12:56 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Backlight on 1535

Well, I learned something. :-)
-Shawn
--- Kevin <chiopas@...> wrote:

> This does in fact work, just verified it on one of
> my 1535's, a command: 
> 
> conf1520 backlite=on
> 
> will do the trick.  Also that mode2.exe (8960 byte
> version) works with
> the same exact argument.  
> 
> -Kevin
> 
> --- In RuGRiD-Laptop@yahoogroups.com,
> <charlieford1@...> wrote:
> >
> > Yes...  But the conf1520 works on the 1530, and
> 1535  (not the 1550)
> > ---- Shawnerz <shawnerz@...> wrote: 
> 
> 
> 
> 
> http://groups.yahoo.com/group/rugrid-laptop/ 
> Yahoo! Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping


Yahoo! Message number: 1855
Date: Sat, 02 Feb 2008 01:30:11 -0000
From: "Dave"
Subject: Re: Backlight on 1535

That worked like a charm!  Thank you Kevin and Charlie!  I appreciate
the help.

--- In RuGRiD-Laptop@yahoogroups.com, "Kevin" <chiopas@...> wrote:
>
> This does in fact work, just verified it on one of my 1535's, a
command: 
>
> conf1520 backlite=on
>
> will do the trick.  Also that mode2.exe (8960 byte version) works with
> the same exact argument.
>
> -Kevin
>
> --- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@> wrote:
> >
> > Yes...  But the conf1520 works on the 1530, and 1535  (not the 1550)
> > ---- Shawnerz <shawnerz@> wrote:
>




Yahoo! Message number: 1856
Date: Sun, 3 Feb 2008 17:46:02 -0800
From:
Subject: Re: [RuGRiD-Laptop] Re: Backlight on 1535

Kool!

Also there is a command line help splash in conf1520
You can set serial port address, modem address, boot options and so on.


---- Kevin <chiopas@...> wrote: 
> This does in fact work, just verified it on one of my 1535's, a command: 
> 
> conf1520 backlite=on
> 
> will do the trick.  Also that mode2.exe (8960 byte version) works with
> the same exact argument.  
> 
> -Kevin
> 
> --- In RuGRiD-Laptop@yahoogroups.com, <charlieford1@...> wrote:
> >
> > Yes...  But the conf1520 works on the 1530, and 1535  (not the 1550)
> > ---- Shawnerz <shawnerz@...> wrote: 
> 
> 



Yahoo! Message number: 1857
Date: Sun, 02 Mar 2008 09:05:19 -0000
From: "bigwalk_ca"
Subject: Dallas 1287A conversion to batteries

  I just ran across this and I'm not sure whether someone else may have
posted a similar fix for the Dallas RTC, in order to use regular
batteries on the Grid15xx. If not here's Peter Wendt of the MCA Mafia's
solution. A bit involved, but likely no more than desoldering and
replacing the 1287A if you can even find one.

http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html

Lawrence



Yahoo! Message number: 1858
Date: Sun, 02 Mar 2008 21:35:53 -0000
From: "jeriddian"
Subject: Re: Dallas 1287A conversion to batteries

Thanks, Lawrence,

Atually this has been addressed in the past and there was a link to a
German web site which detailed this same fix, although definitely in
more detail. I have performed this fix myself three times. I find it
easier to actually desolder the RTC 1287 off from the motherboard in
order to do this work as it is to easy to damage the motherboard
itself otherwsie. But it does work very well. If you have a 1520 with
the RTC 1287, you are pretty much obligated to do this. You cannot
replace the 1287 with the newer 12887A because then the time circuits
will never reset and you will never be able to boot the computer up,
so you have to perform this fix in order to restore it. On a 1530,
however, the circuitry is a little more advanced and you can replace
the 1287 with a newer 12887A and it will boot up properly afterwards.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@...>
wrote:
>
>
>   I just ran across this and I'm not sure whether someone else may
have
> posted a similar fix for the Dallas RTC, in order to use regular
> batteries on the Grid15xx. If not here's Peter Wendt of the MCA
Mafia's
> solution. A bit involved, but likely no more than desoldering and
> replacing the 1287A if you can even find one.
>
> http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
>
> Lawrence
>




Yahoo! Message number: 1859
Date: Sun, 06 Apr 2008 02:42:25 -0000
From: "nick_zravre"
Subject: Re: Dallas 1287A conversion to batteries

I have a question about this modification, will it cause any harm to
the ds1287a if one leaves the internal battery connected and solders
the new 3-volt leads/batter on? Thanks.


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Thanks, Lawrence,
>
> Atually this has been addressed in the past and there was a link to a
> German web site which detailed this same fix, although definitely in
> more detail. I have performed this fix myself three times. I find it
> easier to actually desolder the RTC 1287 off from the motherboard in
> order to do this work as it is to easy to damage the motherboard
> itself otherwsie. But it does work very well. If you have a 1520 with
> the RTC 1287, you are pretty much obligated to do this. You cannot
> replace the 1287 with the newer 12887A because then the time circuits
> will never reset and you will never be able to boot the computer up,
> so you have to perform this fix in order to restore it. On a 1530,
> however, the circuitry is a little more advanced and you can replace
> the 1287 with a newer 12887A and it will boot up properly afterwards.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@>
> wrote:
> >
> >
> >   I just ran across this and I'm not sure whether someone else may
> have
> > posted a similar fix for the Dallas RTC, in order to use regular
> > batteries on the Grid15xx. If not here's Peter Wendt of the MCA
> Mafia's
> > solution. A bit involved, but likely no more than desoldering and
> > replacing the 1287A if you can even find one.
> >
> > http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> >
> > Lawrence
> >
>




Yahoo! Message number: 1860
Date: Sun, 06 Apr 2008 05:52:47 -0000
From: "jeriddian"
Subject: Re: Dallas 1287A conversion to batteries

Hi, Nick.

Glad you could join us. In response to your question, yes. Leaving
the old battery in the circuit will drain the power out of the new
battery like a short circuit and probably bring the voltage down
where it couldn't work properly. The modification requires that you
severe one of the pin high up on the package on at least one terminal
of the old battery as a result in order to prevent that from
happening. It's a little tricky, but if you are careful, it's not
that hard. I've done it s few times already with my units.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@...>
wrote:
>
> I have a question about this modification, will it cause any harm to
> the ds1287a if one leaves the internal battery connected and solders
> the new 3-volt leads/batter on? Thanks.
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > Thanks, Lawrence,
> >
> > Atually this has been addressed in the past and there was a link
to a
> > German web site which detailed this same fix, although definitely
in
> > more detail. I have performed this fix myself three times. I find
it
> > easier to actually desolder the RTC 1287 off from the motherboard
in
> > order to do this work as it is to easy to damage the motherboard
> > itself otherwsie. But it does work very well. If you have a 1520
with
> > the RTC 1287, you are pretty much obligated to do this. You
cannot
> > replace the 1287 with the newer 12887A because then the time
circuits
> > will never reset and you will never be able to boot the computer
up,
> > so you have to perform this fix in order to restore it. On a
1530,
> > however, the circuitry is a little more advanced and you can
replace
> > the 1287 with a newer 12887A and it will boot up properly
afterwards.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@>
> > wrote:
> > >
> > >
> > >   I just ran across this and I'm not sure whether someone else
may
> > have
> > > posted a similar fix for the Dallas RTC, in order to use
regular
> > > batteries on the Grid15xx. If not here's Peter Wendt of the MCA
> > Mafia's
> > > solution. A bit involved, but likely no more than desoldering
and
> > > replacing the 1287A if you can even find one.
> > >
> > > http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > >
> > > Lawrence
> > >
> >
>




Yahoo! Message number: 1861
Date: Sun, 06 Apr 2008 15:03:28 -0000
From: "nick_zravre"
Subject: Re: Dallas 1287A conversion to batteries

Thanks, I bought this grid 1520 a couple of months ago and have been
working on rebuilding it. The primary reason I was wondering was
because I spent most of the other night drilling the holes manually
with a jeweler's flat-head, and wasn't sure of whether or not I could
just leave it be.


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Hi, Nick.
>
> Glad you could join us. In response to your question, yes. Leaving
> the old battery in the circuit will drain the power out of the new
> battery like a short circuit and probably bring the voltage down
> where it couldn't work properly. The modification requires that you
> severe one of the pin high up on the package on at least one terminal
> of the old battery as a result in order to prevent that from
> happening. It's a little tricky, but if you are careful, it's not
> that hard. I've done it s few times already with my units.
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@>
> wrote:
> >
> > I have a question about this modification, will it cause any harm to
> > the ds1287a if one leaves the internal battery connected and solders
> > the new 3-volt leads/batter on? Thanks.
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> > >
> > > Thanks, Lawrence,
> > >
> > > Atually this has been addressed in the past and there was a link
> to a
> > > German web site which detailed this same fix, although definitely
> in
> > > more detail. I have performed this fix myself three times. I find
> it
> > > easier to actually desolder the RTC 1287 off from the motherboard
> in
> > > order to do this work as it is to easy to damage the motherboard
> > > itself otherwsie. But it does work very well. If you have a 1520
> with
> > > the RTC 1287, you are pretty much obligated to do this. You
> cannot
> > > replace the 1287 with the newer 12887A because then the time
> circuits
> > > will never reset and you will never be able to boot the computer
> up,
> > > so you have to perform this fix in order to restore it. On a
> 1530,
> > > however, the circuitry is a little more advanced and you can
> replace
> > > the 1287 with a newer 12887A and it will boot up properly
> afterwards.
> > >
> > > Phil
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@>
> > > wrote:
> > > >
> > > >
> > > >   I just ran across this and I'm not sure whether someone else
> may
> > > have
> > > > posted a similar fix for the Dallas RTC, in order to use
> regular
> > > > batteries on the Grid15xx. If not here's Peter Wendt of the MCA
> > > Mafia's
> > > > solution. A bit involved, but likely no more than desoldering
> and
> > > > replacing the 1287A if you can even find one.
> > > >
> > > > http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > > >
> > > > Lawrence
> > > >
> > >
> >
>




Yahoo! Message number: 1862
Date: Sun, 06 Apr 2008 23:21:44 -0000
From: "zentaro04"
Subject: Re: Dallas 1287A conversion to batteries

Hallo Nick,

http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
if you need some pictures.

Andrea


---

In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@...> wrote:
>
> Thanks, I bought this grid 1520 a couple of months ago and have been
> working on rebuilding it. The primary reason I was wondering was
> because I spent most of the other night drilling the holes manually
> with a jeweler's flat-head, and wasn't sure of whether or not I could
> just leave it be.
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@> wrote:
> >
> > Hi, Nick.
> >
> > Glad you could join us. In response to your question, yes. Leaving
> > the old battery in the circuit will drain the power out of the new
> > battery like a short circuit and probably bring the voltage down
> > where it couldn't work properly. The modification requires that you
> > severe one of the pin high up on the package on at least one terminal
> > of the old battery as a result in order to prevent that from
> > happening. It's a little tricky, but if you are careful, it's not
> > that hard. I've done it s few times already with my units.
> >
> > Phil
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@>
> > wrote:
> > >
> > > I have a question about this modification, will it cause any harm to
> > > the ds1287a if one leaves the internal battery connected and solders
> > > the new 3-volt leads/batter on? Thanks.
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> > wrote:
> > > >
> > > > Thanks, Lawrence,
> > > >
> > > > Atually this has been addressed in the past and there was a link
> > to a
> > > > German web site which detailed this same fix, although definitely
> > in
> > > > more detail. I have performed this fix myself three times. I find
> > it
> > > > easier to actually desolder the RTC 1287 off from the motherboard
> > in
> > > > order to do this work as it is to easy to damage the motherboard
> > > > itself otherwsie. But it does work very well. If you have a 1520
> > with
> > > > the RTC 1287, you are pretty much obligated to do this. You
> > cannot
> > > > replace the 1287 with the newer 12887A because then the time
> > circuits
> > > > will never reset and you will never be able to boot the computer
> > up,
> > > > so you have to perform this fix in order to restore it. On a
> > 1530,
> > > > however, the circuitry is a little more advanced and you can
> > replace
> > > > the 1287 with a newer 12887A and it will boot up properly
> > afterwards.
> > > >
> > > > Phil
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca" <bigwalk_ca@>
> > > > wrote:
> > > > >
> > > > >
> > > > >   I just ran across this and I'm not sure whether someone else
> > may
> > > > have
> > > > > posted a similar fix for the Dallas RTC, in order to use
> > regular
> > > > > batteries on the Grid15xx. If not here's Peter Wendt of the MCA
> > > > Mafia's
> > > > > solution. A bit involved, but likely no more than desoldering
> > and
> > > > > replacing the 1287A if you can even find one.
> > > > > 
> > > > > http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > > > >
> > > > > Lawrence
> > > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1863
Date: Mon, 07 Apr 2008 00:05:54 -0000
From: "nick_zravre"
Subject: Re: Dallas 1287A conversion to batteries

Thanks, I've gotten the holes drilled and the ground of the battery
disconnected, after that I just have to solder the battery pack leads
on. Would you guys have any suggestions as to finding hinges for the
display? Even after being about as careful as I could and after having
read many of the posts on disassembling the grid 1520 I still managed
to break the right hinge. Thanks.

--- In RuGRiD-Laptop@yahoogroups.com, "zentaro04" <zentaro.cane@...>
wrote:
>
> Hallo Nick,
>
> http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
> if you need some pictures.
>
> Andrea
>
>
> ---
>
> In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@> wrote:
> >
> > Thanks, I bought this grid 1520 a couple of months ago and have been
> > working on rebuilding it. The primary reason I was wondering was
> > because I spent most of the other night drilling the holes manually
> > with a jeweler's flat-head, and wasn't sure of whether or not I could
> > just leave it be.
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@> wrote:
> > >
> > > Hi, Nick.
> > >
> > > Glad you could join us. In response to your question, yes. Leaving
> > > the old battery in the circuit will drain the power out of the new
> > > battery like a short circuit and probably bring the voltage down
> > > where it couldn't work properly. The modification requires that you
> > > severe one of the pin high up on the package on at least one
terminal
> > > of the old battery as a result in order to prevent that from
> > > happening. It's a little tricky, but if you are careful, it's not
> > > that hard. I've done it s few times already with my units.
> > >
> > > Phil
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@>
> > > wrote:
> > > >
> > > > I have a question about this modification, will it cause any
harm to
> > > > the ds1287a if one leaves the internal battery connected and
solders
> > > > the new 3-volt leads/batter on? Thanks.
> > > >
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> > > wrote:
> > > > >
> > > > > Thanks, Lawrence,
> > > > >
> > > > > Atually this has been addressed in the past and there was a
link
> > > to a
> > > > > German web site which detailed this same fix, although
definitely
> > > in
> > > > > more detail. I have performed this fix myself three times. I
find
> > > it
> > > > > easier to actually desolder the RTC 1287 off from the
motherboard
> > > in
> > > > > order to do this work as it is to easy to damage the
motherboard
> > > > > itself otherwsie. But it does work very well. If you have a
1520
> > > with
> > > > > the RTC 1287, you are pretty much obligated to do this. You
> > > cannot
> > > > > replace the 1287 with the newer 12887A because then the time
> > > circuits
> > > > > will never reset and you will never be able to boot the
computer
> > > up,
> > > > > so you have to perform this fix in order to restore it. On a
> > > 1530,
> > > > > however, the circuitry is a little more advanced and you can
> > > replace
> > > > > the 1287 with a newer 12887A and it will boot up properly
> > > afterwards.
> > > > >
> > > > > Phil
> > > > >
> > > > > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca"
<bigwalk_ca@>
> > > > > wrote:
> > > > > >
> > > > > >
> > > > > >   I just ran across this and I'm not sure whether someone
else
> > > may
> > > > > have
> > > > > > posted a similar fix for the Dallas RTC, in order to use
> > > regular
> > > > > > batteries on the Grid15xx. If not here's Peter Wendt of
the MCA
> > > > > Mafia's
> > > > > > solution. A bit involved, but likely no more than desoldering
> > > and
> > > > > > replacing the 1287A if you can even find one.
> > > > > >
> > > > > > http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > > > > >
> > > > > > Lawrence
> > > > > >
> > > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1864
Date: Mon, 07 Apr 2008 01:09:02 -0000
From: "jeriddian"
Subject: Re: Dallas 1287A conversion to batteries

You'll have to scavenge them off a broken unit that's sold for parts,
I'm afraid. The earlier hinges were made of metal, but later ones
were made of plastic.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@...>
wrote:
>
> Thanks, I've gotten the holes drilled and the ground of the battery
> disconnected, after that I just have to solder the battery pack
leads
> on. Would you guys have any suggestions as to finding hinges for the
> display? Even after being about as careful as I could and after 
having
> read many of the posts on disassembling the grid 1520 I still
managed
> to break the right hinge. Thanks.
>
> --- In RuGRiD-Laptop@yahoogroups.com, "zentaro04" <zentaro.cane@>
> wrote:
> >
> > Hallo Nick,
> >
> >
http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
> > if you need some pictures.
> >
> > Andrea
> >
> >
> > ---
> >
> > In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@> wrote:
> > >
> > > Thanks, I bought this grid 1520 a couple of months ago and have
been
> > > working on rebuilding it. The primary reason I was wondering was
> > > because I spent most of the other night drilling the holes
manually
> > > with a jeweler's flat-head, and wasn't sure of whether or not I
could
> > > just leave it be.
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> > > >
> > > > Hi, Nick.
> > > >
> > > > Glad you could join us. In response to your question, yes.
Leaving
> > > > the old battery in the circuit will drain the power out of
the new
> > > > battery like a short circuit and probably bring the voltage
down
> > > > where it couldn't work properly. The modification requires
that you 
> > > > severe one of the pin high up on the package on at least one
> terminal
> > > > of the old battery as a result in order to prevent that from
> > > > happening. It's a little tricky, but if you are careful, it's
not
> > > > that hard. I've done it s few times already with my units.
> > > >
> > > > Phil
> > > >
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre"
<GBabecki@>
> > > > wrote:
> > > > >
> > > > > I have a question about this modification, will it cause any
> harm to
> > > > > the ds1287a if one leaves the internal battery connected and
> solders
> > > > > the new 3-volt leads/batter on? Thanks.
> > > > >
> > > > >
> > > > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
<Jeriddian@>
> > > > wrote:
> > > > > >
> > > > > > Thanks, Lawrence,
> > > > > >
> > > > > > Atually this has been addressed in the past and there was
a
> link
> > > > to a
> > > > > > German web site which detailed this same fix, although
> definitely
> > > > in
> > > > > > more detail. I have performed this fix myself three
times. I
> find
> > > > it
> > > > > > easier to actually desolder the RTC 1287 off from the
> motherboard
> > > > in
> > > > > > order to do this work as it is to easy to damage the
> motherboard
> > > > > > itself otherwsie. But it does work very well. If you have
a
> 1520
> > > > with
> > > > > > the RTC 1287, you are pretty much obligated to do this.
You
> > > > cannot
> > > > > > replace the 1287 with the newer 12887A because then the
time
> > > > circuits
> > > > > > will never reset and you will never be able to boot the
> computer
> > > > up,
> > > > > > so you have to perform this fix in order to restore it.
On a
> > > > 1530,
> > > > > > however, the circuitry is a little more advanced and you
can
> > > > replace
> > > > > > the 1287 with a newer 12887A and it will boot up properly
> > > > afterwards.
> > > > > >
> > > > > > Phil
> > > > > >
> > > > > > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca"
> <bigwalk_ca@>
> > > > > > wrote:
> > > > > > >
> > > > > > >
> > > > > > >   I just ran across this and I'm not sure whether
someone
> else
> > > > may
> > > > > > have
> > > > > > > posted a similar fix for the Dallas RTC, in order to
use
> > > > regular
> > > > > > > batteries on the Grid15xx. If not here's Peter Wendt of
> the MCA
> > > > > > Mafia's
> > > > > > > solution. A bit involved, but likely no more than
desoldering
> > > > and
> > > > > > > replacing the 1287A if you can even find one.
> > > > > > >
> > > > > > >
http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > > > > > >
> > > > > > > Lawrence
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1865
Date: Wed, 09 Apr 2008 01:47:45 -0000
From: "nick_zravre"
Subject: Re: Dallas 1287A conversion to batteries

Amazingly enough, after drilling the holes (I never got around to
soldering the leads on to the chip, decided to get a new ds1287a as a
backup first) I hooked everything back up together and booted it up.
The harddrive came back to life, it was dead before hand. I'm going to
guess that it has something to do with disconnecting the ground lead
for the battery in the ds1287a.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> You'll have to scavenge them off a broken unit that's sold for parts, 
> I'm afraid. The earlier hinges were made of metal, but later ones
> were made of plastic.
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@>
> wrote:
> >
> > Thanks, I've gotten the holes drilled and the ground of the battery
> > disconnected, after that I just have to solder the battery pack
> leads
> > on. Would you guys have any suggestions as to finding hinges for the
> > display? Even after being about as careful as I could and after
> having
> > read many of the posts on disassembling the grid 1520 I still
> managed
> > to break the right hinge. Thanks.
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "zentaro04" <zentaro.cane@>
> > wrote:
> > >
> > > Hallo Nick,
> > >
> > >
> http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
> > > if you need some pictures.
> > >
> > > Andrea
> > >
> > >
> > > ---
> > >
> > > In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@> wrote:
> > > >
> > > > Thanks, I bought this grid 1520 a couple of months ago and have
> been
> > > > working on rebuilding it. The primary reason I was wondering was
> > > > because I spent most of the other night drilling the holes
> manually
> > > > with a jeweler's flat-head, and wasn't sure of whether or not I
> could
> > > > just leave it be.
> > > >
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> > > > >
> > > > > Hi, Nick.
> > > > >
> > > > > Glad you could join us. In response to your question, yes.
> Leaving
> > > > > the old battery in the circuit will drain the power out of
> the new
> > > > > battery like a short circuit and probably bring the voltage
> down
> > > > > where it couldn't work properly. The modification requires
> that you
> > > > > severe one of the pin high up on the package on at least one
> > terminal
> > > > > of the old battery as a result in order to prevent that from
> > > > > happening. It's a little tricky, but if you are careful, it's
> not
> > > > > that hard. I've done it s few times already with my units.
> > > > >
> > > > > Phil
> > > > >
> > > > >
> > > > > --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre"
> <GBabecki@>
> > > > > wrote:
> > > > > >
> > > > > > I have a question about this modification, will it cause any
> > harm to
> > > > > > the ds1287a if one leaves the internal battery connected and
> > solders
> > > > > > the new 3-volt leads/batter on? Thanks.
> > > > > >
> > > > > >
> > > > > > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@>
> > > > > wrote:
> > > > > > >
> > > > > > > Thanks, Lawrence,
> > > > > > >
> > > > > > > Atually this has been addressed in the past and there was
> a
> > link
> > > > > to a
> > > > > > > German web site which detailed this same fix, although
> > definitely
> > > > > in
> > > > > > > more detail. I have performed this fix myself three
> times. I
> > find
> > > > > it
> > > > > > > easier to actually desolder the RTC 1287 off from the
> > motherboard
> > > > > in
> > > > > > > order to do this work as it is to easy to damage the
> > motherboard
> > > > > > > itself otherwsie. But it does work very well. If you have
> a
> > 1520
> > > > > with
> > > > > > > the RTC 1287, you are pretty much obligated to do this.
> You
> > > > > cannot
> > > > > > > replace the 1287 with the newer 12887A because then the
> time
> > > > > circuits
> > > > > > > will never reset and you will never be able to boot the
> > computer
> > > > > up,
> > > > > > > so you have to perform this fix in order to restore it.
> On a
> > > > > 1530,
> > > > > > > however, the circuitry is a little more advanced and you
> can
> > > > > replace
> > > > > > > the 1287 with a newer 12887A and it will boot up properly
> > > > > afterwards.
> > > > > > >
> > > > > > > Phil
> > > > > > >
> > > > > > > --- In RuGRiD-Laptop@yahoogroups.com, "bigwalk_ca"
> > <bigwalk_ca@>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > >   I just ran across this and I'm not sure whether
> someone
> > else
> > > > > may
> > > > > > > have
> > > > > > > > posted a similar fix for the Dallas RTC, in order to
> use
> > > > > regular
> > > > > > > > batteries on the Grid15xx. If not here's Peter Wendt of
> > the MCA
> > > > > > > Mafia's
> > > > > > > > solution. A bit involved, but likely no more than
> desoldering
> > > > > and
> > > > > > > > replacing the 1287A if you can even find one.
> > > > > > > >
> > > > > > > >
> http://www.gilanet.com/ohlandl/misc/rework_ds1287_rtc.html
> > > > > > > >
> > > > > > > > Lawrence
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1866
Date: Wed, 9 Apr 2008 07:06:06 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Dallas 1287A conversion to batteries

Nick,
For whatever reason, it appears that if the Dallas RTC
or CMOS battery (in older units) is dead, the BIOS
doesn't "see" the hard drive.
It appears that some sort of "default configuration"
is loaded and this configuration doesn't include the
har drive.
Why?  I don't know.
-Shawn

--- nick_zravre <GBabecki@...> wrote:

> Amazingly enough, after drilling the holes (I never
> got around to
> soldering the leads on to the chip, decided to get a
> new ds1287a as a
> backup first) I hooked everything back up together
> and booted it up.
> The harddrive came back to life, it was dead before
> hand. I'm going to
> guess that it has something to do with disconnecting
> the ground lead
> for the battery in the ds1287a.
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@...> wrote:
> >
> > You'll have to scavenge them off a broken unit
> that's sold for parts, 
> > I'm afraid. The earlier hinges were made of metal,
> but later ones 
> > were made of plastic.
> > 
> > Phil
> > 
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com,
> "nick_zravre" <GBabecki@> 
> > wrote:
> > >
> > > Thanks, I've gotten the holes drilled and the
> ground of the battery
> > > disconnected, after that I just have to solder
> the battery pack 
> > leads
> > > on. Would you guys have any suggestions as to
> finding hinges for the
> > > display? Even after being about as careful as I
> could and after 
> > having
> > > read many of the posts on disassembling the grid
> 1520 I still 
> > managed
> > > to break the right hinge. Thanks.
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com,
> "zentaro04" <zentaro.cane@>
> > > wrote:
> > > >
> > > > Hallo Nick,
> > > > 
> > > > 
> >
>
http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
> > > > if you need some pictures.
> > > > 
> > > > Andrea
> > > > 
> > > > 
> > > > --- 
> > > > 
> > > > In RuGRiD-Laptop@yahoogroups.com,
> "nick_zravre" <GBabecki@> wrote:
> > > > >
> > > > > Thanks, I bought this grid 1520 a couple of
> months ago and have 
> > been
> > > > > working on rebuilding it. The primary reason
> I was wondering was
> > > > > because I spent most of the other night
> drilling the holes 
> > manually
> > > > > with a jeweler's flat-head, and wasn't sure
> of whether or not I 
> > could
> > > > > just leave it be. 
> > > > > 
> > > > > 
> > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> "jeriddian" <Jeriddian@> 
> > wrote:
> > > > > >
> > > > > > Hi, Nick.
> > > > > > 
> > > > > > Glad you could join us. In response to
> your question, yes. 
> > Leaving 
> > > > > > the old battery in the circuit will drain
> the power out of 
> > the new 
> > > > > > battery like a short circuit and probably
> bring the voltage 
> > down 
> > > > > > where it couldn't work properly. The
> modification requires 
> > that you 
> > > > > > severe one of the pin high up on the
> package on at least one
> > > terminal 
> > > > > > of the old battery as a result in order to
> prevent that from 
> > > > > > happening. It's a little tricky, but if
> you are careful, it's 
> > not 
> > > > > > that hard. I've done it s few times
> already with my units.
> > > > > > 
> > > > > > Phil
> > > > > > 
> > > > > > 
> > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> "nick_zravre" 
> > <GBabecki@> 
> > > > > > wrote:
> > > > > > >
> > > > > > > I have a question about this
> modification, will it cause any
> > > harm to
> > > > > > > the ds1287a if one leaves the internal
> battery connected and
> > > solders
> > > > > > > the new 3-volt leads/batter on? Thanks.
> > > > > > > 
> > > > > > > 
> > > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> "jeriddian" 
> > <Jeriddian@> 
> > > > > > wrote:
> > > > > > > >
> > > > > > > > Thanks, Lawrence,
> > > > > > > > 
> > > > > > > > Atually this has been addressed in the
> past and there was 
> > a
> > > link 
> > > > > > to a 
> > > > > > > > German web site which detailed this
> same fix, although
> > > definitely 
> > > > > > in 
> > > > > > > > more detail. I have performed this fix
> myself three 
> > times. I
> > > find 
> > > > > > it 
> > > > > > > > easier to actually desolder the RTC
> 1287 off from the
> > > motherboard 
> > > > > > in 
> > > > > > > > order to do this work as it is to easy
> to damage the
> > > motherboard 
> > > > > > > > itself otherwsie. But it does work
> very well. If you have 
> > a
> > > 1520 
> > > > > > with 
> > > > > > > > the RTC 1287, you are pretty much
> obligated to do this. 
> > You 
> > > > > > cannot 
> > > > > > > > replace the 1287 with the newer 12887A
> because then the 
> > time 
> > > > > > circuits 
> > > > > > > > will never reset and you will never be
> able to boot the
> > > computer 
> > > > > > up, 
> > > > > > > > so you have to perform this fix in
> order to restore it. 
> > On a 
> > > > > > 1530, 
> > > > > > > > however, the circuitry is a little
> more advanced and you 
> > can 
> > > > > > replace 
> > > > > > > > the 1287 with a newer 12887A and it
> will boot up properly 
> > > > > > afterwards.
> > > > > > > > 
> > > > > > > > Phil
> > > > > > > > 
> > > > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> "bigwalk_ca"
> > > <bigwalk_ca@> 
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > 
> > > > > > > > >   I just ran across this and I'm not
> sure whether 
> > someone
> > > else 
> > > > > > may 
> > > > > > > > have 
> > > > > > > > > posted a similar fix for the Dallas
> RTC, in order to 
> > use 
> > > > > > regular 
> > > > > > > > > batteries on the Grid15xx. If not
> here's Peter Wendt of
> > > the MCA 
> > > > > > > > Mafia's
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Yahoo! Message number: 1867
Date: Wed, 09 Apr 2008 19:11:35 -0000
From: "nick_zravre"
Subject: Re: Dallas 1287A conversion to batteries

Yeah, I know. I read that a couple of months ago after joining this
group. I probably could have phrased my previous post a bit better, no
doubt.

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Nick,
> For whatever reason, it appears that if the Dallas RTC
> or CMOS battery (in older units) is dead, the BIOS
> doesn't "see" the hard drive.
> It appears that some sort of "default configuration"
> is loaded and this configuration doesn't include the
> har drive.
> Why?  I don't know.
> -Shawn
> 
> --- nick_zravre <GBabecki@...> wrote:
>
> > Amazingly enough, after drilling the holes (I never
> > got around to
> > soldering the leads on to the chip, decided to get a
> > new ds1287a as a
> > backup first) I hooked everything back up together
> > and booted it up.
> > The harddrive came back to life, it was dead before
> > hand. I'm going to
> > guess that it has something to do with disconnecting
> > the ground lead
> > for the battery in the ds1287a.
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> > <Jeriddian@> wrote:
> > >
> > > You'll have to scavenge them off a broken unit
> > that's sold for parts,
> > > I'm afraid. The earlier hinges were made of metal,
> > but later ones
> > > were made of plastic.
> > >
> > > Phil
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "nick_zravre" <GBabecki@>
> > > wrote:
> > > >
> > > > Thanks, I've gotten the holes drilled and the
> > ground of the battery
> > > > disconnected, after that I just have to solder
> > the battery pack
> > > leads
> > > > on. Would you guys have any suggestions as to
> > finding hinges for the
> > > > display? Even after being about as careful as I
> > could and after
> > > having
> > > > read many of the posts on disassembling the grid
> > 1520 I still
> > > managed
> > > > to break the right hinge. Thanks.
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "zentaro04" <zentaro.cane@>
> > > > wrote:
> > > > >
> > > > > Hallo Nick,
> > > > >
> > > > >
> > >
> >
> http://picasaweb.google.it/andreamichele.cane/GRIDCASE1520BIOSREWORK
> > > > > if you need some pictures.
> > > > >
> > > > > Andrea
> > > > >
> > > > >
> > > > > ---
> > > > >
> > > > > In RuGRiD-Laptop@yahoogroups.com,
> > "nick_zravre" <GBabecki@> wrote:
> > > > > >
> > > > > > Thanks, I bought this grid 1520 a couple of
> > months ago and have
> > > been
> > > > > > working on rebuilding it. The primary reason
> > I was wondering was
> > > > > > because I spent most of the other night
> > drilling the holes
> > > manually
> > > > > > with a jeweler's flat-head, and wasn't sure
> > of whether or not I
> > > could
> > > > > > just leave it be.
> > > > > >
> > > > > >
> > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "jeriddian" <Jeriddian@>
> > > wrote:
> > > > > > >
> > > > > > > Hi, Nick.
> > > > > > >
> > > > > > > Glad you could join us. In response to
> > your question, yes.
> > > Leaving
> > > > > > > the old battery in the circuit will drain
> > the power out of
> > > the new
> > > > > > > battery like a short circuit and probably
> > bring the voltage
> > > down
> > > > > > > where it couldn't work properly. The
> > modification requires
> > > that you
> > > > > > > severe one of the pin high up on the
> > package on at least one
> > > > terminal
> > > > > > > of the old battery as a result in order to
> > prevent that from
> > > > > > > happening. It's a little tricky, but if
> > you are careful, it's
> > > not
> > > > > > > that hard. I've done it s few times
> > already with my units.
> > > > > > >
> > > > > > > Phil
> > > > > > >
> > > > > > >
> > > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "nick_zravre"
> > > <GBabecki@>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > I have a question about this
> > modification, will it cause any
> > > > harm to
> > > > > > > > the ds1287a if one leaves the internal
> > battery connected and
> > > > solders
> > > > > > > > the new 3-volt leads/batter on? Thanks.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "jeriddian"
> > > <Jeriddian@>
> > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > Thanks, Lawrence,
> > > > > > > > >
> > > > > > > > > Atually this has been addressed in the
> > past and there was
> > > a
> > > > link
> > > > > > > to a
> > > > > > > > > German web site which detailed this
> > same fix, although
> > > > definitely
> > > > > > > in
> > > > > > > > > more detail. I have performed this fix
> > myself three
> > > times. I
> > > > find
> > > > > > > it
> > > > > > > > > easier to actually desolder the RTC
> > 1287 off from the
> > > > motherboard
> > > > > > > in
> > > > > > > > > order to do this work as it is to easy
> > to damage the
> > > > motherboard
> > > > > > > > > itself otherwsie. But it does work
> > very well. If you have
> > > a
> > > > 1520
> > > > > > > with
> > > > > > > > > the RTC 1287, you are pretty much
> > obligated to do this.
> > > You
> > > > > > > cannot
> > > > > > > > > replace the 1287 with the newer 12887A
> > because then the
> > > time
> > > > > > > circuits
> > > > > > > > > will never reset and you will never be
> > able to boot the
> > > > computer
> > > > > > > up,
> > > > > > > > > so you have to perform this fix in
> > order to restore it.
> > > On a
> > > > > > > 1530,
> > > > > > > > > however, the circuitry is a little
> > more advanced and you
> > > can
> > > > > > > replace
> > > > > > > > > the 1287 with a newer 12887A and it
> > will boot up properly
> > > > > > > afterwards.
> > > > > > > > >
> > > > > > > > > Phil
> > > > > > > > >
> > > > > > > > > --- In RuGRiD-Laptop@yahoogroups.com,
> > "bigwalk_ca"
> > > > <bigwalk_ca@>
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >   I just ran across this and I'm not
> > sure whether
> > > someone
> > > > else
> > > > > > > may
> > > > > > > > > have
> > > > > > > > > > posted a similar fix for the Dallas
> > RTC, in order to
> > > use
> > > > > > > regular
> > > > > > > > > > batteries on the Grid15xx. If not
> > here's Peter Wendt of
> > > > the MCA
> > > > > > > > > Mafia's
> >
> === message truncated ===
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




Yahoo! Message number: 1868
Date: Mon, 14 Apr 2008 12:14:48 -0700 (PDT)
From: Shawnerz
Subject: New 1520 User

This was from a new user named Vicki:

"I aquired grid gridcase and gridcase 1520. I know NOTHING about
they power up with red lights, but screen isnt coming on. i
dont have original adapters,I NEED HELP!!! Vicki "

Hi Vicki and welcome to the group.  

The Gridcase is an 8088 or 8086 processor from the mid to late 80's.

The 1520 is an 80286 (or just 286) processor from the early 90's.

Red lights, eh?  You mentioned not having the original adapters.  I don't know exactly what you mean by that.  If you mean "power adapter" this could be causing the red lights.  The power supply must be capable of 16 volts at about 2.5 amps (turn on surge.  It should settle down to about 1 to 1.5 amps steady state).  If you're using a 12 volt power supply, you will get the red lights.

If you have a 16 volt power supply and are still getting red lights, then it is possible internal componets are bad.  The hard drive (if installed) could have seized and is drawing too much current.  It is also possible the display (or its power supply) has gone bad.

Well, those are a couple of things to look at to get you started.
Enjoy,
-Shawn


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1869
Date: Mon, 14 Apr 2008 14:15:31 -0700 (PDT)
From: me
Subject: Re: [RuGRiD-Laptop] New 1520 User

ok, I DONT have the 16v, I used my Nintendo NES
adapter.  WOw did it get hot fast....

I have a 1520 with battery.  When I put the nes
adapter on it, the floppy drive on side flashes red,
then 3 of the 4 lights on front flash, no screen comes
on.

I also have a grid gridcase, no visable model number
like the 1520 has.  That DOESNT have the battery. 
When I hooked the nes to that, the ONE red light on
the front came on and that is it.

WHere can I find a CHEAP 16v to test these 2
properly??

I want to sell them...
--- Shawnerz <shawnerz@...> wrote:

> This was from a new user named Vicki:
> 
> "I aquired grid gridcase and gridcase 1520. I know
> NOTHING about
> they power up with red lights, but screen isnt
> coming on. i
> dont have original adapters,I NEED HELP!!! Vicki "
> 
> Hi Vicki and welcome to the group.  
> 
> The Gridcase is an 8088 or 8086 processor from the
> mid to late 80's.
> 
> The 1520 is an 80286 (or just 286) processor from
> the early 90's.
> 
> Red lights, eh?  You mentioned not having the
> original adapters.  I don't know exactly what you
> mean by that.  If you mean "power adapter" this
> could be causing the red lights.  The power supply
> must be capable of 16 volts at about 2.5 amps (turn
> on surge.  It should settle down to about 1 to 1.5
> amps steady state).  If you're using a 12 volt power
> supply, you will get the red lights.
> 
> If you have a 16 volt power supply and are still
> getting red lights, then it is possible internal
> componets are bad.  The hard drive (if installed)
> could have seized and is drawing too much current. 
> It is also possible the display (or its power
> supply) has gone bad.
> 
> Well, those are a couple of things to look at to get
> you started.
> Enjoy,
> -Shawn
> 
> 
>      
>
____________________________________________________________________________________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now. 
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



Yahoo! Message number: 1870
Date: Mon, 14 Apr 2008 14:29:57 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] New 1520 User

Yeah, the NES adapter couldn't supply enough current.  That's why it got hot.
As far as locating a 16v power supply, I think the easiest way to have someone loan you one.  I think I have the one for the Gridcase, that I can loan you, but I don't think it will power the 1520.  I have several 1520's, but I power them with an external, variable power supply.
-Shawn


----- Original Message ----
From: me <vsvroyal@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, April 14, 2008 5:15:31 PM
Subject: Re: [RuGRiD-Laptop] New 1520 User

ok, I DONT have the 16v, I used my Nintendo NES
adapter.  WOw did it get hot fast....

I have a 1520 with battery.  When I put the nes
adapter on it, the floppy drive on side flashes red,
then 3 of the 4 lights on front flash, no screen comes
on.

I also have a grid gridcase, no visable model number
like the 1520 has.  That DOESNT have the battery. 
When I hooked the nes to that, the ONE red light on
the front came on and that is it.

WHere can I find a CHEAP 16v to test these 2
properly??

I want to sell them...
--- Shawnerz <shawnerz@...> wrote:

> This was from a new user named Vicki:
> 
> "I aquired grid gridcase and gridcase 1520. I know
> NOTHING about
> they power up with red lights, but screen isnt
> coming on. i
> dont have original adapters,I NEED HELP!!! Vicki "
> 
> Hi Vicki and welcome to the group.  
> 
> The Gridcase is an 8088 or 8086 processor from the
> mid to late 80's.
> 
> The 1520 is an 80286 (or just 286) processor from
> the early 90's.
> 
> Red lights, eh?  You mentioned not having the
> original adapters.  I don't know exactly what you
> mean by that.  If you mean "power adapter" this
> could be causing the red lights.  The power supply
> must be capable of 16 volts at about 2.5 amps (turn
> on surge.  It should settle down to about 1 to 1.5
> amps steady state).  If you're using a 12 volt power
> supply, you will get the red lights.
> 
> If you have a 16 volt power supply and are still
> getting red lights, then it is possible internal
> componets are bad.  The hard drive (if installed)
> could have seized and is drawing too much current. 
> It is also possible the display (or its power
> supply) has gone bad.
> 
> Well, those are a couple of things to look at to get
> you started.
> Enjoy,
> -Shawn
> 
> 
>      
>
____________________________________________________________________________________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now. 
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1871
Date: Mon, 14 Apr 2008 15:59:31 -0700 (PDT)
From: me
Subject: Re: [RuGRiD-Laptop] New 1520 User

where can i pick up an external variable power
supply??

do you have a photo of what the adapter looks like?  I
can dig thru my fathers surplus of adapters.


--- Shawnerz <shawnerz@...> wrote:

> Yeah, the NES adapter couldn't supply enough
> current.  That's why it got hot.
> As far as locating a 16v power supply, I think the
> easiest way to have someone loan you one.  I think I
> have the one for the Gridcase, that I can loan you,
> but I don't think it will power the 1520.  I have
> several 1520's, but I power them with an external,
> variable power supply.
> -Shawn
> 
> 
> ----- Original Message ----
> From: me <vsvroyal@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Monday, April 14, 2008 5:15:31 PM
> Subject: Re: [RuGRiD-Laptop] New 1520 User
> 
> ok, I DONT have the 16v, I used my Nintendo NES
> adapter.  WOw did it get hot fast....
> 
> I have a 1520 with battery.  When I put the nes
> adapter on it, the floppy drive on side flashes red,
> then 3 of the 4 lights on front flash, no screen
> comes
> on.
> 
> I also have a grid gridcase, no visable model number
> like the 1520 has.  That DOESNT have the battery. 
> When I hooked the nes to that, the ONE red light on
> the front came on and that is it.
> 
> WHere can I find a CHEAP 16v to test these 2
> properly??
> 
> I want to sell them...
> --- Shawnerz <shawnerz@...> wrote:
> 
> > This was from a new user named Vicki:
> > 
> > "I aquired grid gridcase and gridcase 1520. I know
> > NOTHING about
> > they power up with red lights, but screen isnt
> > coming on. i
> > dont have original adapters,I NEED HELP!!! Vicki "
> > 
> > Hi Vicki and welcome to the group.  
> > 
> > The Gridcase is an 8088 or 8086 processor from the
> > mid to late 80's.
> > 
> > The 1520 is an 80286 (or just 286) processor from
> > the early 90's.
> > 
> > Red lights, eh?  You mentioned not having the
> > original adapters.  I don't know exactly what you
> > mean by that.  If you mean "power adapter" this
> > could be causing the red lights.  The power supply
> > must be capable of 16 volts at about 2.5 amps
> (turn
> > on surge.  It should settle down to about 1 to 1.5
> > amps steady state).  If you're using a 12 volt
> power
> > supply, you will get the red lights.
> > 
> > If you have a 16 volt power supply and are still
> > getting red lights, then it is possible internal
> > componets are bad.  The hard drive (if installed)
> > could have seized and is drawing too much current.
> 
> > It is also possible the display (or its power
> > supply) has gone bad.
> > 
> > Well, those are a couple of things to look at to
> get
> > you started.
> > Enjoy,
> > -Shawn
> > 
> > 
> >      
> >
>
____________________________________________________________________________________
> > Be a better friend, newshound, and 
> > know-it-all with Yahoo! Mobile.  Try it now. 
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > 
> > ------------------------------------
> > 
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > Groups Links
> > 
> > 
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > 
> > 
> > 
> 
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> 
> 
>      
>
____________________________________________________________________________________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now. 
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



Yahoo! Message number: 1872
Date: Mon, 14 Apr 2008 23:37:58 -0000
From: "jeriddian"
Subject: Re: New 1520 User

Dear Vicki,

There are some power supplies on ebay at the following URL:

http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-25V-2-
0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247

However, they are listed at 2.0 amps, not 2.5 amps, and they are
apparently meant for another type of grid computer other than the
1520. But they may work.

If you look at this URL:

http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016

It is a 1520 recently bought on ebay, but if you click on the
pictures below you can see the rear of teh computer and see the power
supply inserted into the back of the computer. That's what the power
supply normally looks like for this computer. However, this power
supply is rated at 17.25 volts at 3.25 amps, althoguh I think the 2.5
amp supply should work also.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, me <vsvroyal@...> wrote:
>
> where can i pick up an external variable power
> supply??
>
> do you have a photo of what the adapter looks like?  I
> can dig thru my fathers surplus of adapters.
>
>
> --- Shawnerz <shawnerz@...> wrote:
>
> > Yeah, the NES adapter couldn't supply enough
> > current.  That's why it got hot.
> > As far as locating a 16v power supply, I think the
> > easiest way to have someone loan you one.  I think I
> > have the one for the Gridcase, that I can loan you,
> > but I don't think it will power the 1520.  I have
> > several 1520's, but I power them with an external,
> > variable power supply.
> > -Shawn
> >
> >
> > ----- Original Message ----
> > From: me <vsvroyal@...>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Monday, April 14, 2008 5:15:31 PM
> > Subject: Re: [RuGRiD-Laptop] New 1520 User
> >
> > ok, I DONT have the 16v, I used my Nintendo NES
> > adapter.  WOw did it get hot fast....
> >
> > I have a 1520 with battery.  When I put the nes
> > adapter on it, the floppy drive on side flashes red,
> > then 3 of the 4 lights on front flash, no screen
> > comes
> > on.
> >
> > I also have a grid gridcase, no visable model number
> > like the 1520 has.  That DOESNT have the battery.
> > When I hooked the nes to that, the ONE red light on
> > the front came on and that is it.
> >
> > WHere can I find a CHEAP 16v to test these 2
> > properly??
> >
> > I want to sell them...
> > --- Shawnerz <shawnerz@...> wrote:
> >
> > > This was from a new user named Vicki:
> > >
> > > "I aquired grid gridcase and gridcase 1520. I know
> > > NOTHING about
> > > they power up with red lights, but screen isnt
> > > coming on. i
> > > dont have original adapters,I NEED HELP!!! Vicki "
> > >
> > > Hi Vicki and welcome to the group.
> > >
> > > The Gridcase is an 8088 or 8086 processor from the
> > > mid to late 80's.
> > >
> > > The 1520 is an 80286 (or just 286) processor from
> > > the early 90's.
> > >
> > > Red lights, eh?  You mentioned not having the
> > > original adapters.  I don't know exactly what you
> > > mean by that.  If you mean "power adapter" this
> > > could be causing the red lights.  The power supply
> > > must be capable of 16 volts at about 2.5 amps
> > (turn
> > > on surge.  It should settle down to about 1 to 1.5
> > > amps steady state).  If you're using a 12 volt
> > power
> > > supply, you will get the red lights.
> > >
> > > If you have a 16 volt power supply and are still
> > > getting red lights, then it is possible internal
> > > componets are bad.  The hard drive (if installed)
> > > could have seized and is drawing too much current.
> >
> > > It is also possible the display (or its power
> > > supply) has gone bad.
> > >
> > > Well, those are a couple of things to look at to
> > get
> > > you started.
> > > Enjoy,
> > > -Shawn
> > >
> > >
> > >
> > >
> >
>
______________________________________________________________________
______________
> > > Be a better friend, newshound, and
> > > know-it-all with Yahoo! Mobile.  Try it now.
> > >
> >
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > Groups Links
> >
> >
> >
> >
> >
> >
>
______________________________________________________________________
______________
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.
> >
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > Groups Links
> >
> >
> > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> >
> >
> >
>




Yahoo! Message number: 1873
Date: Tue, 15 Apr 2008 00:08:57 -0000
From: "nick_zravre"
Subject: Re: New 1520 User

Hello, most standard laptop ac adapters, at least the toshibas
(probably most any manufacturer will work...), should work. The one I
use outputs 19 volts at 2.40 amps, starts the unit and charges the
dead battery to last 15 minutes.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Dear Vicki,
>
> There are some power supplies on ebay at the following URL:
>
> http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-25V-2-
> 0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
> 1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
>
> However, they are listed at 2.0 amps, not 2.5 amps, and they are
> apparently meant for another type of grid computer other than the
> 1520. But they may work.
>
> If you look at this URL:
>
> http://cgi.ebay.com/ws/eBayISAPI.dll?
> ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016
>
> It is a 1520 recently bought on ebay, but if you click on the
> pictures below you can see the rear of teh computer and see the power
> supply inserted into the back of the computer. That's what the power
> supply normally looks like for this computer. However, this power
> supply is rated at 17.25 volts at 3.25 amps, althoguh I think the 2.5
> amp supply should work also.
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, me <vsvroyal@> wrote:
> >
> > where can i pick up an external variable power
> > supply??
> >
> > do you have a photo of what the adapter looks like?  I
> > can dig thru my fathers surplus of adapters.
> >
> >
> > --- Shawnerz <shawnerz@> wrote:
> >
> > > Yeah, the NES adapter couldn't supply enough
> > > current.  That's why it got hot.
> > > As far as locating a 16v power supply, I think the
> > > easiest way to have someone loan you one.  I think I
> > > have the one for the Gridcase, that I can loan you,
> > > but I don't think it will power the 1520.  I have
> > > several 1520's, but I power them with an external,
> > > variable power supply.
> > > -Shawn
> > >
> > >
> > > ----- Original Message ----
> > > From: me <vsvroyal@>
> > > To: RuGRiD-Laptop@yahoogroups.com
> > > Sent: Monday, April 14, 2008 5:15:31 PM
> > > Subject: Re: [RuGRiD-Laptop] New 1520 User
> > >
> > > ok, I DONT have the 16v, I used my Nintendo NES
> > > adapter.  WOw did it get hot fast....
> > >
> > > I have a 1520 with battery.  When I put the nes
> > > adapter on it, the floppy drive on side flashes red,
> > > then 3 of the 4 lights on front flash, no screen
> > > comes
> > > on.
> > >
> > > I also have a grid gridcase, no visable model number
> > > like the 1520 has.  That DOESNT have the battery.
> > > When I hooked the nes to that, the ONE red light on
> > > the front came on and that is it.
> > >
> > > WHere can I find a CHEAP 16v to test these 2
> > > properly??
> > >
> > > I want to sell them...
> > > --- Shawnerz <shawnerz@> wrote:
> > >
> > > > This was from a new user named Vicki:
> > > >
> > > > "I aquired grid gridcase and gridcase 1520. I know
> > > > NOTHING about
> > > > they power up with red lights, but screen isnt
> > > > coming on. i
> > > > dont have original adapters,I NEED HELP!!! Vicki "
> > > >
> > > > Hi Vicki and welcome to the group.
> > > >
> > > > The Gridcase is an 8088 or 8086 processor from the
> > > > mid to late 80's.
> > > >
> > > > The 1520 is an 80286 (or just 286) processor from
> > > > the early 90's.
> > > >
> > > > Red lights, eh?  You mentioned not having the
> > > > original adapters.  I don't know exactly what you
> > > > mean by that.  If you mean "power adapter" this
> > > > could be causing the red lights.  The power supply
> > > > must be capable of 16 volts at about 2.5 amps
> > > (turn
> > > > on surge.  It should settle down to about 1 to 1.5
> > > > amps steady state).  If you're using a 12 volt
> > > power
> > > > supply, you will get the red lights.
> > > >
> > > > If you have a 16 volt power supply and are still
> > > > getting red lights, then it is possible internal
> > > > componets are bad.  The hard drive (if installed)
> > > > could have seized and is drawing too much current.
> > >
> > > > It is also possible the display (or its power
> > > > supply) has gone bad.
> > > >
> > > > Well, those are a couple of things to look at to
> > > get
> > > > you started.
> > > > Enjoy,
> > > > -Shawn
> > > >
> > > >
> > > >
> > > >
> > >
> >
> ______________________________________________________________________
> ______________
> > > > Be a better friend, newshound, and
> > > > know-it-all with Yahoo! Mobile.  Try it now.
> > > >
> > >
> > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > >
> > > > ------------------------------------
> > > > 
> > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > Groups Links
> > > >
> > > >
> > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > >
> > > >
> > > >
> > >
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> >
> ______________________________________________________________________
> ______________
> > > Be a better friend, newshound, and
> > > know-it-all with Yahoo! Mobile.  Try it now.
> > >
> > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > Groups Links
> > >
> > >
> > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
>




Yahoo! Message number: 1874
Date: Tue, 15 Apr 2008 00:11:05 -0000
From: "jeriddian"
Subject: Re: New 1520 User

True, but the adapter plug may not be the same as on the old
Gridcases.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@...>
wrote:
>
> Hello, most standard laptop ac adapters, at least the toshibas
> (probably most any manufacturer will work...), should work. The one
I
> use outputs 19 volts at 2.40 amps, starts the unit and charges the
> dead battery to last 15 minutes.
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
wrote:
> >
> > Dear Vicki,
> >
> > There are some power supplies on ebay at the following URL:
> >
> > http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-
25V-2-
> >
0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
> > 1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
> >
> > However, they are listed at 2.0 amps, not 2.5 amps, and they are
> > apparently meant for another type of grid computer other than the
> > 1520. But they may work.
> >
> > If you look at this URL:
> >
> > http://cgi.ebay.com/ws/eBayISAPI.dll?
> > ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016
> >
> > It is a 1520 recently bought on ebay, but if you click on the
> > pictures below you can see the rear of teh computer and see the
power
> > supply inserted into the back of the computer. That's what the
power
> > supply normally looks like for this computer. However, this power
> > supply is rated at 17.25 volts at 3.25 amps, althoguh I think the
2.5
> > amp supply should work also.
> >
> > Phil
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, me <vsvroyal@> wrote:
> > >
> > > where can i pick up an external variable power
> > > supply??
> > >
> > > do you have a photo of what the adapter looks like?  I
> > > can dig thru my fathers surplus of adapters.
> > >
> > >
> > > --- Shawnerz <shawnerz@> wrote:
> > >
> > > > Yeah, the NES adapter couldn't supply enough
> > > > current.  That's why it got hot.
> > > > As far as locating a 16v power supply, I think the
> > > > easiest way to have someone loan you one.  I think I
> > > > have the one for the Gridcase, that I can loan you,
> > > > but I don't think it will power the 1520.  I have
> > > > several 1520's, but I power them with an external,
> > > > variable power supply.
> > > > -Shawn
> > > >
> > > >
> > > > ----- Original Message ----
> > > > From: me <vsvroyal@>
> > > > To: RuGRiD-Laptop@yahoogroups.com
> > > > Sent: Monday, April 14, 2008 5:15:31 PM
> > > > Subject: Re: [RuGRiD-Laptop] New 1520 User
> > > >
> > > > ok, I DONT have the 16v, I used my Nintendo NES
> > > > adapter.  WOw did it get hot fast....
> > > >
> > > > I have a 1520 with battery.  When I put the nes
> > > > adapter on it, the floppy drive on side flashes red,
> > > > then 3 of the 4 lights on front flash, no screen
> > > > comes
> > > > on.
> > > >
> > > > I also have a grid gridcase, no visable model number
> > > > like the 1520 has.  That DOESNT have the battery.
> > > > When I hooked the nes to that, the ONE red light on
> > > > the front came on and that is it.
> > > >
> > > > WHere can I find a CHEAP 16v to test these 2
> > > > properly??
> > > >
> > > > I want to sell them...
> > > > --- Shawnerz <shawnerz@> wrote:
> > > >
> > > > > This was from a new user named Vicki:
> > > > >
> > > > > "I aquired grid gridcase and gridcase 1520. I know
> > > > > NOTHING about
> > > > > they power up with red lights, but screen isnt
> > > > > coming on. i
> > > > > dont have original adapters,I NEED HELP!!! Vicki "
> > > > >
> > > > > Hi Vicki and welcome to the group.
> > > > >
> > > > > The Gridcase is an 8088 or 8086 processor from the
> > > > > mid to late 80's.
> > > > >
> > > > > The 1520 is an 80286 (or just 286) processor from
> > > > > the early 90's.
> > > > >
> > > > > Red lights, eh?  You mentioned not having the
> > > > > original adapters.  I don't know exactly what you
> > > > > mean by that.  If you mean "power adapter" this
> > > > > could be causing the red lights.  The power supply
> > > > > must be capable of 16 volts at about 2.5 amps
> > > > (turn
> > > > > on surge.  It should settle down to about 1 to 1.5
> > > > > amps steady state).  If you're using a 12 volt
> > > > power
> > > > > supply, you will get the red lights.
> > > > >
> > > > > If you have a 16 volt power supply and are still
> > > > > getting red lights, then it is possible internal
> > > > > componets are bad.  The hard drive (if installed)
> > > > > could have seized and is drawing too much current.
> > > >
> > > > > It is also possible the display (or its power
> > > > > supply) has gone bad.
> > > > >
> > > > > Well, those are a couple of things to look at to
> > > > get
> > > > > you started.
> > > > > Enjoy,
> > > > > -Shawn
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
______________________________________________________________________
> > ______________
> > > > > Be a better friend, newshound, and
> > > > > know-it-all with Yahoo! Mobile.  Try it now.
> > > > >
> > > >
> > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > Groups Links
> > > > >
> > > > >
> > > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > Groups Links
> > > >
> > > >
> > > >
> > > > 
> > > >
> > > >
> > >
> >
______________________________________________________________________
> > ______________
> > > > Be a better friend, newshound, and
> > > > know-it-all with Yahoo! Mobile.  Try it now.
> > > >
> > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > >
> > > > ------------------------------------
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > Groups Links
> > > >
> > > >
> > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > 
> > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1875
Date: Tue, 15 Apr 2008 00:19:30 -0000
From: "nick_zravre"
Subject: Re: New 1520 User

Yeah, that is true. The easiest thing is to see if it fits... Best of
luck to you.

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> True, but the adapter plug may not be the same as on the old
> Gridcases.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@>
> wrote:
> >
> > Hello, most standard laptop ac adapters, at least the toshibas
> > (probably most any manufacturer will work...), should work. The one
> I
> > use outputs 19 volts at 2.40 amps, starts the unit and charges the
> > dead battery to last 15 minutes.
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> > >
> > > Dear Vicki,
> > >
> > > There are some power supplies on ebay at the following URL:
> > >
> > > http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-
> 25V-2-
> > >
> 0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
> > > 1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
> > >
> > > However, they are listed at 2.0 amps, not 2.5 amps, and they are
> > > apparently meant for another type of grid computer other than the
> > > 1520. But they may work.
> > >
> > > If you look at this URL:
> > >
> > > http://cgi.ebay.com/ws/eBayISAPI.dll?
> > > ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016
> > >
> > > It is a 1520 recently bought on ebay, but if you click on the
> > > pictures below you can see the rear of teh computer and see the
> power
> > > supply inserted into the back of the computer. That's what the
> power
> > > supply normally looks like for this computer. However, this power
> > > supply is rated at 17.25 volts at 3.25 amps, althoguh I think the
> 2.5
> > > amp supply should work also.
> > >
> > > Phil
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, me <vsvroyal@> wrote:
> > > >
> > > > where can i pick up an external variable power
> > > > supply??
> > > >
> > > > do you have a photo of what the adapter looks like?  I
> > > > can dig thru my fathers surplus of adapters.
> > > >
> > > >
> > > > --- Shawnerz <shawnerz@> wrote:
> > > >
> > > > > Yeah, the NES adapter couldn't supply enough
> > > > > current.  That's why it got hot.
> > > > > As far as locating a 16v power supply, I think the
> > > > > easiest way to have someone loan you one.  I think I
> > > > > have the one for the Gridcase, that I can loan you,
> > > > > but I don't think it will power the 1520.  I have
> > > > > several 1520's, but I power them with an external,
> > > > > variable power supply.
> > > > > -Shawn
> > > > >
> > > > >
> > > > > ----- Original Message ----
> > > > > From: me <vsvroyal@>
> > > > > To: RuGRiD-Laptop@yahoogroups.com
> > > > > Sent: Monday, April 14, 2008 5:15:31 PM
> > > > > Subject: Re: [RuGRiD-Laptop] New 1520 User
> > > > >
> > > > > ok, I DONT have the 16v, I used my Nintendo NES
> > > > > adapter.  WOw did it get hot fast....
> > > > >
> > > > > I have a 1520 with battery.  When I put the nes
> > > > > adapter on it, the floppy drive on side flashes red,
> > > > > then 3 of the 4 lights on front flash, no screen
> > > > > comes
> > > > > on.
> > > > >
> > > > > I also have a grid gridcase, no visable model number
> > > > > like the 1520 has.  That DOESNT have the battery.
> > > > > When I hooked the nes to that, the ONE red light on
> > > > > the front came on and that is it.
> > > > >
> > > > > WHere can I find a CHEAP 16v to test these 2
> > > > > properly??
> > > > >
> > > > > I want to sell them...
> > > > > --- Shawnerz <shawnerz@> wrote:
> > > > >
> > > > > > This was from a new user named Vicki:
> > > > > >
> > > > > > "I aquired grid gridcase and gridcase 1520. I know
> > > > > > NOTHING about
> > > > > > they power up with red lights, but screen isnt
> > > > > > coming on. i
> > > > > > dont have original adapters,I NEED HELP!!! Vicki "
> > > > > >
> > > > > > Hi Vicki and welcome to the group.
> > > > > >
> > > > > > The Gridcase is an 8088 or 8086 processor from the
> > > > > > mid to late 80's.
> > > > > >
> > > > > > The 1520 is an 80286 (or just 286) processor from
> > > > > > the early 90's.
> > > > > >
> > > > > > Red lights, eh?  You mentioned not having the
> > > > > > original adapters.  I don't know exactly what you
> > > > > > mean by that.  If you mean "power adapter" this
> > > > > > could be causing the red lights.  The power supply
> > > > > > must be capable of 16 volts at about 2.5 amps
> > > > > (turn
> > > > > > on surge.  It should settle down to about 1 to 1.5
> > > > > > amps steady state).  If you're using a 12 volt
> > > > > power
> > > > > > supply, you will get the red lights.
> > > > > >
> > > > > > If you have a 16 volt power supply and are still
> > > > > > getting red lights, then it is possible internal
> > > > > > componets are bad.  The hard drive (if installed)
> > > > > > could have seized and is drawing too much current.
> > > > >
> > > > > > It is also possible the display (or its power
> > > > > > supply) has gone bad.
> > > > > >
> > > > > > Well, those are a couple of things to look at to
> > > > > get
> > > > > > you started.
> > > > > > Enjoy,
> > > > > > -Shawn
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> ______________________________________________________________________
> > > ______________
> > > > > > Be a better friend, newshound, and
> > > > > > know-it-all with Yahoo! Mobile.  Try it now.
> > > > > >
> > > > >
> > > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > > Groups Links
> > > > > >
> > > > > >
> > > > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> ______________________________________________________________________
> > > ______________
> > > > > Be a better friend, newshound, and
> > > > > know-it-all with Yahoo! Mobile.  Try it now.
> > > > >
> > > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > Groups Links
> > > > >
> > > > >
> > > > > mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>




Yahoo! Message number: 1876
Date: Mon, 14 Apr 2008 19:15:44 -0700 (PDT)
From: me
Subject: Re: [RuGRiD-Laptop] Re: New 1520 User

Thanks so much for all the info....I will get an
adapter soon, test both units, then let you all know
how it goes!

Thanks again!
Vicki
--- jeriddian <Jeriddian@...> wrote:

> Dear Vicki,
> 
> There are some power supplies on ebay at the
> following URL:
> 
>
http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-25V-2-
>
0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
> 1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
> 
> However, they are listed at 2.0 amps, not 2.5 amps,
> and they are 
> apparently meant for another type of grid computer
> other than the 
> 1520. But they may work.
> 
> If you look at this URL:
> 
> http://cgi.ebay.com/ws/eBayISAPI.dll?
>
ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016
> 
> It is a 1520 recently bought on ebay, but if you
> click on the 
> pictures below you can see the rear of teh computer
> and see the power 
> supply inserted into the back of the computer.
> That's what the power 
> supply normally looks like for this computer.
> However, this power 
> supply is rated at 17.25 volts at 3.25 amps,
> althoguh I think the 2.5 
> amp supply should work also.
> 
> Phil
> 
> 
> --- In RuGRiD-Laptop@yahoogroups.com, me
> <vsvroyal@...> wrote:
> >
> > where can i pick up an external variable power
> > supply??
> > 
> > do you have a photo of what the adapter looks
> like?  I
> > can dig thru my fathers surplus of adapters.
> > 
> > 
> > --- Shawnerz <shawnerz@...> wrote:
> > 
> > > Yeah, the NES adapter couldn't supply enough
> > > current.  That's why it got hot.
> > > As far as locating a 16v power supply, I think
> the
> > > easiest way to have someone loan you one.  I
> think I
> > > have the one for the Gridcase, that I can loan
> you,
> > > but I don't think it will power the 1520.  I
> have
> > > several 1520's, but I power them with an
> external,
> > > variable power supply.
> > > -Shawn
> > > 
> > > 
> > > ----- Original Message ----
> > > From: me <vsvroyal@...>
> > > To: RuGRiD-Laptop@yahoogroups.com
> > > Sent: Monday, April 14, 2008 5:15:31 PM
> > > Subject: Re: [RuGRiD-Laptop] New 1520 User
> > > 
> > > ok, I DONT have the 16v, I used my Nintendo NES
> > > adapter.  WOw did it get hot fast....
> > > 
> > > I have a 1520 with battery.  When I put the nes
> > > adapter on it, the floppy drive on side flashes
> red,
> > > then 3 of the 4 lights on front flash, no screen
> > > comes
> > > on.
> > > 
> > > I also have a grid gridcase, no visable model
> number
> > > like the 1520 has.  That DOESNT have the
> battery. 
> > > When I hooked the nes to that, the ONE red light
> on
> > > the front came on and that is it.
> > > 
> > > WHere can I find a CHEAP 16v to test these 2
> > > properly??
> > > 
> > > I want to sell them...
> > > --- Shawnerz <shawnerz@...> wrote:
> > > 
> > > > This was from a new user named Vicki:
> > > > 
> > > > "I aquired grid gridcase and gridcase 1520. I
> know
> > > > NOTHING about
> > > > they power up with red lights, but screen isnt
> > > > coming on. i
> > > > dont have original adapters,I NEED HELP!!!
> Vicki "
> > > > 
> > > > Hi Vicki and welcome to the group.  
> > > > 
> > > > The Gridcase is an 8088 or 8086 processor from
> the
> > > > mid to late 80's.
> > > > 
> > > > The 1520 is an 80286 (or just 286) processor
> from
> > > > the early 90's.
> > > > 
> > > > Red lights, eh?  You mentioned not having the
> > > > original adapters.  I don't know exactly what
> you
> > > > mean by that.  If you mean "power adapter"
> this
> > > > could be causing the red lights.  The power
> supply
> > > > must be capable of 16 volts at about 2.5 amps
> > > (turn
> > > > on surge.  It should settle down to about 1 to
> 1.5
> > > > amps steady state).  If you're using a 12 volt
> > > power
> > > > supply, you will get the red lights.
> > > > 
> > > > If you have a 16 volt power supply and are
> still
> > > > getting red lights, then it is possible
> internal
> > > > componets are bad.  The hard drive (if
> installed)
> > > > could have seized and is drawing too much
> current.
> > > 
> > > > It is also possible the display (or its power
> > > > supply) has gone bad.
> > > > 
> > > > Well, those are a couple of things to look at
> to
> > > get
> > > > you started.
> > > > Enjoy,
> > > > -Shawn
> > > > 
> > > > 
> > > >      
> > > >
> > >
> > 
>
______________________________________________________________________
> ______________
> > > > Be a better friend, newshound, and 
> > > > know-it-all with Yahoo! Mobile.  Try it now. 
> > > >
> > >
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > 
> > > > ------------------------------------
> > > > 
> > > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > Groups Links
> > > > 
> > > > 
> > > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > ------------------------------------
> > > 
> > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > Groups Links
> > > 
> > > 
> > > 
> > > 
> > >      
> > >
> > 
>
______________________________________________________________________
> ______________
> > > Be a better friend, newshound, and 
> > > know-it-all with Yahoo! Mobile.  Try it now. 
> > >
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > 
> > > ------------------------------------
> > > 
> > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > Groups Links
> > > 
> > > 
> > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > 
> > > 
> > >
> >
> 
> 
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



Yahoo! Message number: 1877
Date: Thu, 17 Apr 2008 15:47:34 -0700 (PDT)
From: me
Subject: Re: [RuGRiD-Laptop] Re: New 1520 User

Hello all, a quick update.  I found a guy on ebay who
had GRID power adapters.  It arrived today and powered
up the 1520 perfectly!!!  Screen came on and is
looking great.  I dont know what to do with it from
here....but I have listed it on ebay under my user
name camnma5pt0.  

The other case, model unknown, would not power up or
even a red light with this new adapter...weird.  It
did power up slightly before with my nintendo ac
adapter with a red light that came on...but nothing
with the new adapter...weird.  

So that unknown model is just sitting here....anyone
care to make an offer????

Thanks for all the help out there guys!  If you have
any ideas on what I can try typing into the 1520 to
see what programs I can access, let me know!

Vicki


--- nick_zravre <GBabecki@...> wrote:

> Yeah, that is true. The easiest thing is to see if
> it fits... Best of
> luck to you.
> 
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian"
> <Jeriddian@...> wrote:
> >
> > True, but the adapter plug may not be the same as
> on the old 
> > Gridcases.
> > 
> > Phil
> > 
> > --- In RuGRiD-Laptop@yahoogroups.com,
> "nick_zravre" <GBabecki@> 
> > wrote:
> > >
> > > Hello, most standard laptop ac adapters, at
> least the toshibas
> > > (probably most any manufacturer will work...),
> should work. The one 
> > I
> > > use outputs 19 volts at 2.40 amps, starts the
> unit and charges the
> > > dead battery to last 15 minutes.
> > > 
> > > --- In RuGRiD-Laptop@yahoogroups.com,
> "jeriddian" <Jeriddian@> 
> > wrote:
> > > >
> > > > Dear Vicki,
> > > > 
> > > > There are some power supplies on ebay at the
> following URL:
> > > > 
> > > >
>
http://cgi.ebay.com/Grid-AC-Adapter-Notebook-computer-Output-17-
> > 25V-2-
> > > > 
> >
>
0A_W0QQitemZ190035646652QQihZ009QQcategoryZ101265QQrdZ1QQssPageNameZWD
> > > > 1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
> > > > 
> > > > However, they are listed at 2.0 amps, not 2.5
> amps, and they are 
> > > > apparently meant for another type of grid
> computer other than the 
> > > > 1520. But they may work.
> > > > 
> > > > If you look at this URL:
> > > > 
> > > > http://cgi.ebay.com/ws/eBayISAPI.dll?
> > > >
>
ViewItem&rd=1&item=260228599736&ssPageName=STRK:MEWA:PIC&ih=016
> > > > 
> > > > It is a 1520 recently bought on ebay, but if
> you click on the 
> > > > pictures below you can see the rear of teh
> computer and see the 
> > power 
> > > > supply inserted into the back of the computer.
> That's what the 
> > power 
> > > > supply normally looks like for this computer.
> However, this power 
> > > > supply is rated at 17.25 volts at 3.25 amps,
> althoguh I think the 
> > 2.5 
> > > > amp supply should work also.
> > > > 
> > > > Phil
> > > > 
> > > > 
> > > > --- In RuGRiD-Laptop@yahoogroups.com, me
> <vsvroyal@> wrote:
> > > > >
> > > > > where can i pick up an external variable
> power
> > > > > supply??
> > > > > 
> > > > > do you have a photo of what the adapter
> looks like?  I
> > > > > can dig thru my fathers surplus of adapters.
> > > > > 
> > > > > 
> > > > > --- Shawnerz <shawnerz@> wrote:
> > > > > 
> > > > > > Yeah, the NES adapter couldn't supply
> enough
> > > > > > current.  That's why it got hot.
> > > > > > As far as locating a 16v power supply, I
> think the
> > > > > > easiest way to have someone loan you one. 
> I think I
> > > > > > have the one for the Gridcase, that I can
> loan you,
> > > > > > but I don't think it will power the 1520. 
> I have
> > > > > > several 1520's, but I power them with an
> external,
> > > > > > variable power supply.
> > > > > > -Shawn
> > > > > > 
> > > > > > 
> > > > > > ----- Original Message ----
> > > > > > From: me <vsvroyal@>
> > > > > > To: RuGRiD-Laptop@yahoogroups.com
> > > > > > Sent: Monday, April 14, 2008 5:15:31 PM
> > > > > > Subject: Re: [RuGRiD-Laptop] New 1520 User
> > > > > > 
> > > > > > ok, I DONT have the 16v, I used my
> Nintendo NES
> > > > > > adapter.  WOw did it get hot fast....
> > > > > > 
> > > > > > I have a 1520 with battery.  When I put
> the nes
> > > > > > adapter on it, the floppy drive on side
> flashes red,
> > > > > > then 3 of the 4 lights on front flash, no
> screen
> > > > > > comes
> > > > > > on.
> > > > > > 
> > > > > > I also have a grid gridcase, no visable
> model number
> > > > > > like the 1520 has.  That DOESNT have the
> battery. 
> > > > > > When I hooked the nes to that, the ONE red
> light on
> > > > > > the front came on and that is it.
> > > > > > 
> > > > > > WHere can I find a CHEAP 16v to test these
> 2
> > > > > > properly??
> > > > > > 
> > > > > > I want to sell them...
> > > > > > --- Shawnerz <shawnerz@> wrote:
> > > > > > 
> > > > > > > This was from a new user named Vicki:
> > > > > > > 
> > > > > > > "I aquired grid gridcase and gridcase
> 1520. I know
> > > > > > > NOTHING about
> > > > > > > they power up with red lights, but
> screen isnt
> > > > > > > coming on. i
> > > > > > > dont have original adapters,I NEED
> HELP!!! Vicki "
> > > > > > > 
> > > > > > > Hi Vicki and welcome to the group.  
> > > > > > > 
> > > > > > > The Gridcase is an 8088 or 8086
> processor from the
> > > > > > > mid to late 80's.
> > > > > > > 
> > > > > > > The 1520 is an 80286 (or just 286)
> processor from
> > > > > > > the early 90's.
> > > > > > > 
> > > > > > > Red lights, eh?  You mentioned not
> having the
> > > > > > > original adapters.  I don't know exactly
> what you
> > > > > > > mean by that.  If you mean "power
> adapter" this
> > > > > > > could be causing the red lights.  The
> power supply
> > > > > > > must be capable of 16 volts at about 2.5
> amps
> > > > > > (turn
> > > > > > > on surge.  It should settle down to
> about 1 to 1.5
> > > > > > > amps steady state).  If you're using a
> 12 volt
> > > > > > power
> > > > > > > supply, you will get the red lights.
> > > > > > > 
> > > > > > > If you have a 16 volt power supply and
> are still
> > > > > > > getting red lights, then it is possible
> internal
> > > > > > > componets are bad.  The hard drive (if
> installed)
> > > > > > > could have seized and is drawing too
> much current.
> > > > > > 
> > > > > > > It is also possible the display (or its
> power
> > > > > > > supply) has gone bad.
> > > > > > > 
> > > > > > > Well, those are a couple of things to
> look at to
> > > > > > get
> > > > > > > you started.
> > > > > > > Enjoy,
> > > > > > > -Shawn
> > > > > > > 
> > > > > > > 
> > > > > > >      
> > > > > > >
> > > > > >
> > > > > 
> > > > 
> >
>
______________________________________________________________________
> > > > ______________
> > > > > > > Be a better friend, newshound, and 
> > > > > > > know-it-all with Yahoo! Mobile.  Try it
> now. 
> > > > > > >
> > > > > >
> > > > >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > > > > 
> > > > > > > ------------------------------------
> > > > > > > 
> > > > > > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > > > Groups Links
> > > > > > > 
> > > > > > > 
> > > > > > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > ------------------------------------
> > > > > > 
> > > > > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > > Groups Links
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > >      
> > > > > >
> > > > > 
> > > > 
> >
>
______________________________________________________________________
> > > > ______________
> > > > > > Be a better friend, newshound, and 
> > > > > > know-it-all with Yahoo! Mobile.  Try it
> now. 
> > > > > >
> > > > >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > > > 
> > > > > > ------------------------------------
> > > > > > 
> > > > > >
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> > > > > > Groups Links
> > > > > > 
> > > > > > 
> > > > > >
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> > > > > > 
> > > > > > 
> > > > > >
> > > > >
> > > >
> > >
> >
> 
> 
> 
> ------------------------------------
> 
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo!
> Groups Links
> 
> 
> mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com
> 
> 
> 



Yahoo! Message number: 1878
Date: Sun, 20 Apr 2008 21:36:47 -0000
From: "zentaro04"
Subject: Ethernet pod

Hallo!
I found an ethernet pod for my Grid 1520 and now I would like to try
to connect the Grid in a network LAN.
I have already installed on my Grid the MSdos 6.22, I got the driver
for the ethernet pod from the ARI web site and connected to the
ethernet port I have an AUI transceiver with a Rj45 socket.
I found some information on google about the possibility to connect a
PC running msdos in a network but I'm still confused.
I would like to install on the Grid a telnet application and email client.
Any help will be appreciated, thank you

Grazie
Andrea



What language is this post in?
ital-english probably



Yahoo! Message number: 1879
Date: Sun, 20 Apr 2008 15:16:29 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Ethernet pod

Andrea,
I have 2 Ethernet pods as well.  One day when I have time, I would like to get mine working as well.
I have Windows 3.11 disks.  I think there is limited networking support in Win 3.11 but I do not know if the Grid pods are supported.
Good luck and let us know if you are successful.
Thanks,
-Shawn


----- Original Message ----
From: zentaro04 <zentaro.cane@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, April 20, 2008 5:36:47 PM
Subject: [RuGRiD-Laptop] Ethernet pod

Hallo! 
I found an ethernet pod for my Grid 1520 and now I would like to try
to connect the Grid in a network LAN.
I have already installed on my Grid the MSdos 6.22, I got the driver
for the ethernet pod from the ARI web site and connected to the
ethernet port I have an AUI transceiver with a Rj45 socket. 
I found some information on google about the possibility to connect a
PC running msdos in a network but I'm still confused. 
I would like to install on the Grid a telnet application and email client.
Any help will be appreciated, thank you 

Grazie
Andrea



What language is this post in? 
ital-english probably


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1880
Date: Thu, 24 Apr 2008 18:40:55 -0400
From: "Benjamin R. Nold"
Subject: Grid 1520

Hi I have a 1520 GRiD case and when I turn it on it will boot up and 
then beep once and display invaled system comfigeration code 02

strick F1 to continue

then it boots to drive A:/ with dos 3.21 on it

do I need to replace my CMOS battery?



Yahoo! Message number: 1881
Date: Thu, 24 Apr 2008 16:04:22 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Grid 1520

Ben,
Welcome to the group.
Short answer: yes.  
Depending on when it was made, it may have a Dallas Real Time Clock (RTC) chip instead of the CMOS battery.
You won't know until you remove the semi-flexible cover in order to get to the motherboard.  This is the cover that surrounds the keyboard and slopes under the display.
Good luck,
-Shawn 

----- Original Message ----
From: Benjamin R. Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Thursday, April 24, 2008 6:40:55 PM
Subject: [RuGRiD-Laptop] Grid 1520

Hi I have a 1520 GRiD case and when I turn it on it will boot up and 
then beep once and display invaled system comfigeration code 02

strick F1 to continue

then it boots to drive A:/ with dos 3.21 on it

do I need to replace my CMOS battery?


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1882
Date: Fri, 25 Apr 2008 12:57:52 -0000
From: "btanview"
Subject: Re: Grid 1520

It is a CMOS battery, how do I replace it?



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Ben,
> Welcome to the group.
> Short answer: yes.
> Depending on when it was made, it may have a Dallas Real Time Clock
(RTC) chip instead of the CMOS battery.
> You won't know until you remove the semi-flexible cover in order to
get to the motherboard.  This is the cover that surrounds the keyboard
and slopes under the display.
> Good luck,
> -Shawn
>
> ----- Original Message ----
> From: Benjamin R. Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Thursday, April 24, 2008 6:40:55 PM
> Subject: [RuGRiD-Laptop] Grid 1520
>
> Hi I have a 1520 GRiD case and when I turn it on it will boot up and
> then beep once and display invaled system comfigeration code 02
>
> strick F1 to continue
>
> then it boots to drive A:/ with dos 3.21 on it
>
> do I need to replace my CMOS battery?
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>
>
____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Yahoo! Message number: 1883
Date: Fri, 25 Apr 2008 12:57:59 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Ben,
You've got to ask the tough questions, don't you? ;-)
I am doing this from memory without being actually in front of my 1520.  So, I might forget a setp or two.
You'll need a Phillps (a.k.a. "cross tip") screw driver, needle nose pliers, dykes (a.k.a. "side cutting pliers"), and a soldering iron. 
At the rear of the unit, there are two rubber feet.  Remove the feet and you will see a screw.  Remove the screws.
You will then be able to remove the top cover that covers the rear half.
Move the display out of the way.
Gently, yet forcefully, remove the plastic cover that surrounds the keyboard and slides under the display.  There are no screws that hold this down but the plastic catch holds it in place very tightly.
You should see the pink battery on the right side very close to the RAM SIPPs.
If you've gotten this far, you have to decide if you want to do it the "quick and dirty" way, or the proper way.
The "quick and dirty way":
Cut the leads coming from the battery as close as you can to the battery.  In other words, you want the battery leads to extend from the mother board as long as possible.
Throw away the battery.
OBSEVING PROPER POLARITY, put the new battery in place and intertwine the leads once or twice.
Solder the leads so the battery is held securely.
Replace the display and covers, and you're done.
The proper way:
You have to remove the motherboard from the chassis.  In order to do that, you have to:
    Remove the screws that hold the keyboard.
    Disconnect and remove the display.
    Unfasten the mylar strips that go over the hard and floppy drive assembly.
    Remove the screws that hold in the internal DC-DC converter (power supply) next to the hard drive assembly.
    Remove the power supply.
    Remove the screws that hold in the hard/floopy drive assembly.
    Remove the hard drive assembly.   
    If my memory is correct, at this point, only the motherboard remains in the chassis.
    Remove any screw that is holding the motherboard to the chassis.  TIP: Keep the spacers with the screws!
    You should now be able to remove the motherboard (if your 1520 is anthing like my 3, you will find all kinds of dust, dirt, and             debris between the motherboard, the plastic insulator sheet and the bottom of the chassis).
    Locate the battery and unsolder it from the motherboard.
    Install the new battery, solder it in and trim the leads.
    Put it all back together by repeating the above steps in reverse order.
That's it!  Let us know how it goes.
-Shawn

----- Original Message ----
From: btanview <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Friday, April 25, 2008 8:57:52 AM
Subject: [RuGRiD-Laptop] Re: Grid 1520

It is a CMOS battery, how do I replace it?



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Ben,
> Welcome to the group.
> Short answer: yes.  
> Depending on when it was made, it may have a Dallas Real Time Clock
(RTC) chip instead of the CMOS battery.
> You won't know until you remove the semi-flexible cover in order to
get to the motherboard.  This is the cover that surrounds the keyboard
and slopes under the display.
> Good luck,
> -Shawn
>
> ----- Original Message ----
> From: Benjamin R. Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Thursday, April 24, 2008 6:40:55 PM
> Subject: [RuGRiD-Laptop] Grid 1520
>
> Hi I have a 1520 GRiD case and when I turn it on it will boot up and
> then beep once and display invaled system comfigeration code 02
>
> strick F1 to continue
>
> then it boots to drive A:/ with dos 3.21 on it
>
> do I need to replace my CMOS battery?
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>
>     
____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1884
Date: Sun, 04 May 2008 08:18:48 -0000
From: "zentaro04"
Subject: Ethernet Pod

Hallo Group,
I'm looking for the owner's manual for the ethernet pod,
someone could you help me?
Thank you Andrea



Yahoo! Message number: 1885
Date: Sun, 4 May 2008 19:16:36 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Ethernet Pod

Andrea,
I have a copy.  I will try to take it to my job, scan it into a .pdf document and post it in the Files section.
Once I make it into a pdf, I will make it availible via ftp from my server.
In the mean time, the drivers are available in the Files section ("15XX Lan Drivers.zip").
-Shawn


----- Original Message ----
From: zentaro04 <zentaro.cane@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, May 4, 2008 4:18:48 AM
Subject: [RuGRiD-Laptop] Ethernet Pod

Hallo Group,
I'm looking for the owner's manual for the ethernet pod,
someone could you help me?
Thank you Andrea


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1886
Date: 5 May 2008 20:57:20 -0000
From: RuGRiD-Laptop@yahoogroups.com
Subject: New file uploaded to RuGRiD-Laptop

Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the RuGRiD-Laptop 
group.

  File        : /GriD Ethernet Adapter Manual.pdf 
  Uploaded by : Shawnerz <shawnerz@...> 
  Description : Ethernet Adapter Manual for 1500 Series Grid 

You can access this file at the URL:
http://groups.yahoo.com/group/RuGRiD-Laptop/files/GriD%20Ethernet%20Adapter%20Manual.pdf 

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.htmlfiles

Regards,

Shawnerz <shawnerz@...>
 





Yahoo! Message number: 1887
Date: Mon, 05 May 2008 22:13:11 -0000
From: "zentaro04"
Subject: Re: Ethernet Pod

Thank you Shawn for the manual,
I'm still trying to connect the 1520 to my Lan network..
Andrea

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Andrea,
> I have a copy.  I will try to take it to my job, scan it into a .pdf
document and post it in the Files section.
> Once I make it into a pdf, I will make it availible via ftp from my
server.
> In the mean time, the drivers are available in the Files section
("15XX Lan Drivers.zip").
> -Shawn
>
>
> ----- Original Message ----
> From: zentaro04 <zentaro.cane@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, May 4, 2008 4:18:48 AM
> Subject: [RuGRiD-Laptop] Ethernet Pod
>
> Hallo Group,
> I'm looking for the owner's manual for the ethernet pod,
> someone could you help me?
> Thank you Andrea
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>
>
____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Yahoo! Message number: 1888
Date: Mon, 5 May 2008 15:58:11 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Ethernet Pod

Andrea,
You are welcome.
The manual is now in the Files section of the Grid Yahoo Group.
Good luck on getting your 1520 on your network.  Please let us know if you are successful and if there were any problems.
-Shawn

----- Original Message ----
From: zentaro04 <zentaro.cane@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, May 5, 2008 6:13:11 PM
Subject: [RuGRiD-Laptop] Re: Ethernet Pod

Thank you Shawn for the manual,
I'm still trying to connect the 1520 to my Lan network..
Andrea

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Andrea,
> I have a copy.  I will try to take it to my job, scan it into a .pdf
document and post it in the Files section.
> Once I make it into a pdf, I will make it availible via ftp from my
server.
> In the mean time, the drivers are available in the Files section
("15XX Lan Drivers.zip").
> -Shawn
>
>
> ----- Original Message ----
> From: zentaro04 <zentaro.cane@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, May 4, 2008 4:18:48 AM
> Subject: [RuGRiD-Laptop] Ethernet Pod
>
> Hallo Group,
> I'm looking for the owner's manual for the ethernet pod,
> someone could you help me?
> Thank you Andrea
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>
>     
____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1889
Date: Mon, 5 May 2008 18:58:58 -0700 (PDT)
From: me
Subject: 1520 working, for sale

I have a working 1520 gridcase.  Comes with battery and correct power supply.  Please shoot me an offer.  I want to get rid of it.  I also have another one that is an unknown model #


Yahoo! Message number: 1890
Date: Sat, 10 May 2008 05:40:58 -0000
From: "klyball"
Subject: Trying to bring a 1520 to life

Hi

I found a 1520 in a pile of old computers and would like to get it
going if possible.

Well here goes,
pluged it in got beep code 1-3-3 so i played around with the sipps
till i got past that(broke one and ended up with one in socket 1 and
5).

now i get beep code 1-2-1 but its kinda slowed down compared to the
other beep code. this is followed by a single beep then the floppy
lite flashes then the hard drive lite comes on and stays on.

Things i have done so far:

(the screen does light but shuts off after the error code)

removed screen
removed video board
removed keyboard
removed floppy and hard drive connectors

results:

beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite flash
then sometimes 2 beeps.

So the conclusion is the mb has a problem and my question is were to
start.

If anyone could point me in the right direction that would be great

Hopfully not back to the garbage

Thanks



Yahoo! Message number: 1891
Date: Sun, 11 May 2008 01:33:36 -0000
From: "jeriddian"
Subject: Re: Trying to bring a 1520 to life

Hi, Klyball,

If I read your statement right, then you have only two sticks of
memory in banks 1 and 5. If that is the case, then I understand your
beep codes, which are telling you don't have all the memory in place.
The computer will not work at all unless you have the exact memory
configuration which must be as follows:

A: Four sticks of 256K memory in banks 1,2,5,and 6 --- or
B: Eight sticks of 256K memory in all eight banks ---- or
C: Four sticks of 1 MB memory in banks 1,2,5, and 6 --- or
D: eight sticks os 1 MB memory in all eight banks.

No other configuration will work except these. So you need to find
some more 256K 30 PIN SIPP's (you can occasionally find them on sale
aon ebay), and put either four or eight of them into the memory banks
as I have outlined above. The computer simply will not boot up
otherwise.

Hope that answers your question.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@...> wrote:
>
> Hi
>
> I found a 1520 in a pile of old computers and would like to get it
> going if possible.
>
> Well here goes,
> pluged it in got beep code 1-3-3 so i played around with the sipps
> till i got past that(broke one and ended up with one in socket 1
and
> 5).
>
> now i get beep code 1-2-1 but its kinda slowed down compared to the
> other beep code. this is followed by a single beep then the floppy
> lite flashes then the hard drive lite comes on and stays on.
>
> Things i have done so far:
>
> (the screen does light but shuts off after the error code)
>
> removed screen
> removed video board
> removed keyboard
> removed floppy and hard drive connectors
>
> results:
>
> beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite flash
> then sometimes 2 beeps.
>
> So the conclusion is the mb has a problem and my question is were
to
> start.
>
> If anyone could point me in the right direction that would be great
>
> Hopfully not back to the garbage
>
> Thanks
>




Yahoo! Message number: 1892
Date: Sat, 10 May 2008 19:13:47 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Trying to bring a 1520 to life

All,
I was planning to respond by looking up the error code in the service manual.  But someone hacked in to my Linux box using ssh, "su"-ed to root (which I'm not sure how they did that since root is an inactive user), and deleted everything on the drive.  The drive housed only /home to all of my users.  Unfortunately, griduser was one of the users.  The service manuals stored under griduser are now gone.  I was lucky that I copied them off of the drive as a backup.  So, I still have them.  It is just problematic.
I just thought I'd share my pain.
-Shawn

----- Original Message ----
From: jeriddian <Jeriddian@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Saturday, May 10, 2008 9:33:36 PM
Subject: [RuGRiD-Laptop] Re: Trying to bring a 1520 to life

Hi, Klyball,

If I read your statement right, then you have only two sticks of
memory in banks 1 and 5. If that is the case, then I understand your
beep codes, which are telling you don't have all the memory in place.
The computer will not work at all unless you have the exact memory
configuration which must be as follows:

A: Four sticks of 256K memory in banks 1,2,5,and 6 --- or
B: Eight sticks of 256K memory in all eight banks ---- or
C: Four sticks of 1 MB memory in banks 1,2,5, and 6 --- or
D: eight sticks os 1 MB memory in all eight banks.

No other configuration will work except these. So you need to find
some more 256K 30 PIN SIPP's (you can occasionally find them on sale
aon ebay), and put either four or eight of them into the memory banks
as I have outlined above. The computer simply will not boot up
otherwise.

Hope that answers your question.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@...> wrote:
>
> Hi
>
> I found a 1520 in a pile of old computers and would like to get it
> going if possible.
>
> Well here goes,
> pluged it in got beep code 1-3-3 so i played around with the sipps
> till i got past that(broke one and ended up with one in socket 1
and
> 5).
>
> now i get beep code 1-2-1 but its kinda slowed down compared to the
> other beep code. this is followed by a single beep then the floppy
> lite flashes then the hard drive lite comes on and stays on.
>
> Things i have done so far:
>
> (the screen does light but shuts off after the error code)
>
> removed screen
> removed video board
> removed keyboard
> removed floppy and hard drive connectors
>
> results:
>
> beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite flash
> then sometimes 2 beeps.
>
> So the conclusion is the mb has a problem and my question is were
to
> start.
>
> If anyone could point me in the right direction that would be great
>
> Hopfully not back to the garbage
>
> Thanks
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links




      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Yahoo! Message number: 1893
Date: Sun, 11 May 2008 03:59:13 -0000
From: "jeriddian"
Subject: Re: Trying to bring a 1520 to life

Sorry to hear about this, Shawn,

I hope it is not a huge hassle to get everything back on it and the
server back up and running.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I was planning to respond by looking up the error code in the
service manual.  But someone hacked in to my Linux box using
ssh, "su"-ed to root (which I'm not sure how they did that since root
is an inactive user), and deleted everything on the drive.  The drive
housed only /home to all of my users.  Unfortunately, griduser was
one of the users.  The service manuals stored under griduser are now
gone.  I was lucky that I copied them off of the drive as a backup. 
So, I still have them.  It is just problematic.
> I just thought I'd share my pain.
> -Shawn
>
> ----- Original Message ----
> From: jeriddian <Jeriddian@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Saturday, May 10, 2008 9:33:36 PM
> Subject: [RuGRiD-Laptop] Re: Trying to bring a 1520 to life
>
> Hi, Klyball,
>
> If I read your statement right, then you have only two sticks of
> memory in banks 1 and 5. If that is the case, then I understand
your
> beep codes, which are telling you don't have all the memory in
place.
> The computer will not work at all unless you have the exact memory
> configuration which must be as follows:
>
> A: Four sticks of 256K memory in banks 1,2,5,and 6 --- or
> B: Eight sticks of 256K memory in all eight banks ---- or
> C: Four sticks of 1 MB memory in banks 1,2,5, and 6 --- or
> D: eight sticks os 1 MB memory in all eight banks.
>
> No other configuration will work except these. So you need to find
> some more 256K 30 PIN SIPP's (you can occasionally find them on
sale
> aon ebay), and put either four or eight of them into the memory
banks
> as I have outlined above. The computer simply will not boot up
> otherwise.
>
> Hope that answers your question.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@> wrote:
> >
> > Hi
> >
> > I found a 1520 in a pile of old computers and would like to get
it
> > going if possible.
> >
> > Well here goes,
> > pluged it in got beep code 1-3-3 so i played around with the
sipps
> > till i got past that(broke one and ended up with one in socket 1
> and
> > 5).
> >
> > now i get beep code 1-2-1 but its kinda slowed down compared to
the
> > other beep code. this is followed by a single beep then the
floppy
> > lite flashes then the hard drive lite comes on and stays on.
> >
> > Things i have done so far:
> >
> > (the screen does light but shuts off after the error code)
> >
> > removed screen
> > removed video board
> > removed keyboard
> > removed floppy and hard drive connectors
> >
> > results:
> >
> > beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite flash
> > then sometimes 2 beeps.
> >
> > So the conclusion is the mb has a problem and my question is were
> to
> > start.
> >
> > If anyone could point me in the right direction that would be
great
> >
> > Hopfully not back to the garbage
> >
> > Thanks
> >
>
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>
>
______________________________________________________________________
______________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Yahoo! Message number: 1894
Date: Sun, 11 May 2008 22:23:50 -0000
From: "klyball"
Subject: Re: Trying to bring a 1520 to life

Hi
thanks for the reply

I have worked out the ram and have 4 sticks in 1,2,5,6,

system still is responding with 1-2-1 , I'm suspecting a video card 
problem but don't know if having dead video card or card removed
would give the 1-2-1 code, can some one confirm a 1-2-1 code with
card removed. When power is applied the screen comes on with
horizontal and vertical line that fade away.

the sytem responeds to ctrl-alt-del after it trys the floppy

Question is what happens when booted without video card out?

Does it give error code with battery removed?



Thanks for your time

p.s. I have dumped the bios chips and the pld p5c090 there are two
other pld's p5c032 that i could unsolder and read if needed,

The 1-2-1 error is programmable interval timer error

Also what is the grid chip to the left of the battery the battery?

--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...>
wrote:
>
> Sorry to hear about this, Shawn,
>
> I hope it is not a huge hassle to get everything back on it and the
> server back up and running.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > All,
> > I was planning to respond by looking up the error code in the
> service manual.  But someone hacked in to my Linux box using
> ssh, "su"-ed to root (which I'm not sure how they did that since
root
> is an inactive user), and deleted everything on the drive.  The
drive
> housed only /home to all of my users.  Unfortunately, griduser was
> one of the users.  The service manuals stored under griduser are
now
> gone.  I was lucky that I copied them off of the drive as a
backup. 
> So, I still have them.  It is just problematic.
> > I just thought I'd share my pain.
> > -Shawn
> >
> > ----- Original Message ----
> > From: jeriddian <Jeriddian@>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Saturday, May 10, 2008 9:33:36 PM
> > Subject: [RuGRiD-Laptop] Re: Trying to bring a 1520 to life
> >
> > Hi, Klyball,
> >
> > If I read your statement right, then you have only two sticks of
> > memory in banks 1 and 5. If that is the case, then I understand
> your
> > beep codes, which are telling you don't have all the memory in
> place.
> > The computer will not work at all unless you have the exact
memory
> > configuration which must be as follows:
> >
> > A: Four sticks of 256K memory in banks 1,2,5,and 6 --- or
> > B: Eight sticks of 256K memory in all eight banks ---- or
> > C: Four sticks of 1 MB memory in banks 1,2,5, and 6 --- or
> > D: eight sticks os 1 MB memory in all eight banks.
> >
> > No other configuration will work except these. So you need to
find
> > some more 256K 30 PIN SIPP's (you can occasionally find them on
> sale
> > aon ebay), and put either four or eight of them into the memory
> banks
> > as I have outlined above. The computer simply will not boot up
> > otherwise.
> >
> > Hope that answers your question.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@> wrote:
> > >
> > > Hi
> > >
> > > I found a 1520 in a pile of old computers and would like to get
> it
> > > going if possible.
> > >
> > > Well here goes,
> > > pluged it in got beep code 1-3-3 so i played around with the
> sipps
> > > till i got past that(broke one and ended up with one in socket
1
> > and
> > > 5).
> > >
> > > now i get beep code 1-2-1 but its kinda slowed down compared to
> the
> > > other beep code. this is followed by a single beep then the
> floppy
> > > lite flashes then the hard drive lite comes on and stays on.
> > > 
> > > Things i have done so far:
> > >
> > > (the screen does light but shuts off after the error code)
> > >
> > > removed screen
> > > removed video board
> > > removed keyboard
> > > removed floppy and hard drive connectors
> > >
> > > results:
> > >
> > > beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite
flash
> > > then sometimes 2 beeps.
> > >
> > > So the conclusion is the mb has a problem and my question is
were
> > to
> > > start.
> > >
> > > If anyone could point me in the right direction that would be
> great
> > >
> > > Hopfully not back to the garbage
> > >
> > > Thanks
> > >
> >
> >
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
> >
> >
> >
> >
> >
>
______________________________________________________________________
> ______________
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
>




Yahoo! Message number: 1895
Date: Mon, 12 May 2008 00:37:25 -0000
From: "jeriddian"
Subject: Re: Trying to bring a 1520 to life

Hi, Klyball,

The 1-2-1 beep error is indeed the programmable interval timer
failure code and this may refer to the Faraday 3010 chip (I think it
is labeled as such) on the board which combines three units, which
are the two 8237 DMA controllers, the two 8259 Programmable Interrupt
Controllers connected in cascade mode, and the 8254 Programmable
Interval Timer and Timer Channel control, and the refresh address
counter. If the beep is sounding this, I wouldn't know exactly where
the problem is. It could be the chip itself is bad, or there is a bad
conection somewhere along the way in its wiring. Without a strong
knowledge of the actual physical electronics and a good work bench
with the proper tools (Scope, generator, meters, etc.), I couldn't
begin to tell you where to start. My knowledge of the motherboard's
physical structuren is not that strong, I'm afraid. Getting hold of
one of the actual engineers who worked on it might be your only
option. I don't know how far you want to go with it. Maybe one of the
other memebrs here might have better knowledge. Good luck.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@...> wrote:
>
> Hi
> thanks for the reply
>
> I have worked out the ram and have 4 sticks in 1,2,5,6,
>
> system still is responding with 1-2-1 , I'm suspecting a video card
> problem but don't know if having dead video card or card removed
> would give the 1-2-1 code, can some one confirm a 1-2-1 code with
> card removed. When power is applied the screen comes on with
> horizontal and vertical line that fade away.
>
> the sytem responeds to ctrl-alt-del after it trys the floppy
>
> Question is what happens when booted without video card out?
>
> Does it give error code with battery removed?
>
>
>
> Thanks for your time
>
> p.s. I have dumped the bios chips and the pld p5c090 there are two
> other pld's p5c032 that i could unsolder and read if needed,
>
> The 1-2-1 error is programmable interval timer error
>
> Also what is the grid chip to the left of the battery the battery?
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@>
> wrote:
> >
> > Sorry to hear about this, Shawn,
> >
> > I hope it is not a huge hassle to get everything back on it and
the
> > server back up and running.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> > >
> > > All,
> > > I was planning to respond by looking up the error code in the
> > service manual.  But someone hacked in to my Linux box using
> > ssh, "su"-ed to root (which I'm not sure how they did that since
> root
> > is an inactive user), and deleted everything on the drive.  The
> drive 
> > housed only /home to all of my users.  Unfortunately, griduser
was 
> > one of the users.  The service manuals stored under griduser are
> now
> > gone.  I was lucky that I copied them off of the drive as a 
> backup. 
> > So, I still have them.  It is just problematic.
> > > I just thought I'd share my pain.
> > > -Shawn
> > >
> > > ----- Original Message ----
> > > From: jeriddian <Jeriddian@>
> > > To: RuGRiD-Laptop@yahoogroups.com
> > > Sent: Saturday, May 10, 2008 9:33:36 PM
> > > Subject: [RuGRiD-Laptop] Re: Trying to bring a 1520 to life
> > >
> > > Hi, Klyball,
> > >
> > > If I read your statement right, then you have only two sticks
of
> > > memory in banks 1 and 5. If that is the case, then I understand
> > your
> > > beep codes, which are telling you don't have all the memory in
> > place.
> > > The computer will not work at all unless you have the exact
> memory
> > > configuration which must be as follows:
> > >
> > > A: Four sticks of 256K memory in banks 1,2,5,and 6 --- or
> > > B: Eight sticks of 256K memory in all eight banks ---- or
> > > C: Four sticks of 1 MB memory in banks 1,2,5, and 6 --- or
> > > D: eight sticks os 1 MB memory in all eight banks.
> > >
> > > No other configuration will work except these. So you need to
> find
> > > some more 256K 30 PIN SIPP's (you can occasionally find them on
> > sale
> > > aon ebay), and put either four or eight of them into the memory
> > banks
> > > as I have outlined above. The computer simply will not boot up
> > > otherwise.
> > >
> > > Hope that answers your question.
> > >
> > > Phil
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@>
wrote:
> > > >
> > > > Hi
> > > >
> > > > I found a 1520 in a pile of old computers and would like to
get
> > it
> > > > going if possible.
> > > >
> > > > Well here goes,
> > > > pluged it in got beep code 1-3-3 so i played around with the
> > sipps
> > > > till i got past that(broke one and ended up with one in
socket
> 1
> > > and
> > > > 5).
> > > >
> > > > now i get beep code 1-2-1 but its kinda slowed down compared
to
> > the
> > > > other beep code. this is followed by a single beep then the
> > floppy
> > > > lite flashes then the hard drive lite comes on and stays on.
> > > >
> > > > Things i have done so far:
> > > >
> > > > (the screen does light but shuts off after the error code)
> > > >
> > > > removed screen
> > > > removed video board
> > > > removed keyboard
> > > > removed floppy and hard drive connectors
> > > >
> > > > results:
> > > >
> > > > beep code 1-2-1, 1 beep ,floppy lite flash , harddrive lite
> flash
> > > > then sometimes 2 beeps.
> > > >
> > > > So the conclusion is the mb has a problem and my question is
> were
> > > to
> > > > start.
> > > >
> > > > If anyone could point me in the right direction that would be
> > great
> > > >
> > > > Hopfully not back to the garbage
> > > >
> > > > Thanks
> > > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
> > >
> > >
> > >
> > > 
> > >
> >
>
______________________________________________________________________
> > ______________
> > > Be a better friend, newshound, and
> > > know-it-all with Yahoo! Mobile.  Try it now.
> > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >
> >
>




Yahoo! Message number: 1896
Date: Sun, 22 Jun 2008 17:07:12 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi,

I finally got the battery in the computer and when I boot it up it will give
me the message



Time-of-Day Clock stopped ­ please set current time

What do I need to do?

Btanview










On 4/25/08 3:57 PM, "Shawnerz" <shawnerz@...> wrote:

>
>
>
> Ben,
> You've got to ask the tough questions, don't you? ;-)
> I am doing this from memory without being actually in front of my 1520.  So, I
> might forget a setp or two.
> You'll need a Phillps (a.k.a. "cross tip") screw driver, needle nose pliers,
> dykes (a.k.a. "side cutting pliers"), and a soldering iron. 
> At the rear of the unit, there are two rubber feet.  Remove the feet and you
> will see a screw.  Remove the screws.
> You will then be able to remove the top cover that covers the rear half.
> Move the display out of the way.
> Gently, yet forcefully, remove the plastic cover that surrounds the keyboard
> and slides under the display.  There are no screws that hold this down but the
> plastic catch holds it in place very tightly.
> You should see the pink battery on the right side very close to the RAM SIPPs.
> If you've gotten this far, you have to decide if you want to do it the "quick
> and dirty" way, or the proper way.
> The "quick and dirty way":
> Cut the leads coming from the battery as close as you can to the battery.  In
> other words, you want the battery leads to extend from the mother board as
> long as possible.
> Throw away the battery.
> OBSEVING PROPER POLARITY, put the new battery in place and intertwine the
> leads once or twice.
> Solder the leads so the battery is held securely.
> Replace the display and covers, and you're done.
> The proper way:
> You have to remove the motherboard from the chassis.  In order to do that, you
> have to:
>     Remove the screws that hold the keyboard.
>     Disconnect and remove the display.
>     Unfasten the mylar strips that go over the hard and floppy drive assembly.
>     Remove the screws that hold in the internal DC-DC converter (power supply)
> next to the hard drive assembly.
>     Remove the power supply.
>     Remove the screws that hold in the hard/floopy drive assembly.
>     Remove the hard drive assembly.   
>     If my memory is correct, at this point, only the motherboard remains in
> the chassis.
>     Remove any screw that is holding the motherboard to the chassis.  TIP:
> Keep the spacers with the screws!
>     You should now be able to remove the motherboard (if your 1520 is anthing
> like my 3, you will find all kinds of dust, dirt, and             debris
> between the motherboard, the plastic insulator sheet and the bottom of the
> chassis).
>     Locate the battery and unsolder it from the motherboard.
>     Install the new battery, solder it in and trim the leads.
>     Put it all back together by repeating the above steps in reverse order.
> That's it!  Let us know how it goes.
> -Shawn
>
>



Yahoo! Message number: 1897
Date: Sun, 22 Jun 2008 15:08:38 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=windows-1252

Ben,
I'm not 100% sure because I haven't run in to your exact proble" at the promtm.  But, try this:
Make a boot disk.  DOS 3.3 is in the Files section of the group (dos33.exe).
Insert the floppy in to the drive, then boot the 1520.
You might get the the time/date message.  I think you hit F2 to get past it.
Once you get an A:> prompt, type "time" (without the quotes, of course) and you should be able to set the time.  Then, type "date" and set the date.
Then, reboot and see what happens next.
You've make good progress so far!
-Shawn



----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, June 22, 2008 5:07:12 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi,

I finally got the battery in the computer and when I boot it up it will give me the message



Time-of-Day Clock stopped – please set current time

What do I need to do?

Btanview










On 4/25/08 3:57 PM, "Shawnerz" <shawnerz@yahoo.com> wrote:



 

Ben,
You've got to ask the tough questions, don't you? ;-)
I am doing this from memory without being actually in front of my 1520.  So, I might forget a setp or two.
You'll need a Phillps (a.k.a. "cross tip") screw driver, needle nose pliers, dykes (a.k.a. "side cutting pliers"), and a soldering iron. 
At the rear of the unit, there are two rubber feet.  Remove the feet and you will see a screw.  Remove the screws.
You will then be able to remove the top cover that covers the rear half.
Move the display out of the way.
Gently, yet forcefully, remove the plastic cover that surrounds the keyboard and slides under the display.  There are no screws that hold this down but the plastic catch holds it in place very tightly.
You should see the pink battery on the right side very close to the RAM SIPPs.
If you've gotten this far, you have to decide if you want to do it the "quick and dirty" way, or the proper way.
The "quick and dirty way":
Cut the leads coming from the battery as close as you can to the battery.  In other words, you want the battery leads to extend from the mother board as long as possible.
Throw away the battery.
OBSEVING PROPER POLARITY, put the new battery in place and intertwine the leads once or twice.
Solder the leads so the battery is held securely.
Replace the display and covers, and you're done.
The proper way:
You have to remove the motherboard from the chassis.  In order to do that, you have to:
    Remove the screws that hold the keyboard.
    Disconnect and remove the display.
    Unfasten the mylar strips that go over the hard and floppy drive assembly.
    Remove the screws that hold in the internal DC-DC converter (power supply) next to the hard drive assembly.
    Remove the power supply.
    Remove the screws that hold in the hard/floopy drive assembly.
    Remove the hard drive assembly.   
    If my memory is correct, at this point, only the motherboard remains in the chassis.
    Remove any screw that is holding the motherboard to the chassis.  TIP: Keep the spacers with the screws!
    You should now be able to remove the motherboard (if your 1520 is anthing like my 3, you will find all kinds of dust, dirt, and             debris between the motherboard, the plastic insulator sheet and the bottom of the chassis).
    Locate the battery and unsolder it from the motherboard.
    Install the new battery, solder it in and trim the leads.
    Put it all back together by repeating the above steps in reverse order.
That's it!  Let us know how it goes.
-Shawn







Yahoo! Message number: 1898
Date: Sun, 22 Jun 2008 21:35:05 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

I created a dos boot disk, put it in the computer, and it still gives me the
Time-of-Day
Message and F2 will not bypass it, and then the
Hard drive light comes on and the computer freezes up.

I also tried holing down F but it didn't make any difference!

What do I do next?

Btanview





On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@...> wrote:

>
>
>
> Ben,
> 
> I'm not 100% sure because I haven't run in to your exact proble" at the
> promtm.  But, try this:
>
> Make a boot disk.  DOS 3.3 is in the Files section of the group (dos33.exe).
>
> Insert the floppy in to the drive, then boot the 1520.
>
> You might get the the time/date message.  I think you hit F2 to get past it.
>
> Once you get an A:> prompt, type "time" (without the quotes, of course) and
> you should be able to set the time.  Then, type "date" and set the date.
>
> Then, reboot and see what happens next.
>
> You've make good progress so far!
>
> -Shawn
>
>
>
>
>
> ----- Original Message ----
> From: Benjamin Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, June 22, 2008 5:07:12 PM
> Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>
> Hi,
>
> I finally got the battery in the computer and when I boot it up it will give
> me the message
>
>
>
> Time-of-Day Clock stopped ­ please set current time
>
> What do I need to do?
>
> Btanview
>
>
>
>
>
> .
>
>



Yahoo! Message number: 1899
Date: Sun, 22 Jun 2008 18:47:52 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=windows-1252

Uh-oh.  My next suggestion was to hold down the F key.
Anybody else have any suggestions?
-Shawn



----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, June 22, 2008 9:35:05 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi

I created a dos boot disk, put it in the computer, and it still gives me the Time-of-Day
Message and F2 will not bypass it, and then the
Hard drive light comes on and the computer freezes up.

I also tried holing down F but it didn't make any difference!

What do I do next?

Btanview





On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@...> wrote:



 

Ben,

I'm not 100% sure because I haven't run in to your exact proble" at the promtm.  But, try this:

Make a boot disk.  DOS 3.3 is in the Files section of the group (dos33.exe).

Insert the floppy in to the drive, then boot the 1520.

You might get the the time/date message.  I think you hit F2 to get past it.

Once you get an A:> prompt, type "time" (without the quotes, of course) and you should be able to set the time.  Then, type "date" and set the date.

Then, reboot and see what happens next.

You've make good progress so far!

-Shawn

 



----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, June 22, 2008 5:07:12 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi,

I finally got the battery in the computer and when I boot it up it will give me the message



Time-of-Day Clock stopped – please set current time

What do I need to do?

Btanview



      
     
.
    






Yahoo! Message number: 1900
Date: Mon, 23 Jun 2008 03:31:09 -0000
From: "jeriddian"
Subject: Re: Grid 1520

Hi Benjamin,

Welcome to the fold.

>From what I read, you've replaced the battery so the time circuits
are operational. When you boot up the computer, is the Time of Day
correct (in other words, is the time that you set it)? If so, then
the computer is working fine. DOS 3.3 will always go into asking if
you want to change the time of day automatically when it boots up.
Just hit enter twice and it will immediately take you to the A:>
prompt. I think that's the default for DOS 3.3. There may be a way to
autoconfigure your way past it, but I don't know what it is.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Uh-oh.  My next suggestion was to hold down the F key.
> Anybody else have any suggestions?
> -Shawn
>
>
>
> ----- Original Message ----
> From: Benjamin Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, June 22, 2008 9:35:05 PM
> Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>
> Hi
>
> I created a dos boot disk, put it in the computer, and it still
gives me the Time-of-Day
> Message and F2 will not bypass it, and then the
> Hard drive light comes on and the computer freezes up.
>
> I also tried holing down F but it didn't make any difference!
>
> What do I do next?
>
> Btanview
>
>
>
>
>
> On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@...> wrote:
>
>
>
>  
>
> Ben,
>
> I'm not 100% sure because I haven't run in to your exact proble" at
the promtm.  But, try this:
>
> Make a boot disk.  DOS 3.3 is in the Files section of the group
(dos33.exe).
>
> Insert the floppy in to the drive, then boot the 1520.
>
> You might get the the time/date message.  I think you hit F2 to get
past it.
>
> Once you get an A:> prompt, type "time" (without the quotes, of
course) and you should be able to set the time.  Then, type "date"
and set the date.
>
> Then, reboot and see what happens next.
>
> You've make good progress so far!
>
> -Shawn
>
>  
>
>
>
> ----- Original Message ----
> From: Benjamin Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, June 22, 2008 5:07:12 PM
> Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>
> Hi,
>
> I finally got the battery in the computer and when I boot it up it
will give me the message
>
>
>
> Time-of-Day Clock stopped – please set current time
>
> What do I need to do?
>
> Btanview
>
>
>
>       
>      
> .
>     
>




Yahoo! Message number: 1901
Date: Mon, 23 Jun 2008 11:19:06 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

When I get the time of day message, it does not ask to set the time
and return does not bypass it. After that the hard drive light turns on, and
I can press any key on the keyboard fifteen times and after that the
computer will start
to beep every time I press a key. Pressing Ctrl+Alt+Del does restart the
computer,
But then the computer will not boot up!

Ben

On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@...> wrote:

>
>
>
> Hi Benjamin,
>
> Welcome to the fold.
>
> From what I read, you've replaced the battery so the time circuits
> are operational. When you boot up the computer, is the Time of Day
> correct (in other words, is the time that you set it)? If so, then
> the computer is working fine. DOS 3.3 will always go into asking if
> you want to change the time of day automatically when it boots up.
> Just hit enter twice and it will immediately take you to the A:>
> prompt. I think that's the default for DOS 3.3. There may be a way to
> autoconfigure your way past it, but I don't know what it is.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com>
> , Shawnerz <shawnerz@...> wrote:
>> >
>> > Uh-oh.  My next suggestion was to hold down the F key.
>> > Anybody else have any suggestions?
>> > -Shawn
>> >
>> >
>> >
>> > ----- Original Message ----
>> > From: Benjamin Nold <brnold@...>
>> > To: RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com>
>> > Sent: Sunday, June 22, 2008 9:35:05 PM
>> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>> >
>> > Hi
>> >
>> > I created a dos boot disk, put it in the computer, and it still
> gives me the Time-of-Day
>> > Message and F2 will not bypass it, and then the
>> > Hard drive light comes on and the computer freezes up.
>> >
>> > I also tried holing down F but it didn't make any difference!
>> >
>> > What do I do next?
>> >
>> > Btanview
>> >
>> >
>> >
>> >
>> >
>> > On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@...> wrote:
>> >
>> >
>> >
>> >  
>> >
>> > Ben,
>> >
>> > I'm not 100% sure because I haven't run in to your exact proble" at
> the promtm.  But, try this:
>> >
>> > Make a boot disk.  DOS 3.3 is in the Files section of the group
> (dos33.exe).
>> >
>> > Insert the floppy in to the drive, then boot the 1520.
>> >
>> > You might get the the time/date message.  I think you hit F2 to get
> past it.
>> >
>> > Once you get an A:> prompt, type "time" (without the quotes, of
> course) and you should be able to set the time.  Then, type "date"
> and set the date.
>> >
>> > Then, reboot and see what happens next.
>> >
>> > You've make good progress so far!
>> >
>> > -Shawn
>> >
>> >  
>> >
>> >
>> >
>> > ----- Original Message ----
>> > From: Benjamin Nold <brnold@...>
>> > To: RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com>
>> > Sent: Sunday, June 22, 2008 5:07:12 PM
>> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>> >
>> > Hi,
>> >
>> > I finally got the battery in the computer and when I boot it up it
> will give me the message
>> >
>> >
>> >
>> > Time-of-Day Clock stopped – please set current time
>> >
>> > What do I need to do?
>> >
>> > Btanview
>> >
>> >
>> >
>> >       
>> >      
>> > .
>> >     
>> >
>
>
>
> 
> .
>
>



Yahoo! Message number: 1902
Date: Mon, 23 Jun 2008 19:41:50 -0000
From: "jeriddian"
Subject: Re: Grid 1520

Okay, Benjamin,

Then you have another problem. Again I'm assuming the battery is good
since you've replaced it. Does the POST work? In other words does the
initial memory count check out? Are there any other error messages
before you get to TOD?

My initial impression is that the computer is trying to access the
HDD now that the CMOS circuits are active again, but cannot do so.
The most likely reason is that the HDD is probably bad. But that is
not the only possibility. With the HDD light permanently on, the
computer is locked down in a repetitive loop it cannot get out of,
and the only thing you can do is reboot. But a warm reboot also does
not work, forcing you to turn the computer completely off and do a
cold reboot, which only returns you back to the initial problem. This
suggests a more serious problem which is a faulty motherboard or
faulty ROM chips. I have no way to diagnose either problem at this
point, although a replacement set of ROM chips can be obtained to
rule that possibility out.

The reason the computer beeps after fifteen keystrokes is that
fifteen keystrokes is all the computer will hold in the queue for
execution. After that it will beep you to tell you the keystroke you
just entered won't be processed.

If you can replace the HDD (very hard, or near impossible, to find a
replacement), and/or the ROM chips, then it might be possible to
narrow the problem down or eliminate it.

Best I can offer, Good luck.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Benjamin Nold <brnold@...>
wrote:
>
> Hi
>
> When I get the time of day message, it does not ask to set the time
> and return does not bypass it. After that the hard drive light
turns on, and
> I can press any key on the keyboard fifteen times and after that the
> computer will start
> to beep every time I press a key. Pressing Ctrl+Alt+Del does
restart the
> computer,
> But then the computer will not boot up!
>
> Ben
>
> On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@...> wrote:
>
> >
> >
> >
> > Hi Benjamin,
> >
> > Welcome to the fold.
> >
> > From what I read, you've replaced the battery so the time circuits
> > are operational. When you boot up the computer, is the Time of Day
> > correct (in other words, is the time that you set it)? If so, then
> > the computer is working fine. DOS 3.3 will always go into asking
if
> > you want to change the time of day automatically when it boots up.
> > Just hit enter twice and it will immediately take you to the A:>
> > prompt. I think that's the default for DOS 3.3. There may be a
way to
> > autoconfigure your way past it, but I don't know what it is.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%
40yahoogroups.com>
> > , Shawnerz <shawnerz@> wrote:
> >> >
> >> > Uh-oh.  My next suggestion was to hold down the F key.
> >> > Anybody else have any suggestions?
> >> > -Shawn
> >> >
> >> >
> >> >
> >> > ----- Original Message ----
> >> > From: Benjamin Nold <brnold@>
> >> > To: RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%
40yahoogroups.com>
> >> > Sent: Sunday, June 22, 2008 9:35:05 PM
> >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >> >
> >> > Hi
> >> >
> >> > I created a dos boot disk, put it in the computer, and it still
> > gives me the Time-of-Day
> >> > Message and F2 will not bypass it, and then the
> >> > Hard drive light comes on and the computer freezes up.
> >> >
> >> > I also tried holing down F but it didn't make any difference!
> >> >
> >> > What do I do next?
> >> >
> >> > Btanview
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@> wrote:
> >> >
> >> >
> >> >
> >> >  
> >> >
> >> > Ben,
> >> >
> >> > I'm not 100% sure because I haven't run in to your exact
proble" at
> > the promtm.  But, try this:
> >> >
> >> > Make a boot disk.  DOS 3.3 is in the Files section of the group
> > (dos33.exe).
> >> >
> >> > Insert the floppy in to the drive, then boot the 1520.
> >> >
> >> > You might get the the time/date message.  I think you hit F2
to get
> > past it.
> >> >
> >> > Once you get an A:> prompt, type "time" (without the quotes, of
> > course) and you should be able to set the time.  Then, type "date"
> > and set the date.
> >> > 
> >> > Then, reboot and see what happens next.
> >> >
> >> > You've make good progress so far!
> >> >
> >> > -Shawn
> >> >
> >> >  
> >> >
> >> >
> >> >
> >> > ----- Original Message ----
> >> > From: Benjamin Nold <brnold@>
> >> > To: RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%
40yahoogroups.com>
> >> > Sent: Sunday, June 22, 2008 5:07:12 PM
> >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >> >
> >> > Hi,
> >> >
> >> > I finally got the battery in the computer and when I boot it
up it
> > will give me the message
> >> >
> >> >
> >> >
> >> > Time-of-Day Clock stopped – please set current time
> >> >
> >> > What do I need to do?
> >> >
> >> > Btanview
> >> >
> >> >
> >> >
> >> >       
> >> >      
> >> > .
> >> >     
> >> >
> >
> >
> >
> >  
> > .
> >
> >
>




Yahoo! Message number: 1903
Date: Mon, 23 Jun 2008 16:58:10 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

This is what the computer displays

Phoenix 80286 ROM BIOS Version 3.06   10/25/89
Copyright © 1985,1986 Phoenix Technologies Ltd
All Rights Reserved

640K Base Memory, 01408K Extended
Time-of-day clock stopped ­ please set current time

It will count the memory twice, then give me the Time-of-day message,
 then it¹s about 3-4 seconds before the hard drive light comes on.

Before I replaced the battery I did get it to boot from a floppy disk,
And it would also boot from the internal MS-DOS 3.21 chip.

The hard drive seems to have a steady sound,
But it will click once in a while.

O.k. When I was sitting here it just gave me the message

Hard drive failure 
 strike f1 to continue

Bad or missing command interpreter

And then it will freeze up

Ben



On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:

>
>
>
> Okay, Benjamin,
>
> Then you have another problem. Again I'm assuming the battery is good
> since you've replaced it. Does the POST work? In other words does the
> initial memory count check out? Are there any other error messages
> before you get to TOD?
>
> My initial impression is that the computer is trying to access the
> HDD now that the CMOS circuits are active again, but cannot do so.
> The most likely reason is that the HDD is probably bad. But that is
> not the only possibility. With the HDD light permanently on, the
> computer is locked down in a repetitive loop it cannot get out of,
> and the only thing you can do is reboot. But a warm reboot also does
> not work, forcing you to turn the computer completely off and do a
> cold reboot, which only returns you back to the initial problem. This
> suggests a more serious problem which is a faulty motherboard or
> faulty ROM chips. I have no way to diagnose either problem at this
> point, although a replacement set of ROM chips can be obtained to
> rule that possibility out.
>
> The reason the computer beeps after fifteen keystrokes is that
> fifteen keystrokes is all the computer will hold in the queue for
> execution. After that it will beep you to tell you the keystroke you
> just entered won't be processed.
>
> If you can replace the HDD (very hard, or near impossible, to find a
> replacement), and/or the ROM chips, then it might be possible to
> narrow the problem down or eliminate it.
>
> Best I can offer, Good luck.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com>
> , Benjamin Nold <brnold@...>
> wrote:
>> >
>> > Hi
>> >
>> > When I get the time of day message, it does not ask to set the time
>> > and return does not bypass it. After that the hard drive light
> turns on, and
>> > I can press any key on the keyboard fifteen times and after that the
>> > computer will start
>> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
> restart the
>> > computer,
>> > But then the computer will not boot up!
>> >
>> > Ben
>> >
>> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@...> wrote:
>> >
>>> > >
>>> > >
>>> > >
>>> > > Hi Benjamin,
>>> > >
>>> > > Welcome to the fold.
>>> > >
>>> > > From what I read, you've replaced the battery so the time circuits
>>> > > are operational. When you boot up the computer, is the Time of Day
>>> > > correct (in other words, is the time that you set it)? If so, then
>>> > > the computer is working fine. DOS 3.3 will always go into asking
> if
>>> > > you want to change the time of day automatically when it boots up.
>>> > > Just hit enter twice and it will immediately take you to the A:>
>>> > > prompt. I think that's the default for DOS 3.3. There may be a
> way to
>>> > > autoconfigure your way past it, but I don't know what it is.
>>> > >
>>> > > Phil
>>> > >
>>> > > --- In RuGRiD-Laptop@yahoogroups.com
>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-Laptop%
> 40yahoogroups.com>
>>> > > , Shawnerz <shawnerz@> wrote:
>>>>> > >> >
>>>>> > >> > Uh-oh.  My next suggestion was to hold down the F key.
>>>>> > >> > Anybody else have any suggestions?
>>>>> > >> > -Shawn
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> > ----- Original Message ----
>>>>> > >> > From: Benjamin Nold <brnold@>
>>>>> > >> > To: RuGRiD-Laptop@yahoogroups.com
>>>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-Laptop%
> 40yahoogroups.com>
>>>>> > >> > Sent: Sunday, June 22, 2008 9:35:05 PM
>>>>> > >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>>>>> > >> >
>>>>> > >> > Hi
>>>>> > >> >
>>>>> > >> > I created a dos boot disk, put it in the computer, and it still
>>> > > gives me the Time-of-Day
>>>>> > >> > Message and F2 will not bypass it, and then the
>>>>> > >> > Hard drive light comes on and the computer freezes up.
>>>>> > >> >
>>>>> > >> > I also tried holing down F but it didn't make any difference!
>>>>> > >> >
>>>>> > >> > What do I do next?
>>>>> > >> >
>>>>> > >> > Btanview
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> > On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@> wrote:
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >  
>>>>> > >> >
>>>>> > >> > Ben,
>>>>> > >> >
>>>>> > >> > I'm not 100% sure because I haven't run in to your exact
> proble" at
>>> > > the promtm.  But, try this:
>>>>> > >> >
>>>>> > >> > Make a boot disk.  DOS 3.3 is in the Files section of the group
>>> > > (dos33.exe).
>>>>> > >> >
>>>>> > >> > Insert the floppy in to the drive, then boot the 1520.
>>>>> > >> >
>>>>> > >> > You might get the the time/date message.  I think you hit F2
> to get
>>> > > past it.
>>>>> > >> >
>>>>> > >> > Once you get an A:> prompt, type "time" (without the quotes, of
>>> > > course) and you should be able to set the time.  Then, type "date"
>>> > > and set the date.
>>>>> > >> >
>>>>> > >> > Then, reboot and see what happens next.
>>>>> > >> >
>>>>> > >> > You've make good progress so far!
>>>>> > >> >
>>>>> > >> > -Shawn
>>>>> > >> >
>>>>> > >> >  
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> > ----- Original Message ----
>>>>> > >> > From: Benjamin Nold <brnold@>
>>>>> > >> > To: RuGRiD-Laptop@yahoogroups.com
>>>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-Laptop%
> 40yahoogroups.com>
>>>>> > >> > Sent: Sunday, June 22, 2008 5:07:12 PM
>>>>> > >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>>>>> > >> >
>>>>> > >> > Hi,
>>>>> > >> >
>>>>> > >> > I finally got the battery in the computer and when I boot it
> up it
>>> > > will give me the message
>>>>> > >> >
>>>>> > >> >
>>>>> > >> >
>>>>> > >> > Time-of-Day Clock stopped – please set current time
>>>>> > >> >
>>>>> > >> > What do I need to do?
>>>>> > >> >
>>>>> > >> > Btanview
>
>
>
>     
> .
>
>



Yahoo! Message number: 1904
Date: Tue, 24 Jun 2008 00:21:10 -0000
From: "jeriddian"
Subject: Re: Grid 1520

Okay,

Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
chip installed? Why do you need the floppy then? The computer looks
at any installed ROM chip as an extension of the A: drive. As far as
it is concerned, when you have a ROM ship installed, the A: drive is
1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
conflict between the two versions of DOS.

But I will assume you have removed the MSDOS 3.21 chip. What happened
is that before you replaced the battery, the computer had no data to
indicate that you had a hard drive at all, therefore it wasn't able
to check for it and did not bother doing that. I believe that is why 
you could boot up. However, once you replaced the battery, it now had
the data in the CMOS to check for the hard drive, and because the
hard drive has failed, the computer cannot boot up. It's in an
endless cycle waiting for the HDD to respond, but it's probably bad
and therefore the computer responds that it has failed and asks for
you to press F1 to continue. That tells it to ignore the commands it
needs to verify the HDD is operational. However when you press F1,
the computer still thinks there is a HDD even though it hasn't
verified it, adn it will still go to it first for the OS. Because it
can't access the HDD, it can't find COMMAND.COM which is the
operational file that's gives the user an interface to the computer
through MSDOS. That gives you the error message "Bad or missing
command interpreter".

If, when you boot up, IMMEDIATELY after hearing the computer beep
once, you must press the "F" key (not an "f" command, the actual
letter "F"), which tells the computer to read the floppy disk first.
It should then boot off of the floppy disk. if you can do that, your
problem is a bad HDD which must be replaced.

Hope that helps.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Benjamin Nold <brnold@...>
wrote:
>
> Hi
>
> This is what the computer displays
>
> Phoenix 80286 ROM BIOS Version 3.06   10/25/89
> Copyright © 1985,1986 Phoenix Technologies Ltd
> All Rights Reserved
>
> 640K Base Memory, 01408K Extended
> Time-of-day clock stopped ­ please set current time
>
> It will count the memory twice, then give me the Time-of-day
message,
>  then it¹s about 3-4 seconds before the hard drive light comes on.
>
> Before I replaced the battery I did get it to boot from a floppy
disk,
> And it would also boot from the internal MS-DOS 3.21 chip.
>
> The hard drive seems to have a steady sound,
> But it will click once in a while.
>
> O.k. When I was sitting here it just gave me the message
>
> Hard drive failure
>  strike f1 to continue
>
> Bad or missing command interpreter
>
> And then it will freeze up
>
> Ben
>
>
>
> On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>
> >
> >
> >
> > Okay, Benjamin,
> >
> > Then you have another problem. Again I'm assuming the battery is
good
> > since you've replaced it. Does the POST work? In other words does
the
> > initial memory count check out? Are there any other error messages
> > before you get to TOD?
> >
> > My initial impression is that the computer is trying to access the
> > HDD now that the CMOS circuits are active again, but cannot do so.
> > The most likely reason is that the HDD is probably bad. But that
is
> > not the only possibility. With the HDD light permanently on, the
> > computer is locked down in a repetitive loop it cannot get out of,
> > and the only thing you can do is reboot. But a warm reboot also
does
> > not work, forcing you to turn the computer completely off and do a
> > cold reboot, which only returns you back to the initial problem.
This
> > suggests a more serious problem which is a faulty motherboard or
> > faulty ROM chips. I have no way to diagnose either problem at this
> > point, although a replacement set of ROM chips can be obtained to
> > rule that possibility out.
> >
> > The reason the computer beeps after fifteen keystrokes is that
> > fifteen keystrokes is all the computer will hold in the queue for
> > execution. After that it will beep you to tell you the keystroke
you
> > just entered won't be processed.
> >
> > If you can replace the HDD (very hard, or near impossible, to
find a
> > replacement), and/or the ROM chips, then it might be possible to
> > narrow the problem down or eliminate it.
> >
> > Best I can offer, Good luck.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%
40yahoogroups.com>
> > , Benjamin Nold <brnold@>
> > wrote:
> >> >
> >> > Hi
> >> >
> >> > When I get the time of day message, it does not ask to set the
time
> >> > and return does not bypass it. After that the hard drive light
> > turns on, and
> >> > I can press any key on the keyboard fifteen times and after
that the
> >> > computer will start
> >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
> > restart the
> >> > computer,
> >> > But then the computer will not boot up!
> >> >
> >> > Ben
> >> >
> >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
> >> >
> >>> > >
> >>> > >
> >>> > >
> >>> > > Hi Benjamin,
> >>> > >
> >>> > > Welcome to the fold.
> >>> > >
> >>> > > From what I read, you've replaced the battery so the time
circuits
> >>> > > are operational. When you boot up the computer, is the Time
of Day
> >>> > > correct (in other words, is the time that you set it)? If
so, then
> >>> > > the computer is working fine. DOS 3.3 will always go into
asking
> > if
> >>> > > you want to change the time of day automatically when it
boots up.
> >>> > > Just hit enter twice and it will immediately take you to
the A:>
> >>> > > prompt. I think that's the default for DOS 3.3. There may
be a
> > way to
> >>> > > autoconfigure your way past it, but I don't know what it is.
> >>> > >
> >>> > > Phil
> >>> > >
> >>> > > --- In RuGRiD-Laptop@yahoogroups.com
> >>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-Laptop%
> > 40yahoogroups.com>
> >>> > > , Shawnerz <shawnerz@> wrote:
> >>>>> > >> >
> >>>>> > >> > Uh-oh.  My next suggestion was to hold down the F key.
> >>>>> > >> > Anybody else have any suggestions?
> >>>>> > >> > -Shawn
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> > ----- Original Message ----
> >>>>> > >> > From: Benjamin Nold <brnold@>
> >>>>> > >> > To: RuGRiD-Laptop@yahoogroups.com
> >>>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-
Laptop%
> > 40yahoogroups.com>
> >>>>> > >> > Sent: Sunday, June 22, 2008 9:35:05 PM
> >>>>> > >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >>>>> > >> >
> >>>>> > >> > Hi
> >>>>> > >> >
> >>>>> > >> > I created a dos boot disk, put it in the computer, and
it still
> >>> > > gives me the Time-of-Day
> >>>>> > >> > Message and F2 will not bypass it, and then the
> >>>>> > >> > Hard drive light comes on and the computer freezes up.
> >>>>> > >> >
> >>>>> > >> > I also tried holing down F but it didn't make any
difference!
> >>>>> > >> >
> >>>>> > >> > What do I do next?
> >>>>> > >> >
> >>>>> > >> > Btanview
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> > On 6/22/08 6:08 PM, "Shawnerz" <shawnerz@> wrote:
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >  
> >>>>> > >> >
> >>>>> > >> > Ben,
> >>>>> > >> >
> >>>>> > >> > I'm not 100% sure because I haven't run in to your
exact
> > proble" at
> >>> > > the promtm.  But, try this:
> >>>>> > >> >
> >>>>> > >> > Make a boot disk.  DOS 3.3 is in the Files section of
the group
> >>> > > (dos33.exe).
> >>>>> > >> >
> >>>>> > >> > Insert the floppy in to the drive, then boot the 1520.
> >>>>> > >> >
> >>>>> > >> > You might get the the time/date message.  I think you
hit F2
> > to get
> >>> > > past it.
> >>>>> > >> >
> >>>>> > >> > Once you get an A:> prompt, type "time" (without the
quotes, of
> >>> > > course) and you should be able to set the time.  Then,
type "date"
> >>> > > and set the date.
> >>>>> > >> >
> >>>>> > >> > Then, reboot and see what happens next.
> >>>>> > >> >
> >>>>> > >> > You've make good progress so far!
> >>>>> > >> >
> >>>>> > >> > -Shawn
> >>>>> > >> >
> >>>>> > >> >  
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> > ----- Original Message ----
> >>>>> > >> > From: Benjamin Nold <brnold@>
> >>>>> > >> > To: RuGRiD-Laptop@yahoogroups.com
> >>>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-
Laptop%
> > 40yahoogroups.com>
> >>>>> > >> > Sent: Sunday, June 22, 2008 5:07:12 PM
> >>>>> > >> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >>>>> > >> >
> >>>>> > >> > Hi,
> >>>>> > >> >
> >>>>> > >> > I finally got the battery in the computer and when I
boot it
> > up it
> >>> > > will give me the message
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> >
> >>>>> > >> > Time-of-Day Clock stopped – please set current time
> >>>>> > >> > 
> >>>>> > >> > What do I need to do?
> >>>>> > >> >
> >>>>> > >> > Btanview
> >
> >
> >
> >
> > .
> >
> >
>




Yahoo! Message number: 1905
Date: Tue, 24 Jun 2008 14:26:53 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

I got the computer to boot off of the dos chip and was able to set the date.

Now when the computer boots it will not ask for the time of day,
but it will freeze, and then the hard drive light will turn on and about
five minutes
later it will tell me that there is a hard drive failure and to strike F1 to
continue.

It will then boot up off of the dos chip, and I was able to run gridscan
from the dos 3.22 floppy.
It said that I have a 40mb hard drive GRID type 0 (It did not tell me that
before I
replaced the battery). Could the hard drive be O.K, but have been erased by
the
people that had it before me?

Also, I still cannot get the computer to boot from a floppy, hitting F does
not make a difference

Ben


On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:

>
>
>
> Okay,
>
> Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
> chip installed? Why do you need the floppy then? The computer looks
> at any installed ROM chip as an extension of the A: drive. As far as
> it is concerned, when you have a ROM ship installed, the A: drive is
> 1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
> conflict between the two versions of DOS.
>
> But I will assume you have removed the MSDOS 3.21 chip. What happened
> is that before you replaced the battery, the computer had no data to
> indicate that you had a hard drive at all, therefore it wasn't able
> to check for it and did not bother doing that. I believe that is why
> you could boot up. However, once you replaced the battery, it now had
> the data in the CMOS to check for the hard drive, and because the
> hard drive has failed, the computer cannot boot up. It's in an
> endless cycle waiting for the HDD to respond, but it's probably bad
> and therefore the computer responds that it has failed and asks for
> you to press F1 to continue. That tells it to ignore the commands it
> needs to verify the HDD is operational. However when you press F1,
> the computer still thinks there is a HDD even though it hasn't
> verified it, adn it will still go to it first for the OS. Because it
> can't access the HDD, it can't find COMMAND.COM which is the
> operational file that's gives the user an interface to the computer
> through MSDOS. That gives you the error message "Bad or missing
> command interpreter".
>
> If, when you boot up, IMMEDIATELY after hearing the computer beep
> once, you must press the "F" key (not an "f" command, the actual
> letter "F"), which tells the computer to read the floppy disk first.
> It should then boot off of the floppy disk. if you can do that, your
> problem is a bad HDD which must be replaced.
>
> Hope that helps.
>
> Phil
>
> --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com>
> , Benjamin Nold <brnold@...>
> wrote:
>> >
>> > Hi
>> >
>> > This is what the computer displays
>> >
>> > Phoenix 80286 ROM BIOS Version 3.06   10/25/89
>> > Copyright © 1985,1986 Phoenix Technologies Ltd
>> > All Rights Reserved
>> >
>> > 640K Base Memory, 01408K Extended
>> > Time-of-day clock stopped ­ please set current time
>> >
>> > It will count the memory twice, then give me the Time-of-day
> message,
>> >  then it¹s about 3-4 seconds before the hard drive light comes on.
>> >
>> > Before I replaced the battery I did get it to boot from a floppy
> disk,
>> > And it would also boot from the internal MS-DOS 3.21 chip.
>> >
>> > The hard drive seems to have a steady sound,
>> > But it will click once in a while.
>> >
>> > O.k. When I was sitting here it just gave me the message
>> >
>> > Hard drive failure
>> >  strike f1 to continue
>> >
>> > Bad or missing command interpreter
>> >
>> > And then it will freeze up
>> >
>> > Ben
>> >
>> >
>> >
>> > On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>> >
>>> > >
>>> > >
>>> > >
>>> > > Okay, Benjamin,
>>> > >
>>> > > Then you have another problem. Again I'm assuming the battery is
> good
>>> > > since you've replaced it. Does the POST work? In other words does
> the
>>> > > initial memory count check out? Are there any other error messages
>>> > > before you get to TOD?
>>> > >
>>> > > My initial impression is that the computer is trying to access the
>>> > > HDD now that the CMOS circuits are active again, but cannot do so.
>>> > > The most likely reason is that the HDD is probably bad. But that
> is
>>> > > not the only possibility. With the HDD light permanently on, the
>>> > > computer is locked down in a repetitive loop it cannot get out of,
>>> > > and the only thing you can do is reboot. But a warm reboot also
> does
>>> > > not work, forcing you to turn the computer completely off and do a
>>> > > cold reboot, which only returns you back to the initial problem.
> This
>>> > > suggests a more serious problem which is a faulty motherboard or
>>> > > faulty ROM chips. I have no way to diagnose either problem at this
>>> > > point, although a replacement set of ROM chips can be obtained to
>>> > > rule that possibility out.
>>> > >
>>> > > The reason the computer beeps after fifteen keystrokes is that
>>> > > fifteen keystrokes is all the computer will hold in the queue for
>>> > > execution. After that it will beep you to tell you the keystroke
> you
>>> > > just entered won't be processed.
>>> > >
>>> > > If you can replace the HDD (very hard, or near impossible, to
> find a
>>> > > replacement), and/or the ROM chips, then it might be possible to
>>> > > narrow the problem down or eliminate it.
>>> > >
>>> > > Best I can offer, Good luck.
>>> > >
>>> > > Phil
>>> > >
>>> > > --- In RuGRiD-Laptop@yahoogroups.com
>>> <mailto:RuGRiD-Laptop%40yahoogroups.com>  <mailto:RuGRiD-Laptop%
> 40yahoogroups.com>
>>> > > , Benjamin Nold <brnold@>
>>> > > wrote:
>>>>> > >> >
>>>>> > >> > Hi
>>>>> > >> >
>>>>> > >> > When I get the time of day message, it does not ask to set the
> time
>>>>> > >> > and return does not bypass it. After that the hard drive light
>>> > > turns on, and
>>>>> > >> > I can press any key on the keyboard fifteen times and after
> that the
>>>>> > >> > computer will start
>>>>> > >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
>>> > > restart the
>>>>> > >> > computer,
>>>>> > >> > But then the computer will not boot up!
>>>>> > >> >
>>>>> > >> > Ben
>>>>> > >> >
>>>>> > >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
>>>>> > >> >
>>>>>>> > >>> > >
>>>>>>> > >>> > >
>>>>>>> > >>> > >
>>>>>>> > >>> > > Hi Benjamin,
>>>>>>> > >>> > >
>>>>>>> > >>> > > Welcome to the fold.
>>>>>>> > >>> > >
>>>>>>> > >>> > > From what I read, you've replaced the battery so the time
> circuits
>>>>>>> > >>> > > are operational. When you boot up the computer, is the Time
> of Day
>>>>>>> > >>> > > correct (in other words, is the time that you set it)? If
> so, then
>>>>>>> > >>> > > the computer is working fine. DOS 3.3 will always go into
> asking
>>> > > if
>>>>>>> > >>> > > you want to change the time of day automatically when it
> boots up.
>>>>>>> > >>> > > Just hit enter twice and it will immediately take you to
> the A:>
>>>>>>> > >>> > > prompt. I think that's the default for DOS 3.3. There may
> be a
>>> > > way to
>>>>>>> > >>> > > autoconfigure your way past it, but I don't know what it is.
>>>>>>> > >>> > >
>>>>>>> > >>> > > Phil
>>>>>>> > >>> > >
>



Yahoo! Message number: 1906
Date: Tue, 24 Jun 2008 20:50:40 +0200
From: Paolo Binotti
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes

The failure is due to the very very low level of Dallas cmos battery.

I had the same problems..... i hacked the dallas integrate with an
external battery and now it's OK.

Paolo

Il giorno 24/giu/08, alle ore 20:26, Benjamin Nold ha scritto:

> Hi
>
> I got the computer to boot off of the dos chip and was able to set
> the date.
>
> Now when the computer boots it will not ask for the time of day,
> but it will freeze, and then the hard drive light will turn on and
> about five minutes
> later it will tell me that there is a hard drive failure and to
> strike F1 to continue.
>
> It will then boot up off of the dos chip, and I was able to run
> gridscan from the dos 3.22 floppy.
> It said that I have a 40mb hard drive GRID type 0 (It did not tell
> me that before I
> replaced the battery). Could the hard drive be O.K, but have been
> erased by the
> people that had it before me?
>
> Also, I still cannot get the computer to boot from a floppy, hitting
> F does not make a difference
>
> Ben
>
>
> On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:
>
>>
>>
>>
>> Okay,
>>
>> Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
>> chip installed? Why do you need the floppy then? The computer looks
>> at any installed ROM chip as an extension of the A: drive. As far as
>> it is concerned, when you have a ROM ship installed, the A: drive is
>> 1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
>> conflict between the two versions of DOS.
>>
>> But I will assume you have removed the MSDOS 3.21 chip. What happened
>> is that before you replaced the battery, the computer had no data to
>> indicate that you had a hard drive at all, therefore it wasn't able
>> to check for it and did not bother doing that. I believe that is why
>> you could boot up. However, once you replaced the battery, it now had
>> the data in the CMOS to check for the hard drive, and because the
>> hard drive has failed, the computer cannot boot up. It's in an
>> endless cycle waiting for the HDD to respond, but it's probably bad
>> and therefore the computer responds that it has failed and asks for
>> you to press F1 to continue. That tells it to ignore the commands it
>> needs to verify the HDD is operational. However when you press F1,
>> the computer still thinks there is a HDD even though it hasn't
>> verified it, adn it will still go to it first for the OS. Because it
>> can't access the HDD, it can't find COMMAND.COM which is the
>> operational file that's gives the user an interface to the computer
>> through MSDOS. That gives you the error message "Bad or missing
>> command interpreter".
>>
>> If, when you boot up, IMMEDIATELY after hearing the computer beep
>> once, you must press the "F" key (not an "f" command, the actual
>> letter "F"), which tells the computer to read the floppy disk first.
>> It should then boot off of the floppy disk. if you can do that, your
>> problem is a bad HDD which must be replaced.
>>
>> Hope that helps.
>>
>> Phil
>>
>> --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com
>> > , Benjamin Nold <brnold@...>
>> wrote:
>> >
>> > Hi
>> >
>> > This is what the computer displays
>> >
>> > Phoenix 80286 ROM BIOS Version 3.06   10/25/89
>> > Copyright © 1985,1986 Phoenix Technologies Ltd
>> > All Rights Reserved
>> >
>> > 640K Base Memory, 01408K Extended
>> > Time-of-day clock stopped – please set current time
>> >
>> > It will count the memory twice, then give me the Time-of-day
>> message,
>> >  then it’s about 3-4 seconds before the hard drive light comes on.
>> >
>> > Before I replaced the battery I did get it to boot from a floppy
>> disk,
>> > And it would also boot from the internal MS-DOS 3.21 chip.
>> >
>> > The hard drive seems to have a steady sound,
>> > But it will click once in a while.
>> >
>> > O.k. When I was sitting here it just gave me the message
>> >
>> > Hard drive failure
>> >  strike f1 to continue
>> >
>> > Bad or missing command interpreter
>> >
>> > And then it will freeze up
>> >
>> > Ben
>> >
>> >
>> >
>> > On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>> >
>> > >
>> > >
>> > >
>> > > Okay, Benjamin,
>> > >
>> > > Then you have another problem. Again I'm assuming the battery is
>> good
>> > > since you've replaced it. Does the POST work? In other words does
>> the
>> > > initial memory count check out? Are there any other error
>> messages
>> > > before you get to TOD?
>> > >
>> > > My initial impression is that the computer is trying to access
>> the
>> > > HDD now that the CMOS circuits are active again, but cannot do
>> so.
>> > > The most likely reason is that the HDD is probably bad. But that
>> is
>> > > not the only possibility. With the HDD light permanently on, the
>> > > computer is locked down in a repetitive loop it cannot get out
>> of,
>> > > and the only thing you can do is reboot. But a warm reboot also
>> does
>> > > not work, forcing you to turn the computer completely off and
>> do a
>> > > cold reboot, which only returns you back to the initial problem.
>> This
>> > > suggests a more serious problem which is a faulty motherboard or
>> > > faulty ROM chips. I have no way to diagnose either problem at
>> this
>> > > point, although a replacement set of ROM chips can be obtained to
>> > > rule that possibility out.
>> > >
>> > > The reason the computer beeps after fifteen keystrokes is that
>> > > fifteen keystrokes is all the computer will hold in the queue for
>> > > execution. After that it will beep you to tell you the keystroke
>> you
>> > > just entered won't be processed.
>> > >
>> > > If you can replace the HDD (very hard, or near impossible, to
>> find a
>> > > replacement), and/or the ROM chips, then it might be possible to
>> > > narrow the problem down or eliminate it.
>> > >
>> > > Best I can offer, Good luck.
>> > >
>> > > Phil
>> > >
>> > > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com
>> > <mailto:RuGRiD-Laptop%
>> 40yahoogroups.com>
>> > > , Benjamin Nold <brnold@>
>> > > wrote:
>> > >> >
>> > >> > Hi
>> > >> >
>> > >> > When I get the time of day message, it does not ask to set the
>> time
>> > >> > and return does not bypass it. After that the hard drive light
>> > > turns on, and
>> > >> > I can press any key on the keyboard fifteen times and after
>> that the
>> > >> > computer will start
>> > >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
>> > > restart the
>> > >> > computer,
>> > >> > But then the computer will not boot up!
>> > >> >
>> > >> > Ben
>> > >> >
>> > >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
>> > >> >
>> > >>> > >
>> > >>> > >
>> > >>> > >
>> > >>> > > Hi Benjamin,
>> > >>> > >
>> > >>> > > Welcome to the fold.
>> > >>> > >
>> > >>> > > From what I read, you've replaced the battery so the time
>> circuits
>> > >>> > > are operational. When you boot up the computer, is the Time
>> of Day
>> > >>> > > correct (in other words, is the time that you set it)? If
>> so, then
>> > >>> > > the computer is working fine. DOS 3.3 will always go into
>> asking
>> > > if
>> > >>> > > you want to change the time of day automatically when it
>> boots up.
>> > >>> > > Just hit enter twice and it will immediately take you to
>> the A:>
>> > >>> > > prompt. I think that's the default for DOS 3.3. There may
>> be a
>> > > way to
>> > >>> > > autoconfigure your way past it, but I don't know what it
>> is.
>> > >>> > >
>> > >>> > > Phil
>> > >>> > >
>>
>
>

Cordiali Saluti

Paolo Binotti
paolobinotti@...

Nell'anno 1969 è bastata la potenza di calcolo di due Commodore 64 per
mandare con successo una navicella sulla Luna.

Nell'anno 2007 è necessario un Pentium 4 Dual Core a 3 Ghz e 2Gb di
Ram per far funzionare Windows Vista.

(Qualcosa deve essere andato storto).



Yahoo! Message number: 1907
Date: Tue, 24 Jun 2008 15:06:30 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

I have already replaced the cmos battery underneath the display.
If the dallas is different cmos battery than the one I already
Replaced, how do I replaced thr dallas one?

Ben


On 6/24/08 2:50 PM, "Paolo Binotti" <paolobinotti@...> wrote:

>
>
>
> The failure is due to the very very low level of Dallas cmos battery.
>
> I had the same problems..... i hacked the dallas integrate with an external
> battery and now it's OK.
>
> Paolo
>
> Il giorno 24/giu/08, alle ore 20:26, Benjamin Nold ha scritto:
>
>> Hi
>>
>> I got the computer to boot off of the dos chip and was able to set the date.
>>
>> Now when the computer boots it will not ask for the time of day,
>> but it will freeze, and then the hard drive light will turn on and about five
>> minutes
>> later it will tell me that there is a hard drive failure and to strike F1 to
>> continue.
>>
>> It will then boot up off of the dos chip, and I was able to run gridscan from
>> the dos 3.22 floppy.
>> It said that I have a 40mb hard drive GRID type 0 (It did not tell me that
>> before I
>> replaced the battery). Could the hard drive be O.K, but have been erased by
>> the
>> people that had it before me?
>>
>> Also, I still cannot get the computer to boot from a floppy, hitting F does
>> not make a difference
>>
>> Ben
>>
>>
>> On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:
>>
>>>
>>>
>>>
>>> Okay,
>>>
>>> Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
>>> chip installed? Why do you need the floppy then? The computer looks
>>> at any installed ROM chip as an extension of the A: drive. As far as
>>> it is concerned, when you have a ROM ship installed, the A: drive is
>>> 1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
>>> conflict between the two versions of DOS.
>>>
>>> But I will assume you have removed the MSDOS 3.21 chip. What happened
>>> is that before you replaced the battery, the computer had no data to
>>> indicate that you had a hard drive at all, therefore it wasn't able
>>> to check for it and did not bother doing that. I believe that is why
>>> you could boot up. However, once you replaced the battery, it now had
>>> the data in the CMOS to check for the hard drive, and because the
>>> hard drive has failed, the computer cannot boot up. It's in an
>>> endless cycle waiting for the HDD to respond, but it's probably bad
>>> and therefore the computer responds that it has failed and asks for
>>> you to press F1 to continue. That tells it to ignore the commands it
>>> needs to verify the HDD is operational. However when you press F1,
>>> the computer still thinks there is a HDD even though it hasn't
>>> verified it, adn it will still go to it first for the OS. Because it
>>> can't access the HDD, it can't find COMMAND.COM which is the
>>> operational file that's gives the user an interface to the computer
>>> through MSDOS. That gives you the error message "Bad or missing
>>> command interpreter".
>>>
>>> If, when you boot up, IMMEDIATELY after hearing the computer beep
>>> once, you must press the "F" key (not an "f" command, the actual
>>> letter "F"), which tells the computer to read the floppy disk first.
>>> It should then boot off of the floppy disk. if you can do that, your
>>> problem is a bad HDD which must be replaced.
>>>
>>> Hope that helps.
>>>
>>> Phil
>>>
>>> --- In RuGRiD-Laptop@yahoogroups.com
>>> <mailto:RuGRiD-Laptop%40yahoogroups.com> , Benjamin Nold <brnold@...>
>>> wrote:
>>>> >
>>>> > Hi
>>>> >
>>>> > This is what the computer displays
>>>> >
>>>> > Phoenix 80286 ROM BIOS Version 3.06   10/25/89
>>>> > Copyright © 1985,1986 Phoenix Technologies Ltd
>>>> > All Rights Reserved
>>>> >
>>>> > 640K Base Memory, 01408K Extended
>>>> > Time-of-day clock stopped ­ please set current time
>>>> >
>>>> > It will count the memory twice, then give me the Time-of-day
>>> message,
>>>> >  then it¹s about 3-4 seconds before the hard drive light comes on.
>>>> >
>>>> > Before I replaced the battery I did get it to boot from a floppy
>>> disk,
>>>> > And it would also boot from the internal MS-DOS 3.21 chip.
>>>> >
>>>> > The hard drive seems to have a steady sound,
>>>> > But it will click once in a while.
>>>> >
>>>> > O.k. When I was sitting here it just gave me the message
>>>> >
>>>> > Hard drive failure
>>>> >  strike f1 to continue
>>>> >
>>>> > Bad or missing command interpreter
>>>> >
>>>> > And then it will freeze up
>>>> >
>>>> > Ben
>>>> >
>>>> >
>>>> >
>>>> > On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>>>> >
>>>>> > >
>>>>> > >
>>>>> > >
>>>>> > > Okay, Benjamin,
>>>>> > >
>>>>> > > Then you have another problem. Again I'm assuming the battery is
>>> good
>>>>> > > since you've replaced it. Does the POST work? In other words does
>>> the
>>>>> > > initial memory count check out? Are there any other error messages
>>>>> > > before you get to TOD?
>>>>> > >
>>>>> > > My initial impression is that the computer is trying to access the
>>>>> > > HDD now that the CMOS circuits are active again, but cannot do so.
>>>>> > > The most likely reason is that the HDD is probably bad. But that
>>> is
>>>>> > > not the only possibility. With the HDD light permanently on, the
>>>>> > > computer is locked down in a repetitive loop it cannot get out of,
>>>>> > > and the only thing you can do is reboot. But a warm reboot also
>>> does
>>>>> > > not work, forcing you to turn the computer completely off and do a
>>>>> > > cold reboot, which only returns you back to the initial problem.
>>> This
>>>>> > > suggests a more serious problem which is a faulty motherboard or
>>>>> > > faulty ROM chips. I have no way to diagnose either problem at this
>>>>> > > point, although a replacement set of ROM chips can be obtained to
>>>>> > > rule that possibility out.
>>>>> > >
>>>>> > > The reason the computer beeps after fifteen keystrokes is that
>>>>> > > fifteen keystrokes is all the computer will hold in the queue for
>>>>> > > execution. After that it will beep you to tell you the keystroke
>>> you
>>>>> > > just entered won't be processed.
>>>>> > >
>>>>> > > If you can replace the HDD (very hard, or near impossible, to
>>> find a
>>>>> > > replacement), and/or the ROM chips, then it might be possible to
>>>>> > > narrow the problem down or eliminate it.
>>>>> > >
>>>>> > > Best I can offer, Good luck.
>>>>> > >
>>>>> > > Phil
>>>>> > >
>>>>> > > --- In
>>>>> RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com>
>>>>> <mailto:RuGRiD-Laptop%
>>> 40yahoogroups.com>
>>>>> > > , Benjamin Nold <brnold@>
>>>>> > > wrote:
>>>>>>> > >> >
>>>>>>> > >> > Hi
>>>>>>> > >> >
>>>>>>> > >> > When I get the time of day message, it does not ask to set the
>>> time
>>>>>>> > >> > and return does not bypass it. After that the hard drive light
>>>>> > > turns on, and
>>>>>>> > >> > I can press any key on the keyboard fifteen times and after
>>> that the
>>>>>>> > >> > computer will start
>>>>>>> > >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
>>>>> > > restart the
>>>>>>> > >> > computer,
>>>>>>> > >> > But then the computer will not boot up!
>>>>>>> > >> >
>>>>>>> > >> > Ben
>>>>>>> > >> >
>>>>>>> > >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
>>>>>>> > >> >
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > > Hi Benjamin,
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > > Welcome to the fold.
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > > From what I read, you've replaced the battery so the time
>>> circuits
>>>>>>>>> > >>> > > are operational. When you boot up the computer, is the Time
>>> of Day
>>>>>>>>> > >>> > > correct (in other words, is the time that you set it)? If
>>> so, then
>>>>>>>>> > >>> > > the computer is working fine. DOS 3.3 will always go into
>>> asking
>>>>> > > if
>>>>>>>>> > >>> > > you want to change the time of day automatically when it
>>> boots up.
>>>>>>>>> > >>> > > Just hit enter twice and it will immediately take you to
>>> the A:>
>>>>>>>>> > >>> > > prompt. I think that's the default for DOS 3.3. There may
>>> be a
>>>>> > > way to
>>>>>>>>> > >>> > > autoconfigure your way past it, but I don't know what it is.
>>>>>>>>> > >>> > >
>>>>>>>>> > >>> > > Phil
>>>>>>>>> > >>> > >
>>>
>>>
>>>
>>>
>>>
>>> .
>>>
>>>



Yahoo! Message number: 1908
Date: Tue, 24 Jun 2008 23:23:21 +0200
From: Paolo Binotti
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes

Read:
http://www.mcamafia.de/mcapage0/dsrework.htm


Il giorno 24/giu/08, alle ore 21:06, Benjamin Nold ha scritto:

> Hi
>
> I have already replaced the cmos battery underneath the display.
> If the dallas is different cmos battery than the one I already
> Replaced, how do I replaced thr dallas one?
>
> Ben
>
>
> On 6/24/08 2:50 PM, "Paolo Binotti" <paolobinotti@...> wrote:
>
>>
>>
>>
>> The failure is due to the very very low level of Dallas cmos battery.
>>
>> I had the same problems..... i hacked the dallas integrate with an
>> external battery and now it's OK.
>>
>> Paolo
>>
>> Il giorno 24/giu/08, alle ore 20:26, Benjamin Nold ha scritto:
>>
>>> Hi
>>>
>>> I got the computer to boot off of the dos chip and was able to set
>>> the date.
>>>
>>> Now when the computer boots it will not ask for the time of day,
>>> but it will freeze, and then the hard drive light will turn on and
>>> about five minutes
>>> later it will tell me that there is a hard drive failure and to
>>> strike F1 to continue.
>>>
>>> It will then boot up off of the dos chip, and I was able to run
>>> gridscan from the dos 3.22 floppy.
>>> It said that I have a 40mb hard drive GRID type 0 (It did not tell
>>> me that before I
>>> replaced the battery). Could the hard drive be O.K, but have been
>>> erased by the
>>> people that had it before me?
>>>
>>> Also, I still cannot get the computer to boot from a floppy, 
>>> hitting F does not make a difference
>>>
>>> Ben
>>>
>>>
>>> On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:
>>>
>>>>
>>>>
>>>>
>>>> Okay,
>>>>
>>>> Basic memory check is intact. So you have an internal MSDOS 3.21
>>>> ROM
>>>> chip installed? Why do you need the floppy then? The computer looks
>>>> at any installed ROM chip as an extension of the A: drive. As far
>>>> as
>>>> it is concerned, when you have a ROM ship installed, the A: drive
>>>> is
>>>> 1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
>>>> conflict between the two versions of DOS.
>>>>
>>>> But I will assume you have removed the MSDOS 3.21 chip. What
>>>> happened
>>>> is that before you replaced the battery, the computer had no data
>>>> to
>>>> indicate that you had a hard drive at all, therefore it wasn't able
>>>> to check for it and did not bother doing that. I believe that is
>>>> why
>>>> you could boot up. However, once you replaced the battery, it now
>>>> had
>>>> the data in the CMOS to check for the hard drive, and because the
>>>> hard drive has failed, the computer cannot boot up. It's in an
>>>> endless cycle waiting for the HDD to respond, but it's probably bad
>>>> and therefore the computer responds that it has failed and asks for
>>>> you to press F1 to continue. That tells it to ignore the commands
>>>> it
>>>> needs to verify the HDD is operational. However when you press F1,
>>>> the computer still thinks there is a HDD even though it hasn't
>>>> verified it, adn it will still go to it first for the OS. Because
>>>> it
>>>> can't access the HDD, it can't find COMMAND.COM which is the
>>>> operational file that's gives the user an interface to the computer
>>>> through MSDOS. That gives you the error message "Bad or missing
>>>> command interpreter".
>>>>
>>>> If, when you boot up, IMMEDIATELY after hearing the computer beep
>>>> once, you must press the "F" key (not an "f" command, the actual
>>>> letter "F"), which tells the computer to read the floppy disk
>>>> first.
>>>> It should then boot off of the floppy disk. if you can do that,
>>>> your
>>>> problem is a bad HDD which must be replaced.
>>>>
>>>> Hope that helps.
>>>>
>>>> Phil
>>>>
>>>> --- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com
>>>> > , Benjamin Nold <brnold@...>
>>>> wrote:
>>>> >
>>>> > Hi
>>>> >
>>>> > This is what the computer displays
>>>> >
>>>> > Phoenix 80286 ROM BIOS Version 3.06   10/25/89
>>>> > Copyright © 1985,1986 Phoenix Technologies Ltd
>>>> > All Rights Reserved
>>>> >
>>>> > 640K Base Memory, 01408K Extended
>>>> > Time-of-day clock stopped – please set current time
>>>> >
>>>> > It will count the memory twice, then give me the Time-of-day
>>>> message,
>>>> >  then it’s about 3-4 seconds before the hard drive light comes
>>>> on.
>>>> >
>>>> > Before I replaced the battery I did get it to boot from a floppy
>>>> disk,
>>>> > And it would also boot from the internal MS-DOS 3.21 chip.
>>>> >
>>>> > The hard drive seems to have a steady sound,
>>>> > But it will click once in a while.
>>>> >
>>>> > O.k. When I was sitting here it just gave me the message
>>>> >
>>>> > Hard drive failure
>>>> >  strike f1 to continue
>>>> >
>>>> > Bad or missing command interpreter
>>>> >
>>>> > And then it will freeze up
>>>> >
>>>> > Ben
>>>> >
>>>> >
>>>> >
>>>> > On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>>>> >
>>>> > >
>>>> > >
>>>> > >
>>>> > > Okay, Benjamin,
>>>> > >
>>>> > > Then you have another problem. Again I'm assuming the battery
>>>> is
>>>> good
>>>> > > since you've replaced it. Does the POST work? In other words
>>>> does
>>>> the
>>>> > > initial memory count check out? Are there any other error
>>>> messages
>>>> > > before you get to TOD?
>>>> > >
>>>> > > My initial impression is that the computer is trying to
>>>> access the
>>>> > > HDD now that the CMOS circuits are active again, but cannot
>>>> do so.
>>>> > > The most likely reason is that the HDD is probably bad. But
>>>> that
>>>> is
>>>> > > not the only possibility. With the HDD light permanently on,
>>>> the
>>>> > > computer is locked down in a repetitive loop it cannot get
>>>> out of,
>>>> > > and the only thing you can do is reboot. But a warm reboot also
>>>> does
>>>> > > not work, forcing you to turn the computer completely off and
>>>> do a
>>>> > > cold reboot, which only returns you back to the initial
>>>> problem.
>>>> This
>>>> > > suggests a more serious problem which is a faulty motherboard
>>>> or
>>>> > > faulty ROM chips. I have no way to diagnose either problem at
>>>> this
>>>> > > point, although a replacement set of ROM chips can be
>>>> obtained to
>>>> > > rule that possibility out.
>>>> > >
>>>> > > The reason the computer beeps after fifteen keystrokes is that
>>>> > > fifteen keystrokes is all the computer will hold in the queue
>>>> for
>>>> > > execution. After that it will beep you to tell you the
>>>> keystroke
>>>> you
>>>> > > just entered won't be processed.
>>>> > >
>>>> > > If you can replace the HDD (very hard, or near impossible, to
>>>> find a
>>>> > > replacement), and/or the ROM chips, then it might be possible
>>>> to
>>>> > > narrow the problem down or eliminate it.
>>>> > >
>>>> > > Best I can offer, Good luck.
>>>> > >
>>>> > > Phil
>>>> > >
>>>> > > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com
>>>> ><mailto:RuGRiD-Laptop%
>>>> 40yahoogroups.com>
>>>> > > , Benjamin Nold <brnold@>
>>>> > > wrote:
>>>> > >> >
>>>> > >> > Hi
>>>> > >> >
>>>> > >> > When I get the time of day message, it does not ask to set
>>>> the
>>>> time
>>>> > >> > and return does not bypass it. After that the hard drive
>>>> light
>>>> > > turns on, and
>>>> > >> > I can press any key on the keyboard fifteen times and after
>>>> that the
>>>> > >> > computer will start
>>>> > >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
>>>> > > restart the
>>>> > >> > computer,
>>>> > >> > But then the computer will not boot up!
>>>> > >> >
>>>> > >> > Ben
>>>> > >> >
>>>> > >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
>>>> > >> >
>>>> > >>> > >
>>>> > >>> > >
>>>> > >>> > >
>>>> > >>> > > Hi Benjamin,
>>>> > >>> > >
>>>> > >>> > > Welcome to the fold.
>>>> > >>> > >
>>>> > >>> > > From what I read, you've replaced the battery so the time
>>>> circuits
>>>> > >>> > > are operational. When you boot up the computer, is the
>>>> Time
>>>> of Day
>>>> > >>> > > correct (in other words, is the time that you set it)? If
>>>> so, then
>>>> > >>> > > the computer is working fine. DOS 3.3 will always go into
>>>> asking
>>>> > > if
>>>> > >>> > > you want to change the time of day automatically when it
>>>> boots up.
>>>> > >>> > > Just hit enter twice and it will immediately take you to
>>>> the A:>
>>>> > >>> > > prompt. I think that's the default for DOS 3.3. There may
>>>> be a
>>>> > > way to
>>>> > >>> > > autoconfigure your way past it, but I don't know what
>>>> it is.
>>>> > >>> > >
>>>> > >>> > > Phil
>>>> > >>> > >
>>>>
>>>
>>
>>
>>
>> .
>>
>>
>
>

Cordiali Saluti

Paolo Binotti
paolobinotti@...

Nell'anno 1969 è bastata la potenza di calcolo di due Commodore 64 per
mandare con successo una navicella sulla Luna.

Nell'anno 2007 è necessario un Pentium 4 Dual Core a 3 Ghz e 2Gb di
Ram per far funzionare Windows Vista.

(Qualcosa deve essere andato storto).



Yahoo! Message number: 1909
Date: Tue, 24 Jun 2008 18:08:39 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

Thank you, but that¹s not my problem. My grid case has a cmos battery,
not a Dallas RTC.

Anybody else have any ideas about getting my hard drive to work?


On 6/24/08 5:23 PM, "Paolo Binotti" <paolobinotti@...> wrote:

>
>
>
> Read:
> http://www.mcamafia.de/mcapage0/dsrework.htm
>
> 
> Il giorno 24/giu/08, alle ore 21:06, Benjamin Nold ha scritto:
>
>> Hi
>>
>> I have already replaced the cmos battery underneath the display.
>> If the dallas is different cmos battery than the one I already
>> Replaced, how do I replaced thr dallas one?
>>
>> Ben
>>
>>
>> On 6/24/08 2:50 PM, "Paolo Binotti" <paolobinotti@...> wrote:
>>
>>>
>>>
>>>
>>> The failure is due to the very very low level of Dallas cmos battery.
>>>
>>> I had the same problems..... i hacked the dallas integrate with an external
>>> battery and now it's OK.
>>>
>>> Paolo
>>>
>>> Il giorno 24/giu/08, alle ore 20:26, Benjamin Nold ha scritto:
>>>
>>>> Hi
>>>>
>>>> I got the computer to boot off of the dos chip and was able to set the
>>>> date.
>>>>
>>>> Now when the computer boots it will not ask for the time of day,
>>>> but it will freeze, and then the hard drive light will turn on and about
>>>> five minutes
>>>> later it will tell me that there is a hard drive failure and to strike F1
>>>> to continue.
>>>>
>>>> It will then boot up off of the dos chip, and I was able to run gridscan
>>>> from the dos 3.22 floppy.
>>>> It said that I have a 40mb hard drive GRID type 0 (It did not tell me that
>>>> before I
>>>> replaced the battery). Could the hard drive be O.K, but have been erased by
>>>> the
>>>> people that had it before me?
>>>>
>>>> Also, I still cannot get the computer to boot from a floppy, hitting F does
>>>> not make a difference
>>>>
>>>> Ben
>>>>
>>>>
>>>> On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:
>>>>
>>>>>
>>>>> 
>>>>>
>>>>> Okay,
>>>>>
>>>>> Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
>>>>> chip installed? Why do you need the floppy then? The computer looks
>>>>> at any installed ROM chip as an extension of the A: drive. As far as
>>>>> it is concerned, when you have a ROM ship installed, the A: drive is
>>>>> 1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
>>>>> conflict between the two versions of DOS.
>>>>>
>>>>> But I will assume you have removed the MSDOS 3.21 chip. What happened
>>>>> is that before you replaced the battery, the computer had no data to
>>>>> indicate that you had a hard drive at all, therefore it wasn't able
>>>>> to check for it and did not bother doing that. I believe that is why
>>>>> you could boot up. However, once you replaced the battery, it now had
>>>>> the data in the CMOS to check for the hard drive, and because the
>>>>> hard drive has failed, the computer cannot boot up. It's in an
>>>>> endless cycle waiting for the HDD to respond, but it's probably bad
>>>>> and therefore the computer responds that it has failed and asks for
>>>>> you to press F1 to continue. That tells it to ignore the commands it
>>>>> needs to verify the HDD is operational. However when you press F1,
>>>>> the computer still thinks there is a HDD even though it hasn't
>>>>> verified it, adn it will still go to it first for the OS. Because it
>>>>> can't access the HDD, it can't find COMMAND.COM which is the
>>>>> operational file that's gives the user an interface to the computer
>>>>> through MSDOS. That gives you the error message "Bad or missing
>>>>> command interpreter".
>>>>>
>>>>> If, when you boot up, IMMEDIATELY after hearing the computer beep
>>>>> once, you must press the "F" key (not an "f" command, the actual
>>>>> letter "F"), which tells the computer to read the floppy disk first.
>>>>> It should then boot off of the floppy disk. if you can do that, your
>>>>> problem is a bad HDD which must be replaced.
>>>>>
>>>>> Hope that helps.
>>>>>
>>>>> Phil
>>>>>
>>>>> --- In RuGRiD-Laptop@yahoogroups.com
>>>>> <mailto:RuGRiD-Laptop%40yahoogroups.com> , Benjamin Nold <brnold@...>
>>>>> wrote:
>>>>>> >
>>>>>> > Hi
>>>>>> >
>>>>>> > This is what the computer displays
>>>>>> >
>>>>>> > Phoenix 80286 ROM BIOS Version 3.06   10/25/89
>>>>>> > Copyright © 1985,1986 Phoenix Technologies Ltd
>>>>>> > All Rights Reserved
>>>>>> >
>>>>>> > 640K Base Memory, 01408K Extended
>>>>>> > Time-of-day clock stopped ­ please set current time
>>>>>> >
>>>>>> > It will count the memory twice, then give me the Time-of-day
>>>>> message,
>>>>>> >  then it¹s about 3-4 seconds before the hard drive light comes on.
>>>>>> >
>>>>>> > Before I replaced the battery I did get it to boot from a floppy
>>>>> disk,
>>>>>> > And it would also boot from the internal MS-DOS 3.21 chip.
>>>>>> >
>>>>>> > The hard drive seems to have a steady sound,
>>>>>> > But it will click once in a while.
>>>>>> >
>>>>>> > O.k. When I was sitting here it just gave me the message
>>>>>> >
>>>>>> > Hard drive failure
>>>>>> >  strike f1 to continue
>>>>>> >
>>>>>> > Bad or missing command interpreter
>>>>>> >
>>>>>> > And then it will freeze up
>>>>>> >
>>>>>> > Ben
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>>>>>> >
>>>>>>> > >
>>>>>>> > >
>>>>>>> > >
>>>>>>> > > Okay, Benjamin,
>>>>>>> > >
>>>>>>> > > Then you have another problem. Again I'm assuming the battery is
>>>>> good
>>>>>>> > > since you've replaced it. Does the POST work? In other words does
>>>>> the
>>>>>>> > > initial memory count check out? Are there any other error messages
>>>>>>> > > before you get to TOD?
>>>>>>> > >
>>>>>>> > > My initial impression is that the computer is trying to access the
>>>>>>> > > HDD now that the CMOS circuits are active again, but cannot do so.
>>>>>>> > > The most likely reason is that the HDD is probably bad. But that
>>>>> is
>>>>>>> > > not the only possibility. With the HDD light permanently on, the
>>>>>>> > > computer is locked down in a repetitive loop it cannot get out of,
>>>>>>> > > and the only thing you can do is reboot. But a warm reboot also
>>>>> does
>>>>>>> > > not work, forcing you to turn the computer completely off and do a
>>>>>>> > > cold reboot, which only returns you back to the initial problem.
>>>>> This
>>>>>>> > > suggests a more serious problem which is a faulty motherboard or
>>>>>>> > > faulty ROM chips. I have no way to diagnose either problem at this
>>>>>>> > > point, although a replacement set of ROM chips can be obtained to
>>>>>>> > > rule that possibility out.
>>>>>>> > >
>>>>>>> > > The reason the computer beeps after fifteen keystrokes is that
>>>>>>> > > fifteen keystrokes is all the computer will hold in the queue for
>>>>>>> > > execution. After that it will beep you to tell you the keystroke
>>>>> you
>>>>>>> > > just entered won't be processed.
>>>>>>> > >
>>>>>>> > > If you can replace the HDD (very hard, or near impossible, to
>>>>> find a
>>>>>>> > > replacement), and/or the ROM chips, then it might be possible to
>>>>>>> > > narrow the problem down or eliminate it.
>>>>>>> > >
>>>>>>> > > Best I can offer, Good luck.
>>>>>>> > >
>>>>>>> > > Phil
>>>>>>> > >
>>>>>>> > > --- In
>>>>>>> RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com><ma
>>>>>>> ilto:RuGRiD-Laptop%
>>>>> 40yahoogroups.com>
>>>>>>> > > , Benjamin Nold <brnold@>
>>>>>>> > > wrote:
>>>>>>>>> > >> >
>>>>>>>>> > >> > Hi
>>>>>>>>> > >> >
>>>>>>>>> > >> > When I get the time of day message, it does not ask to set the
>>>>> time
>>>>>>>>> > >> > and return does not bypass it. After that the hard drive light
>>>>>>> > > turns on, and
>>>>>>>>> > >> > I can press any key on the keyboard fifteen times and after
>>>>> that the
>>>>>>>>> > >> > computer will start
>>>>>>>>> > >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
>>>>>>> > > restart the
>>>>>>>>> > >> > computer,
>>>>>>>>> > >> > But then the computer will not boot up!
>>>>>>>>> > >> >
>>>>>>>>> > >> > Ben
>>>>>>>>> > >> >
>>>>>>>>> > >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
>>>>>>>>> > >> >
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > > Hi Benjamin,
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > > Welcome to the fold.
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > > From what I read, you've replaced the battery so the time
>>>>> circuits
>>>>>>>>>>> > >>> > > are operational. When you boot up the computer, is the
Time
>>>>> of Day
>>>>>>>>>>> > >>> > > correct (in other words, is the time that you set it)? If
>>>>> so, then
>>>>>>>>>>> > >>> > > the computer is working fine. DOS 3.3 will always go into
>>>>> asking
>>>>>>> > > if
>>>>>>>>>>> > >>> > > you want to change the time of day automatically when it
>>>>> boots up.
>>>>>>>>>>> > >>> > > Just hit enter twice and it will immediately take you to
>>>>> the A:>
>>>>>>>>>>> > >>> > > prompt. I think that's the default for DOS 3.3. There may
>>>>> be a
>>>>>>> > > way to
>>>>>>>>>>> > >>> > > autoconfigure your way past it, but I don't know what it
is.
>>>>>>>>>>> > >>> > >
>>>>>>>>>>> > >>> > > Phil
>>>>>>>>>>> > >>> > >
>>>>>
>>>>>
>>>>>
>>>>>     
>>>>>
>>>>> .
>>>>>
>>>>>
>>>>
>>>>
>>>> .
>>>>
>>>>



Yahoo! Message number: 1910
Date: Tue, 24 Jun 2008 16:27:10 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=windows-1252

Ben,
The hard drive is probably bad.  It is a mechanical device that is close to 20 years old. 
There could be many things wrong.  Here are a few possibilities:
The lubricant in the bearings could have leaked out.  Or,
The bearings ceased.  Or,
The motor cannot maintain the proper RPM.
One thing is to try boot to DOS and see if fdisk "sees" the hard drive. If it does, set up the partition, and then format it.
Let us know if that works.
-Shawn



----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, June 24, 2008 6:08:39 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi

Thank you, but that’s not my problem. My grid case has a cmos battery,
not a Dallas RTC.

Anybody else have any ideas about getting my hard drive to work?


On 6/24/08 5:23 PM, "Paolo Binotti" <paolobinotti@...> wrote:



 

Read:
http://www.mcamafia.de/mcapage0/dsrework.htm


Il giorno 24/giu/08, alle ore 21:06, Benjamin Nold ha scritto:


Hi

I have already replaced the cmos battery underneath the display.
If the dallas is different cmos battery than the one I already
Replaced, how do I replaced thr dallas one?

Ben


On 6/24/08 2:50 PM, "Paolo Binotti" <paolobinotti@...> wrote:



 

The failure is due to the very very low level of Dallas cmos battery.

I had the same problems..... i hacked the dallas integrate with an external battery and now it's OK.

Paolo

Il giorno 24/giu/08, alle ore 20:26, Benjamin Nold ha scritto:


Hi

I got the computer to boot off of the dos chip and was able to set the date.

Now when the computer boots it will not ask for the time of day,
but it will freeze, and then the hard drive light will turn on and about five minutes
later it will tell me that there is a hard drive failure and to strike F1 to continue.

It will then boot up off of the dos chip, and I was able to run gridscan from the dos 3.22 floppy.
It said that I have a 40mb hard drive GRID type 0 (It did not tell me that before I
replaced the battery). Could the hard drive be O.K, but have been erased by the
people that had it before me?

Also, I still cannot get the computer to boot from a floppy, hitting F does not make a difference

Ben


On 6/23/08 8:21 PM, "jeriddian" <Jeriddian@...> wrote:



 

Okay,

Basic memory check is intact. So you have an internal MSDOS 3.21 ROM
chip installed? Why do you need the floppy then? The computer looks
at any installed ROM chip as an extension of the A: drive. As far as
it is concerned, when you have a ROM ship installed, the A: drive is
1.568 MB, not 1.44 MB (with 128K unwritable). You may be having a
conflict between the two versions of DOS.

But I will assume you have removed the MSDOS 3.21 chip. What happened
is that before you replaced the battery, the computer had no data to
indicate that you had a hard drive at all, therefore it wasn't able
to check for it and did not bother doing that. I believe that is why
you could boot up. However, once you replaced the battery, it now had
the data in the CMOS to check for the hard drive, and because the
hard drive has failed, the computer cannot boot up. It's in an
endless cycle waiting for the HDD to respond, but it's probably bad
and therefore the computer responds that it has failed and asks for
you to press F1 to continue. That tells it to ignore the commands it
needs to verify the HDD is operational. However when you press F1, 
the computer still thinks there is a HDD even though it hasn't
verified it, adn it will still go to it first for the OS. Because it
can't access the HDD, it can't find COMMAND.COM which is the
operational file that's gives the user an interface to the computer
through MSDOS. That gives you the error message "Bad or missing
command interpreter".

If, when you boot up, IMMEDIATELY after hearing the computer beep
once, you must press the "F" key (not an "f" command, the actual
letter "F"), which tells the computer to read the floppy disk first.
It should then boot off of the floppy disk. if you can do that, your
problem is a bad HDD which must be replaced.

Hope that helps.

Phil

--- In RuGRiD-Laptop@yahoogroups.com <mailto:RuGRiD-Laptop%40yahoogroups.com> , Benjamin Nold <brnold@...>
wrote:
>
> Hi
>
> This is what the computer displays
>
> Phoenix 80286 ROM BIOS Version 3.06   10/25/89
> Copyright © 1985,1986 Phoenix Technologies Ltd
> All Rights Reserved
>
> 640K Base Memory, 01408K Extended
> Time-of-day clock stopped – please set current time
>
> It will count the memory twice, then give me the Time-of-day
message,
>  then it’s about 3-4 seconds before the hard drive light comes on.
>
> Before I replaced the battery I did get it to boot from a floppy
disk,
> And it would also boot from the internal MS-DOS 3.21 chip.
>
> The hard drive seems to have a steady sound,
> But it will click once in a while.
>
> O.k. When I was sitting here it just gave me the message
>
> Hard drive failure
>  strike f1 to continue
>
> Bad or missing command interpreter
>
> And then it will freeze up
>
> Ben
>
>
>
> On 6/23/08 3:41 PM, "jeriddian" <Jeriddian@...> wrote:
>
> >  
> >  
> >
> > Okay, Benjamin,
> >
> > Then you have another problem. Again I'm assuming the battery is
good
> > since you've replaced it. Does the POST work? In other words does
the
> > initial memory count check out? Are there any other error messages
> > before you get to TOD?
> >
> > My initial impression is that the computer is trying to access the
> > HDD now that the CMOS circuits are active again, but cannot do so.
> > The most likely reason is that the HDD is probably bad. But that
is
> > not the only possibility. With the HDD light permanently on, the
> > computer is locked down in a repetitive loop it cannot get out of,
> > and the only thing you can do is reboot. But a warm reboot also
does
> > not work, forcing you to turn the computer completely off and do a
> > cold reboot, which only returns you back to the initial problem.
This
> > suggests a more serious problem which is a faulty motherboard or
> > faulty ROM chips. I have no way to diagnose either problem at this
> > point, although a replacement set of ROM chips can be obtained to
> > rule that possibility out.
> >
> > The reason the computer beeps after fifteen keystrokes is that
> > fifteen keystrokes is all the computer will hold in the queue for
> > execution. After that it will beep you to tell you the keystroke
you
> > just entered won't be processed.
> >
> > If you can replace the HDD (very hard, or near impossible, to
find a
> > replacement), and/or the ROM chips, then it might be possible to
> > narrow the problem down or eliminate it.
> >
> > Best I can offer, Good luck.
> >
> > Phil
> >
> > --- In RuGRiD-Laptop@yahoogroups.com<mailto:RuGRiD-Laptop%40yahoogroups.com><mailto:RuGRiD-Laptop%
40yahoogroups.com>
> > , Benjamin Nold <brnold@>
> > wrote:
> >> >
> >> > Hi
> >> >
> >> > When I get the time of day message, it does not ask to set the
time
> >> > and return does not bypass it. After that the hard drive light
> > turns on, and
> >> > I can press any key on the keyboard fifteen times and after
that the
> >> > computer will start
> >> > to beep every time I press a key. Pressing Ctrl+Alt+Del does
> > restart the
> >> > computer,
> >> > But then the computer will not boot up!
> >> >
> >> > Ben
> >> >
> >> > On 6/22/08 11:31 PM, "jeriddian" <Jeriddian@> wrote:
> >> >
> >>> > >  
> >>> > >  
> >>> > >
> >>> > > Hi Benjamin,
> >>> > >
> >>> > > Welcome to the fold.
> >>> > >
> >>> > > From what I read, you've replaced the battery so the time
circuits
> >>> > > are operational. When you boot up the computer, is the Time
of Day
> >>> > > correct (in other words, is the time that you set it)? If
so, then
> >>> > > the computer is working fine. DOS 3.3 will always go into
asking
> > if
> >>> > > you want to change the time of day automatically when it
boots up.
> >>> > > Just hit enter twice and it will immediately take you to
the A:>
> >>> > > prompt. I think that's the default for DOS 3.3. There may
be a
> > way to
> >>> > > autoconfigure your way past it, but I don't know what it is.
> >>> > >
> >>> > > Phil
> >>> > >



      
     
.
    


     
.
    






Yahoo! Message number: 1911
Date: Tue, 24 Jun 2008 19:51:53 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

I ran fdisk from the dos 3.22 floppy disk (I still can¹t boot from a floppy
disk)
And it gave me this message

Error reading fixed disk.

Does this mean that my hard drive is dead, or that it can¹t read from my
floppy?

Also, how do I take out the dos chip, I was thinking that there might be a
conflict
between that and the floppy.

 Ben

On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@...> wrote:

>
>
>
> Ben,
>
> The hard drive is probably bad.  It is a mechanical device that is close to 20
> years old.
>
> There could be many things wrong.  Here are a few possibilities:
>
> The lubricant in the bearings could have leaked out.  Or,
>
> The bearings ceased.  Or,
>
> The motor cannot maintain the proper RPM.
>
>
>
> One thing is to try boot to DOS and see if fdisk "sees" the hard drive. If it
> does, set up the partition, and then format it.
>
>
>
> Let us know if that works.
>
> -Shawn
>
>
>>
>>
>>
>> Latest product news
>> <http://us.ard.yahoo.com/SIG=13ote3okc/M=493064.12016262.12445669.8674578/D=g
>> roups/S=1708285663:NC/Y=YAHOO/EXP=1214357237/L=/B=Z6erEkLaX.8-/J=121435003764
>> 3788/A=5028926/R=0/SIG=11e3tma2a/*http://new.groups.yahoo.com/moderatorcentra
>> l>
>>
>>
>> Join Mod. Central
>>
>>
>> stay connected.
>>
>>
>>
>> Yahoo! Groups
>>
>>
>> w/ John McEnroe
>> <http://us.ard.yahoo.com/SIG=13odfmdoj/M=493064.12016283.12445687.8674578/D=g
>> roups/S=1708285663:NC/Y=YAHOO/EXP=1214357237/L=/B=aKerEkLaX.8-/J=121435003764
>> 3788/A=5202322/R=0/SIG=11aijbghb/*http://new.groups.yahoo.com/allbrangroup>
>>
>> 
>> Join the All-Bran
>>
>>
>> Day 10 Club.
>>
>>
>> 
>>
>> .
>>
>>



Yahoo! Message number: 1912
Date: Tue, 24 Jun 2008 19:11:51 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=iso-8859-7

HHmm.. "Error reading fixed disk" seems to imply that the computer detects the hard drive, but can't read or write from the drive.
It appears that the hard drive is defective.  I don't think there is much you can do for it.
The DOS chip should be on the left side, between the keyboard and video display.  There might be a hinged door.  Just pull the chip straight out.
-Shawn




----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, June 24, 2008 7:51:53 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi

I ran fdisk from the dos 3.22 floppy disk (I still can¢t boot from a floppy disk)
And it gave me this message

Error reading fixed disk.

Does this mean that my hard drive is dead, or that it can¢t read from my floppy?

Also, how do I take out the dos chip, I was thinking that there might be a conflict
between that and the floppy.

 Ben

On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@...> wrote:



 

Ben,

The hard drive is probably bad.  It is a mechanical device that is close to 20 years old.  

There could be many things wrong.  Here are a few possibilities:

The lubricant in the bearings could have leaked out.  Or,

The bearings ceased.  Or,

The motor cannot maintain the proper RPM.

 

One thing is to try boot to DOS and see if fdisk "sees" the hard drive. If it does, set up the partition, and then format it.

 

Let us know if that works.

-Shawn




 

Latest product news <http://us.ard.yahoo.com/SIG=13ote3okc/M=493064.12016262.12445669.8674578/D=groups/S=1708285663:NC/Y=YAHOO/EXP=1214357237/L=/B=Z6erEkLaX.8-/J=1214350037643788/A=5028926/R=0/SIG=11e3tma2a/*http://new.groups.yahoo.com/moderatorcentral>
 

Join Mod. Central
 

stay connected.
                  
 
 
Yahoo! Groups
 

w/ John McEnroe <http://us.ard.yahoo.com/SIG=13odfmdoj/M=493064.12016283.12445687.8674578/D=groups/S=1708285663:NC/Y=YAHOO/EXP=1214357237/L=/B=aKerEkLaX.8-/J=1214350037643788/A=5202322/R=0/SIG=11aijbghb/*http://new.groups.yahoo.com/allbrangroup>
 

Join the All-Bran
 

Day 10 Club.
                  
 
      
     
.
    






Yahoo! Message number: 1913
Date: Tue, 24 Jun 2008 22:34:27 -0400
From: Benjamin Nold
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset="ISO-8859-1"

Hi

Just to see what it would do I put the dos 3.3  disk into my dell laptop and
booted into dos.
I ran fdisk and it could not see my dell¹s hard drive either. Does any body
have a way to
send me a different version of dos and fdisk to see if it makes a
difference?

If not how do I replace the grid case hard drive?

Ben


On 6/24/08 10:11 PM, "Shawnerz" <shawnerz@yahoo.com> wrote:

>
>
>
> HHmm.. "Error reading fixed disk" seems to imply that the computer detects the
> hard drive, but can't read or write from the drive.
>
> It appears that the hard drive is defective.  I don't think there is much you
> can do for it.
>
> The DOS chip should be on the left side, between the keyboard and video
> display.  There might be a hinged door.  Just pull the chip straight out.
>
> -Shawn
>
>
> ----- Original Message ----
> From: Benjamin Nold <brnold@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Tuesday, June 24, 2008 7:51:53 PM
> Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
>
> Hi
>
> I ran fdisk from the dos 3.22 floppy disk (I still can¹t boot from a floppy
> disk)
> And it gave me this message
>
> Error reading fixed disk.
>
> Does this mean that my hard drive is dead, or that it can¹t read from my
> floppy?
>
> Also, how do I take out the dos chip, I was thinking that there might be a
> conflict
> between that and the floppy.
>
>  Ben
>
> On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@yahoo.com> wrote:
>
>>
>>
>>
>> Ben,
>>
>> The hard drive is probably bad.  It is a mechanical device that is close to
>> 20 years old.
>>
>> There could be many things wrong.  Here are a few possibilities:
>>
>> The lubricant in the bearings could have leaked out.  Or,
>>
>> The bearings ceased.  Or,
>>
>> The motor cannot maintain the proper RPM.
>>
>>
>>
>> One thing is to try boot to DOS and see if fdisk "sees" the hard drive. If it
>> does, set up the partition, and then format it.
>>
>>
>>
>> Let us know if that works.
>>
>> -Shawn
>
>



Yahoo! Message number: 1914
Date: Tue, 24 Jun 2008 19:56:52 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
text/plain; charset=iso-8859-7

Ben,
I don't know how new your Dell is.  If it is built in the last couple of years or so, it may not use IDE to talk to the hard drive.  It may be the newer AHCI interface.  It might be a BIOS setting on your laptop.  If it is AHCI, DOS 3.3 won't be able to talk to the hard drive.  Also, if your hard drive is SATA, then it won't be seen by DOS 3.3.
The hard drive is under the floppy drive.  To remove it, (I'm doing this from memory, so I might forget a step) you have to remove the 4 screws that hold it down.  Remove the 3 mylar "strips" that run over the drive assembly.  The connectors are near the RAM.
Then, remove the mylar strips that plug in to the motherboard and the drive assembly.  Finally, you might have to remove the two screws that hold down the DC-DC converter (the small brick looking thing next to the drive assembly).  After the screws and mylar have been removed, you should be able lift the drive assembly out of the computer.  If you turn the assembly upside-down, you wil see the hard drive.  I think there are 4 screws that hold it in the drive assembly.
The 3 mylar strips that go over the drive assembly only extend the serial and parallel connectors to the rear.  They are not necessary to reconnect if you just want to test.
Good luck,
-Shawn


----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, June 24, 2008 10:34:27 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi

Just to see what it would do I put the dos 3.3  disk into my dell laptop and booted into dos.
I ran fdisk and it could not see my dell¢s hard drive either. Does any body have a way to
send me a different version of dos and fdisk to see if it makes a difference?

If not how do I replace the grid case hard drive?

Ben


On 6/24/08 10:11 PM, "Shawnerz" <shawnerz@...> wrote:



 

HHmm.. "Error reading fixed disk" seems to imply that the computer detects the hard drive, but can't read or write from the drive.

It appears that the hard drive is defective.  I don't think there is much you can do for it.

The DOS chip should be on the left side, between the keyboard and video display.  There might be a hinged door.  Just pull the chip straight out.

-Shawn


----- Original Message ----
From: Benjamin Nold <brnold@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, June 24, 2008 7:51:53 PM
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

Hi

I ran fdisk from the dos 3.22 floppy disk (I still can¢t boot from a floppy disk)
And it gave me this message

Error reading fixed disk.

Does this mean that my hard drive is dead, or that it can¢t read from my floppy?

Also, how do I take out the dos chip, I was thinking that there might be a conflict
between that and the floppy.

 Ben

On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@...> wrote:



 

Ben,

The hard drive is probably bad.  It is a mechanical device that is close to 20 years old.  

There could be many things wrong.  Here are a few possibilities:

The lubricant in the bearings could have leaked out.  Or,

The bearings ceased.  Or,

The motor cannot maintain the proper RPM.

 

One thing is to try boot to DOS and see if fdisk "sees" the hard drive. If it does, set up the partition, and then format it.

 

Let us know if that works.

-Shawn
   






Yahoo! Message number: 1915
Date: Wed, 25 Jun 2008 03:20:16 -0000
From: "jeriddian"
Subject: Re: Grid 1520

Hi Ben,

Your Dell is far too advanced a computer for DOS 3.3. The HDD of the
DELL has technology that would not be recognized by such a primitive
OS as DOS 3.3. That's why it wouldn't recognize it on Fdisk. You can
go to various web sites and download the latest independent DOS
before they stopped upgrading because the OS world had developed into
Windows by then, and that latest full DOS is version 6.22. Just
Google it and you should be able to find a site that will let you
download it.

But to be honest I don't think it will make any difference at all.
Chances are very strong that you have a bad HDD. The GRiDcase 1520
was limited to only six possible drive configurations that it will
recognize, only three of which were actually made and usable (the
other three were test configurations I believe). These are the only
drives the computer will see short of altering the ROM BIOS chips
themselves (something I and Shawn have done, BTW) because this
information is hardcoded into the ROM BIOS chips. These drives are
all Conner hard drives from the early 1980's which are the 20 MB, 40
MB, and 100 MB drives. These drives were not that well made and the
majority of them will not last twenty plus years. Conner was
eventually bought out by SeaGate in the 1980's, so you can't really
go back to the company.

Everything you have reported points to the hard drive being bad and
unusable. It has been the most frequent problem we run into apart
from the dead CMOS battery. Trying to find another one of these old
drives is extremely tough. You would have to go to old vintage
computer parts stores and junk shops and scrounge around for these
drives (I know. I've done it.) I have occasionally been successful in
finding a usable Conner drive of that era that could substitute for
the bad one. If you find a compatible HDD with a compatible pin
configuration (which is different from today's HDD. That's because
the protocol that the computer uses to communicate with the HDD is
the old MFM protocol [modified frequency modulation] which is a
precursor for the present day IDE protocol.), it may be possible to
program new ROM chips to let the computer accept it. As I've said,
both Shawn and I have been successful at doing that. But short of
that, it will be nearly impossible for you to replace that HDD.

This is a page which shows the different Conner Hard Drives:

http://www.computerhope.com/hdconner.htm

Pretty much, the series you can use are the CP series. I would
recommend using only a HDD under 512 MB due to limitations of the
operating system and the computer. It is only an 8 bit machine after
all. The original drives for this computer which require no
modification for the ROM chips are the CP3024, CP3044, and the
CP30104. However, many of the other CP models will work in the 1520
with modification of the hard coding in the ROM BIOS chips. I have
been succesful in using the CP30174E for example. Some of the CFS
series hard drives can also be used. Both Shawn and I have adapted
the CFS420A for example. The other CF models are too advanced and
cannot be used, I believe. Be aware though, some of the CP models may
not be adaptable due to pin configuration, but I cannot tell you
which ones exactly. Also some of them are full height, which you also
cannot use.

Unfortunately, those are your only choices. All you can do is try to
find a replacement for the hard drive. As I noted, it is almost
impossible to find an exact replacement. You may be left with trying
to adapt another Conner HDD from the available list, if you can find
one that works, and even those are very difficult to find. If you do
find one, you will then have to burn new ROM BIOS chips on EPROMS
using an EPROM burning device, many of which you can find on Ebay or
for sale otherwise. Shawn has listed the instructions for altering
the hard code on the ROM BIOS to allow the computer to recognize the
new drive, and these instructions are in the files section.

I'm sorry it's so difficult. But we have all been through these
problems here on the forum and hashed them out, trying to find
solutions. This is the best we have come up with so far.

Best of luck to you.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Benjamin Nold <brnold@...>
wrote:
>
> Hi
>
> Just to see what it would do I put the dos 3.3  disk into my dell
laptop and
> booted into dos.
> I ran fdisk and it could not see my dell¹s hard drive either. Does
any body
> have a way to
> send me a different version of dos and fdisk to see if it makes a
> difference?
>
> If not how do I replace the grid case hard drive?
>
> Ben
>
>
> On 6/24/08 10:11 PM, "Shawnerz" <shawnerz@...> wrote:
>
> >
> >
> >
> > HHmm.. "Error reading fixed disk" seems to imply that the
computer detects the
> > hard drive, but can't read or write from the drive.
> >
> > It appears that the hard drive is defective.  I don't think there
is much you
> > can do for it.
> >
> > The DOS chip should be on the left side, between the keyboard and
video
> > display.  There might be a hinged door.  Just pull the chip
straight out.
> >
> > -Shawn
> >
> >
> > ----- Original Message ----
> > From: Benjamin Nold <brnold@...>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Tuesday, June 24, 2008 7:51:53 PM
> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >
> > Hi
> >
> > I ran fdisk from the dos 3.22 floppy disk (I still can¹t boot
from a floppy
> > disk)
> > And it gave me this message
> >
> > Error reading fixed disk.
> >
> > Does this mean that my hard drive is dead, or that it can¹t read 
from my
> > floppy?
> >
> > Also, how do I take out the dos chip, I was thinking that there
might be a
> > conflict
> > between that and the floppy.
> >
> >  Ben
> >
> > On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@...> wrote:
> >
> >>
> >>
> >>
> >> Ben,
> >>
> >> The hard drive is probably bad.  It is a mechanical device that
is close to
> >> 20 years old.
> >>
> >> There could be many things wrong.  Here are a few possibilities:
> >>
> >> The lubricant in the bearings could have leaked out.  Or,
> >>
> >> The bearings ceased.  Or,
> >>
> >> The motor cannot maintain the proper RPM.
> >>
> >>
> >>
> >> One thing is to try boot to DOS and see if fdisk "sees" the hard
drive. If it
> >> does, set up the partition, and then format it.
> >>
> >>
> >>
> >> Let us know if that works.
> >>
> >> -Shawn
> >
> >
>




Yahoo! Message number: 1916
Date: Thu, 26 Jun 2008 00:06:50 -0000
From: "androgenoide"
Subject: Re: Grid 1520

I'm not sure if DOS 3.3 will see a FAT32 drive or, for that matter,
anything bigger than 500MB.  If you want to try a sanity check you
might find a Win98 machine someplace and make a boot disk with that
(format & system files)  Add fdisk from the windows command folder and
that should see the Dell HDD OK.  If you can find a way to boot the
Grid from that disk it should give you an honest opinion on the drive.
    Getting it too boot from the floppy may involve looking for that
config 15xx utility though.  IIRC there is a routine in there that has
to be run to get it to boot from the EPROM... since you've just
blanked the CMOS and it boots from the chip maybe that's the default
mode for your bios (just guessing) and, if it is, you might have to
run the utility to change where it looks...

I'm just guessing here, mind you...don't take this as gospel.  And, of
course, I agree that the old Conner drive is probably bad...most of
them are at this point.     A couple years back I found one in a
surplus store that appeared to have no bad sectors!  It didn't stay
that way for long though.

I've found myself thinking about these old hard drives...they were
made way before drives reported their configuration to the bios
weren't they?   If you simply put in a drive with more sectors, more
heads..etc what are the chances that the Grid would read it as the
smaller drive that it was expecting to find?   Maybe I'm not thinking
clearly about this...












--- In RuGRiD-Laptop@yahoogroups.com, Benjamin Nold <brnold@...> wrote:
>
> Hi
>
> Just to see what it would do I put the dos 3.3  disk into my dell
laptop and
> booted into dos.
> I ran fdisk and it could not see my dell¹s hard drive either. Does
any body
> have a way to
> send me a different version of dos and fdisk to see if it makes a
> difference?
>
> If not how do I replace the grid case hard drive?
>
> Ben
>
>
> On 6/24/08 10:11 PM, "Shawnerz" <shawnerz@...> wrote:
>
> >
> >
> >
> > HHmm.. "Error reading fixed disk" seems to imply that the computer
detects the
> > hard drive, but can't read or write from the drive.
> >
> > It appears that the hard drive is defective.  I don't think there
is much you
> > can do for it.
> >
> > The DOS chip should be on the left side, between the keyboard and
video
> > display.  There might be a hinged door.  Just pull the chip
straight out.
> >
> > -Shawn
> >
> >
> > ----- Original Message ----
> > From: Benjamin Nold <brnold@...>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Tuesday, June 24, 2008 7:51:53 PM
> > Subject: Re: [RuGRiD-Laptop] Re: Grid 1520
> >
> > Hi
> >
> > I ran fdisk from the dos 3.22 floppy disk (I still can¹t boot from
a floppy
> > disk)
> > And it gave me this message
> >
> > Error reading fixed disk.
> >
> > Does this mean that my hard drive is dead, or that it can¹t read
from my
> > floppy?
> >
> > Also, how do I take out the dos chip, I was thinking that there
might be a
> > conflict
> > between that and the floppy.
> >
> >  Ben
> >
> > On 6/24/08 7:27 PM, "Shawnerz" <shawnerz@...> wrote:
> >
> >>
> >>
> >>
> >> Ben,
> >>
> >> The hard drive is probably bad.  It is a mechanical device that
is close to
> >> 20 years old.
> >>
> >> There could be many things wrong.  Here are a few possibilities:
> >>
> >> The lubricant in the bearings could have leaked out.  Or,
> >>
> >> The bearings ceased.  Or,
> >>
> >> The motor cannot maintain the proper RPM.
> >>
> >>
> >>
> >> One thing is to try boot to DOS and see if fdisk "sees" the hard
drive. If it
> >> does, set up the partition, and then format it.
> >>
> >>
> >>
> >> Let us know if that works.
> >>
> >> -Shawn
> >
> >
>




Yahoo! Message number: 1917
Date: Wed, 25 Jun 2008 18:56:12 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Grid 1520

>I've found myself thinking about these old hard drives...they were
>made way before drives reported their configuration to the bios
>weren't they?  If you simply put in a drive with more sectors, more
>heads..etc what are the chances that the Grid would read it as the
>smaller drive that it was expecting to find?  Maybe I'm not thinking
>clearly about this...

Phil(?),
Good thought, but no. 
In the BIOS, there is a 61 or 62 entry table that contains Cylinder, Heads and Sector (a.k.a. CHS, a.k.a. "drive geometry") numbers for different drive types.  These table entries also contain the pre-comp, LZ and other things I can't remember.  If the drive doesn't match these values, the computer won't recognize the hard drive.
There are several questions that I have that I haven't had the time to answer.
1:  In the BIOS, there is a 3 entry text table of the drive types.  I think the text fields are irrelevant.  I think the CHS numbers in the table are the important values.
2.  Does the BIOS go through all 60 table entries or does it only look at the 2nd entry?  I ask this because when I got the 420 MB drive to work, it was the 2nd table entry that I modified.
Let me just say it's a long and painful process from me to burn EPROMs just to test different ideas.  I was looking at 2764 emulator.  The guy wanted $175 for one - which is a good deal.  However, I'd need 2 (one for the even and one for the odd EPROM).  It's kind of hard from me to justify $350 on this hobby.

-Shawn






Yahoo! Message number: 1918
Date: Thu, 26 Jun 2008 02:13:10 -0000
From: "jeriddian"
Subject: Re: Grid 1520

Hi, Shawn,

Actually no, it was androgenoide who wrote that last post. I agree
though about the money you could spend. I found a used PB-10 EPROM
programmer on Ebay for about $25, then bought some used ROM 28c128
EPROM chips for about $1 apiece. That was what I was able to do. I
spent another $25 on an ancient P1 computer and attached the burning
unit into a PCI slot and loaded MSDOS 6.22 on it. The only thing I
have on this unit is the program to run the programmer to burn the
EPROMS. It's a little annoying to use because you have to run it
strictly from DOS without much of any kind of GUI, but it works fine,
and it was cheap overall.

      As to the hard drive table, I believe it probably doesn't
matter where you place the information, I think the BIOS will read
the entire table and try to match it to what it's reading on the HDD.
If it finds a match then it will pass the code to recognize the hard
drive and connect the I/O  parameters into the computer. If it
doesn't find a match, it will simply pass the code of no
recognitiion, and simply not see the HDD.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> >I've found myself thinking about these old hard drives...they were
> >made way before drives reported their configuration to the bios
> >weren't they?  If you simply put in a drive with more sectors, more
> >heads..etc what are the chances that the Grid would read it as the
> >smaller drive that it was expecting to find?  Maybe I'm not
thinking
> >clearly about this...
>
> Phil(?),
> Good thought, but no. 
> In the BIOS, there is a 61 or 62 entry table that
contains Cylinder, Heads and Sector (a.k.a. CHS, a.k.a. "drive
geometry") numbers for different drive types.  These table entries
also contain the pre-comp, LZ and other things I can't remember.  If
the drive doesn't match these values, the computer won't recognize
the hard drive.
> There are several questions that I have that I haven't had the time
to answer.
> 1:  In the BIOS, there is a 3 entry text table of the drive types.  
I think the text fields are irrelevant.  I think the CHS numbers in
the table are the important values.
> 2.  Does the BIOS go through all 60 table entries or does it only
look at the 2nd entry?  I ask this because when I got the 420 MB
drive to work, it was the 2nd table entry that I modified.
> Let me just say it's a long and painful process from me to burn
EPROMs just to test different ideas.  I was looking at 2764
emulator.  The guy wanted $175 for one - which is a good deal. 
However, I'd need 2 (one for the even and one for the odd EPROM). 
It's kind of hard from me to justify $350 on this hobby.
>
> -Shawn
>




Yahoo! Message number: 1919
Date: Fri, 27 Jun 2008 12:42:43 -0000
From: "simran.kaur123"
Subject: Apple MacBook with Unique Features

The new Apple MacBook measures 1.80 inch in height, width 12.78 inches
and weight 2.27kg. It features the latest Intel Core 2Duo processor
with 3MB on-chip shared L2 cache running 1:1 with processor speed,
800MHz frontside bus and 1GB (two 512MB SO-DIMMs) or 2GB (two 1GB
SO-DIMMs) of 667MHz DDR2 SDRAM; two SO-DIMM slots support up to 4GB.

Some of the installed software are Mac OS X v10.5 Leopard (includes
Time Machine, Quick Look, Spaces, Spotlight, Dashboard, Mail, iChat,
Safari, Address Book, QuickTime, iCal, DVD Player, Photo Booth, Front
Row, Xcode Developer Tools) Get connected though it's built-in AirPort
Extreme Wi-Fi wireless networking (based on IEEE 802.11n draft
specification); IEEE 802.11a/b/g compatible. 55-watt-hour
lithium-polymer battery gives 4.5 hrs of wireless productivity. These
are just few of its features check more in its site.

Apple is running great offers which will be valid only for this month.

Check this site for more information
http://www.laptop-offers.com/promotions/offer.jsp?channel=cm&keyword=902





Yahoo! Message number: 1920
Date: Fri, 27 Jun 2008 06:05:22 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Apple MacBook with Unique Features

I thought something was odd about his request to join:
>Hello,
>The following person would like to join the RuGRiD-Laptop group:
>Email address: simran.kaur123 <simran.kaur123@...>
>Comment from user:
>There are many queries about laptop in my mind so i want to join this
>group.

That's why I didn't approve him.  Anyway, he's banned now.
-Shawn


----- Original Message ----
From: simran.kaur123 <simran.kaur123@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Friday, June 27, 2008 8:42:43 AM
Subject: [RuGRiD-Laptop] Apple MacBook with Unique Features

The new Apple MacBook measures 1.80 inch in height, width 12.78 inches
and weight 2.27kg. It features the latest Intel Core 2Duo processor
with 3MB on-chip shared L2 cache running 1:1 with processor speed,






Yahoo! Message number: 1921
Date: Fri, 27 Jun 2008 23:47:54 -0000
From: "androgenoide"
Subject: Re: Apple MacBook with Unique Features

Now if there were a way to hack into the website he posted and run a
promo for a Grid there...

No, probably too evil, especially since the Grids would be a little
hard for a Mac user to deal with.













--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> I thought something was odd about his request to join:
> >Hello,
> >The following person would like to join the RuGRiD-Laptop group:
> >Email address: simran.kaur123 <simran.kaur123@...>
> >Comment from user:
> >There are many queries about laptop in my mind so i want to join this
> >group.
>
> That's why I didn't approve him.  Anyway, he's banned now.
> -Shawn
>
>
> ----- Original Message ----
> From: simran.kaur123 <simran.kaur123@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Friday, June 27, 2008 8:42:43 AM
> Subject: [RuGRiD-Laptop] Apple MacBook with Unique Features
>
> The new Apple MacBook measures 1.80 inch in height, width 12.78 inches
> and weight 2.27kg. It features the latest Intel Core 2Duo processor
> with 3MB on-chip shared L2 cache running 1:1 with processor speed,
>




Yahoo! Message number: 1922
Date: Tue, 01 Jul 2008 15:50:53 -0000
From: "nick_zravre"
Subject: 1520 hdd question

Hello,

I just replaced the cmos battery last night, coincidentally that
battery also failed last night. The hdd was working perfectly last
night, booted up perfectly. However, now the laptop will get to the
part where it says time of day clock stopped and hang, while it is
there the hard drive can be heard starting up and shutting down every
couple of seconds. I just wanted a few opinions before I pronounce
said hard drive dead, being that usually, from what I've read, the
conner disk drives tend to just spin freely when dead.



Yahoo! Message number: 1923
Date: Tue, 1 Jul 2008 09:21:50 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] 1520 hdd question

Nick,
Because the computer booted from the hard drive just last night with no problems, I would hesitate to say the hdd is dead.
I would try to force it to boot to DOS from floppy and then see if fdisk "sees" the drive.
Hard drives fail everyday. But, it's hard to believe that yours decided to die today.
-Shawn

----- Original Message ----
From: nick_zravre <GBabecki@dejazzd.com>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, July 1, 2008 11:50:53 AM
Subject: [RuGRiD-Laptop] 1520 hdd question

Hello,

I just replaced the cmos battery last night, coincidentally that
battery also failed last night. The hdd was working perfectly last
night, booted up perfectly. However, now the laptop will get to the
part where it says time of day clock stopped and hang, while it is
there the hard drive can be heard starting up and shutting down every
couple of seconds. I just wanted a few opinions before I pronounce
said hard drive dead, being that usually, from what I've read, the
conner disk drives tend to just spin freely when dead.


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1924
Date: Wed, 02 Jul 2008 21:56:49 -0000
From: "nick_zravre"
Subject: Re: 1520 hdd question

Hello,
I wasn't able to see it with fdisk, when I did get past the timer
message. However, I was able to get it working after taking the whole
thing apart again and making sure every connector was in place
correctly and such. Anyway it does work, once again. I was also was
wondering if anyone knows where I could find the pinout of the grid
pod expansion bus, I was think its connectors were exactly the same
pinouts as the standard isa and isa-16, however the number of pins
appears to be 100 (60 and 40 for the large and small connectors,
respectively) rather than 98. I may have counted wrong, however I
reasonably certain that my count of 60 and 40 contacts appears to be
right.
Thanks,
Nick


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Nick,
> Because the computer booted from the hard drive just last night with
no problems, I would hesitate to say the hdd is dead.
> I would try to force it to boot to DOS from floppy and then see if
fdisk "sees" the drive.
> Hard drives fail everyday. But, it's hard to believe that yours
decided to die today.
> -Shawn
>
> ----- Original Message ----
> From: nick_zravre <GBabecki@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Tuesday, July 1, 2008 11:50:53 AM
> Subject: [RuGRiD-Laptop] 1520 hdd question
>
> Hello,
>
> I just replaced the cmos battery last night, coincidentally that
> battery also failed last night. The hdd was working perfectly last
> night, booted up perfectly. However, now the laptop will get to the
> part where it says time of day clock stopped and hang, while it is
> there the hard drive can be heard starting up and shutting down every
> couple of seconds. I just wanted a few opinions before I pronounce
> said hard drive dead, being that usually, from what I've read, the
> conner disk drives tend to just spin freely when dead.
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>




Yahoo! Message number: 1925
Date: Wed, 2 Jul 2008 15:26:03 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: 1520 hdd question

Nick,
Check out the Files section of the group.  If you didn't know we had one, you can go here:
http://tech.groups.yahoo.com/group/RuGRiD-Laptop/files/
Check out the 1520 Hardware service course.  I'm pretty sure the pinout would be in there.  I'm sorry that I can't tell you exactly which one it would be in.
Let us know if you find what you need.
Thanks,
-Shawn



----- Original Message ----
From: nick_zravre <GBabecki@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Wednesday, July 2, 2008 5:56:49 PM
Subject: [RuGRiD-Laptop] Re: 1520 hdd question

Hello,
I wasn't able to see it with fdisk, when I did get past the timer
message. However, I was able to get it working after taking the whole
thing apart again and making sure every connector was in place
correctly and such. Anyway it does work, once again. I was also was
wondering if anyone knows where I could find the pinout of the grid
pod expansion bus, I was think its connectors were exactly the same
pinouts as the standard isa and isa-16, however the number of pins
appears to be 100 (60 and 40 for the large and small connectors,
respectively) rather than 98. I may have counted wrong, however I
reasonably certain that my count of 60 and 40 contacts appears to be
right.
Thanks,
Nick


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Nick,
> Because the computer booted from the hard drive just last night with
no problems, I would hesitate to say the hdd is dead.
> I would try to force it to boot to DOS from floppy and then see if
fdisk "sees" the drive.
> Hard drives fail everyday. But, it's hard to believe that yours
decided to die today.
> -Shawn
>
> ----- Original Message ----
> From: nick_zravre <GBabecki@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Tuesday, July 1, 2008 11:50:53 AM
> Subject: [RuGRiD-Laptop] 1520 hdd question
>
> Hello,
>
> I just replaced the cmos battery last night, coincidentally that
> battery also failed last night. The hdd was working perfectly last
> night, booted up perfectly. However, now the laptop will get to the
> part where it says time of day clock stopped and hang, while it is
> there the hard drive can be heard starting up and shutting down every
> couple of seconds. I just wanted a few opinions before I pronounce
> said hard drive dead, being that usually, from what I've read, the
> conner disk drives tend to just spin freely when dead.
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1926
Date: Mon, 14 Jul 2008 08:19:20 -0700 (PDT)
From: Shawnerz
Subject: Hard Drive Additions/Modifications
text/plain; charset=us-ascii

All,
I am wondering if anybody on the list has modified their Grid to recognize another hard drive that is not a Conner hard drive?
There are many new people on the list and perhaps someone already gotten their Grid to recognize other hard drive manufacturers.
Thanks,
-Shawn


      

Yahoo! Message number: 1927
Date: Tue, 15 Jul 2008 01:30:56 +0200
From: Andrea
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications

Hallo Shawn,
I don't know if there's any possibility to use other hard drive 
manufacturers.
I would like to change the hard disk with a bigger one but I  haven't 
the Eprom  programmer  to burn the  two eproms.

At this moment I'm working on my Grid 1530 and on the possibility to 
connect it to my router Adsl for Telnet connection. I found on the Web 
the Crynwr Packet Driver with the TCP/IP protocol for the GRiD ethernet 
pod (the ethernet cartridge is connected to an AUI transceiver with rj45 
output and with a rj cable to my router) and Minuet as Telnet terminal 
software. The system is working perfectly.

The current  setting for the tcp ip driver are 0x60 2 0x360  0xc400

  Racal-Interlan (Formerly Micom-Interlan) NI5210
                        usage: ni5210 [options] packet_int_no 
[hardware_irq [io_addr [base_addr]]]        
               The NI5210 driver requires three additional parameters --
          the hardware interrupt number, the I/O address, and the memory
          base address.  The defaults are 2 and 0x360 and 0xd000

I have upgraded  the GRiD  with a Cyrix CX486drx2 and Cyrix Fasmath 
cx-83d87-33,
but, I think, with very little difference with the original 386
http://picasaweb.google.it/Zentaro.cane/GRiDUpgrade

Ciao
Andrea
 

> All,
> I am wondering if anybody on the list has modified their Grid to 
> recognize another hard drive that /is not/ a Conner hard drive?
>  
> There are many new people on the list and perhaps someone already 
> gotten their Grid to recognize other hard drive manufacturers.
> Thanks,
> -Shawn



Yahoo! Message number: 1928
Date: Tue, 15 Jul 2008 00:06:26 -0000
From: "jeriddian"
Subject: Re: Hard Drive Additions/Modifications

Shawn,

I actually have a couple of different HDD of that era with the proper
pin configurations by WD, Seagate, some others. I've thought about
trying them, but never got around to it as I always had enough Conners
to fix the working computers I already have. Since I'm in the middle of
a move, all my stuff is packed away right now. When I finally get moved
in, and I have my setup reestablished, I may be able to play around
with it then, but it's going to be a while before that happens.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I am wondering if anybody on the list has modified their Grid to
recognize another hard drive that is not a Conner hard drive?
> There are many new people on the list and perhaps someone already
gotten their Grid to recognize other hard drive manufacturers.
> Thanks,
> -Shawn
>




Yahoo! Message number: 1929
Date: Mon, 14 Jul 2008 19:17:11 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications
text/plain; charset=iso-8859-1

Andrea,
I am impressed!  Very good work!
Does the Cryix microprocessor get any hotter than the original 386SX?
Please keep us posted on any other upgrades or modifications that you do.
Thanks,
-Shawn



----- Original Message ----
From: Andrea <zentaro.cane@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, July 14, 2008 7:30:56 PM
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications

Hallo Shawn,
I don't know if there's any possibility to use other hard drive
manufacturers.
I would like to change the hard disk with a bigger one but I  haven't
the Eprom  programmer  to burn the  two eproms.

At this moment I'm working on my Grid 1530 and on the possibility to
connect it to my router Adsl for Telnet connection. I found on the Web
the Crynwr Packet Driver with the TCP/IP protocol for the GRiD ethernet
pod (the ethernet cartridge is connected to an AUI transceiver with rj45
output and with a rj cable to my router) and Minuet as Telnet terminal
software. The system is working perfectly.

The current  setting for the tcp ip driver are 0x60 2 0x360  0xc400

  Racal-Interlan (Formerly Micom-Interlan) NI5210
                        usage: ni5210 [options] packet_int_no
[hardware_irq [io_addr [base_addr]]]       
              The NI5210 driver requires three additional parameters --
          the hardware interrupt number, the I/O address, and the memory
          base address.  The defaults are 2 and 0x360 and 0xd000

I have upgraded  the GRiD  with a Cyrix CX486drx2 and Cyrix Fasmath
cx-83d87-33,
but, I think, with very little difference with the original 386
http://picasaweb.google.it/Zentaro.cane/GRiDUpgrade

Ciao
Andrea


> All,
> I am wondering if anybody on the list has modified their Grid to
> recognize another hard drive that /is not/ a Conner hard drive?
> 
> There are many new people on the list and perhaps someone already
> gotten their Grid to recognize other hard drive manufacturers.
> Thanks,
> -Shawn


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links






Yahoo! Message number: 1930
Date: Mon, 14 Jul 2008 19:26:18 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications
text/plain; charset=iso-8859-1

Phil,
The problem with me is that once I pack things up, it's a year or two before I take it back out again.
Just to keep everybody up to date, I have been working on my Grid in my spare time since the 4th of July holiday weekend.  My goal is to get it to boot from compact flash.  I've burned about 8 sets of BIOS EPROMS trying different options.  None of my attempts have worked.  It is a good thing they are erasable!

Paolo:  I have not forgotten about the Gun Sentry program.  I will work on the program after I figure out how to get my 1520 to boot from compact flash.
Thanks,
-Shawn


----- Original Message ----
From: jeriddian <Jeriddian@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, July 14, 2008 8:06:26 PM
Subject: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications

Shawn,

I actually have a couple of different HDD of that era with the proper
pin configurations by WD, Seagate, some others. I've thought about
trying them, but never got around to it as I always had enough Conners
to fix the working computers I already have. Since I'm in the middle of
a move, all my stuff is packed away right now. When I finally get moved
in, and I have my setup reestablished, I may be able to play around
with it then, but it's going to be a while before that happens.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> All,
> I am wondering if anybody on the list has modified their Grid to
recognize another hard drive that is not a Conner hard drive?
> There are many new people on the list and perhaps someone already
gotten their Grid to recognize other hard drive manufacturers.
> Thanks,
> -Shawn
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links






Yahoo! Message number: 1931
Date: Mon, 14 Jul 2008 21:44:43 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications

Andrea and all,

If you are interested in DOS networking I have a wonderful little IRC 
client for DOS that should run very well on a machine like the Grid.  
You only need the packet driver - the TCP/IP part is built into the 
program.  See http://www.brutman.com/Dos_Networking/IRCjr.html for the 
details.

It runs well on a PCjr, so a Grid should be overkill.


Mike



Yahoo! Message number: 1932
Date: Mon, 14 Jul 2008 22:16:55 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications

Shawnerz wrote:
>  All, I am wondering if anybody on the list has modified their Grid to
>  recognize another hard drive that /is not/ a Conner hard drive?
>
>  There are many new people on the list and perhaps someone already
>  gotten their Grid to recognize other hard drive manufacturers.
>  Thanks, -Shawn

Shawn,

Refresh my memory again.  Are the parameters for the three drives types 
that represent the Connor stored in BIOS?

I'd have to see a BIOS and spend some time disassembling it to know what 
it is doing.  Here is a theory ..

IDE drives have an 'identify drive' command that will return back a slew 
of parameters and strings.  There are some vendor specific extensions.  
It is possible that the Gridcase knows that it should have a Connor 
drive, and it is expecting a specific response in the data returned by 
the identify drive command.  What gets returned determines which set of 
parameters in the drive table gets used.

If this is the case, this isn't just a matter of patching the BIOS to 
find the drive tables and change them.  You're going to have to alter 
the code that examines the output from the identify drive command and 
dumb it down.  It's just some ASM that should be easy for a more 
experienced x86 programmer to alter.


Mike




Yahoo! Message number: 1933
Date: Tue, 15 Jul 2008 04:33:27 -0000
From: "jeriddian"
Subject: Re: Hard Drive Additions/Modifications

Hi, Mike,

You are correct. The parameter table for the the hard drives are
indeed listed in the BIOS. There are two different tables that have
to be addressed. One table lists the actual paramaters of the
physicial hard drive. The other table lists the name and model of the
hard drive. Bit of these have to be adjusted. Shawn has the
instructions for doing that in the files section.

As to your theory, we have to remember that these are not IDE drives,
they are MFM (modified frequency modulation), the precursor to IDE
which had not yet arrived at that time, although that may not make
any difference. It may be that the identify command is the same
nonetheless and what you state is still true, that just modyfying the
parameter and name tables is not enough for the computer to recognize
Non-Conner drives. I have actually gotten as far as getting a program
that decomplied the BIOS hex dump down to a form that is readable as
assembly instructions, but I simply don't have enough experience with
assembly language to properly do the job. I messed with it a little
years ago, but that was all, and I don't really remember it anymore.

Phil



--- In RuGRiD-Laptop@...m, Michael Brutman <mbbrutman@...>
wrote:
>
> Shawnerz wrote:
> >  All, I am wondering if anybody on the list has modified their
Grid to
> >  recognize another hard drive that /is not/ a Conner hard drive?
> >
> >  There are many new people on the list and perhaps someone already
> >  gotten their Grid to recognize other hard drive manufacturers.
> >  Thanks, -Shawn
>
> Shawn,
>
> Refresh my memory again.  Are the parameters for the three drives
types
> that represent the Connor stored in BIOS?
>
> I'd have to see a BIOS and spend some time disassembling it to know
what
> it is doing.  Here is a theory ..
>
> IDE drives have an 'identify drive' command that will return back a
slew
> of parameters and strings.  There are some vendor specific
extensions.
> It is possible that the Gridcase knows that it should have a Connor
> drive, and it is expecting a specific response in the data returned
by
> the identify drive command.  What gets returned determines which
set of
> parameters in the drive table gets used.
>
> If this is the case, this isn't just a matter of patching the BIOS
to
> find the drive tables and change them.  You're going to have to
alter
> the code that examines the output from the identify drive command
and
> dumb it down.  It's just some ASM that should be easy for a more
> experienced x86 programmer to alter.
>
>
> Mike
>




Yahoo! Message number: 1934
Date: Mon, 14 Jul 2008 23:56:47 -0600
From: Michael Brutman
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications

I am sure that they are IDE drives.  The Connor CP3044 and the other 
drives that you guys are cursing at are definitely IDE drives, not MFM 
drives.  MFM drives don't have the intelligence to respond to an 
'identify drive' command.

Assume that the BIOS is sending that IDE command, and is getting a model 
number string back from the drive.  That's probably how it decides which 
table entry in the ROM to use.  The data from the drive might be encoded 
in binary, which would make things difficult.

The sequence to look for is the Identify Drive command (0xEC) being send 
out the command port to the drive.  That will be followed by a single 
sector read with the first 98 bytes or so being significant.


Shawn - it should be possible to write something that does the identify 
command against a drive to see what the magic response string is.  
Sending the 0xEC command is easy ..  I'm just drawing a blank on how the 
data gets read back in.  You've got to read all 512 bytes from the drive 
through a single register.  (The BIOS tech ref for an AT should have a 
sample to look at, as it is a superset of the MFM command set.)


Mike




Yahoo! Message number: 1935
Date: Tue, 15 Jul 2008 01:01:12 -0700 (PDT)
From: Lawrence Walker
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications
text/plain; charset=iso-8859-1

 This goes back to something I suggested long ago, which is a program which is like the varous program overlays put out by major HD manufacturers to fool the BIOS into accepting larger drives than generally accepted. I have several HDs whose specs are entered after the BIOS and before the OS starts. The SCSI pod also directs the BIOS to access certain memory locations containing it's specs and connectons. Why couldn't an overlay program accessed before the OS do the same thing ? That would make unnecessary the need to reprogram the BIOS chps and could even be burnt along with an operatng system into the 2 eprom chip vacant slots which are available and load before any Disk input if one wanted and/or had the equipment to do so.
 
Lawrence

--- On Tue, 7/15/08, Michael Brutman <mbbrutman@...> wrote:

From: Michael Brutman <mbbrutman@...>
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications
To: RuGRiD-Laptop@yahoogroups.com
Received: Tuesday, July 15, 2008, 12:56 AM







I am sure that they are IDE drives. The Connor CP3044 and the other
drives that you guys are cursing at are definitely IDE drives, not MFM
drives. MFM drives don't have the intelligence to respond to an
'identify drive' command.

Assume that the BIOS is sending that IDE command, and is getting a model
number string back from the drive. That's probably how it decides which
table entry in the ROM to use. The data from the drive might be encoded
in binary, which would make things difficult.

The sequence to look for is the Identify Drive command (0xEC) being send
out the command port to the drive. That will be followed by a single
sector read with the first 98 bytes or so being significant.

Shawn - it should be possible to write something that does the identify
command against a drive to see what the magic response string is.
Sending the 0xEC command is easy .. I'm just drawing a blank on how the
data gets read back in. You've got to read all 512 bytes from the drive
through a single register. (The BIOS tech ref for an AT should have a
sample to look at, as it is a superset of the MFM command set.)

Mike
















      __________________________________________________________________
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/

Yahoo! Message number: 1936
Date: Tue, 15 Jul 2008 05:55:31 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications
text/plain; charset=iso-8859-1

Phil,
I meant to address this as well.  The drives are IDE drives.
Mike,
I'll email you off list as to what I'm seeing.  If you're interested Phil (or anyone else), I'll include you.
Thanks,
-Shawn 



----- Original Message ----
From: Michael Brutman <mbbrutman@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, July 15, 2008 1:56:47 AM
Subject: Re: [RuGRiD-Laptop] Re: Hard Drive Additions/Modifications


I am sure that they are IDE drives.  The Connor CP3044 and the other
drives that you guys are cursing at are definitely IDE drives, not MFM
drives.  MFM drives don't have the intelligence to respond to an
'identify drive' command.

Assume that the BIOS is sending that IDE command, and is getting a model
number string back from the drive.  That's probably how it decides which
table entry in the ROM to use.  The data from the drive might be encoded
in binary, which would make things difficult.

The sequence to look for is the Identify Drive command (0xEC) being send
out the command port to the drive.  That will be followed by a single
sector read with the first 98 bytes or so being significant.


Shawn - it should be possible to write something that does the identify
command against a drive to see what the magic response string is. 
Sending the 0xEC command is easy ..  I'm just drawing a blank on how the
data gets read back in.  You've got to read all 512 bytes from the drive
through a single register.  (The BIOS tech ref for an AT should have a
sample to look at, as it is a superset of the MFM command set.)


Mike



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links






Yahoo! Message number: 1937
Date: Sun, 20 Jul 2008 02:45:58 +0200
From: Andrea
Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications

Hallo Shawnerz,
wow, with the control software for the cache of the cpu,
Landmark 2.00 tell me that the GRiD
performs like a 70 mhz AT !!!
I suggest to try this upgrade, the computer run very fast
and the cpu is quite easy to found on e-bay
I found a lot of information about the cx486crx2 on the Tim O'Connor Web 
pages
http://www.gilanet.com/OhlandL/8570_Tim_OConnor/cyrx.htm
the control software for the cx486crx2

Ciao
Andrea



Shawnerz ha scritto:
>
> Andrea,
>
> I am impressed!  Very good work!
>
> Does the Cryix microprocessor get any hotter than the original 386SX?
>
> Please keep us posted on any other upgrades or modifications that you do.
>
> Thanks,
>
> -Shawn
>
>
>
> ----- Original Message ----
> From: Andrea <zentaro.cane@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Monday, July 14, 2008 7:30:56 PM
> Subject: Re: [RuGRiD-Laptop] Hard Drive Additions/Modifications
>
> Hallo Shawn,
> I don't know if there's any possibility to use other hard drive
> manufacturers.
> I would like to change the hard disk with a bigger one but I  haven't
> the Eprom  programmer  to burn the  two eproms.
>
> At this moment I'm working on my Grid 1530 and on the possibility to
> connect it to my router Adsl for Telnet connection. I found on the Web
> the Crynwr Packet Driver with the TCP/IP protocol for the GRiD ethernet
> pod (the ethernet cartridge is connected to an AUI transceiver with rj45
> output and with a rj cable to my router) and Minuet as Telnet terminal
> software. The system is working perfectly.
>
> The current  setting for the tcp ip driver are 0x60 2 0x360  0xc400
>
>   Racal-Interlan (Formerly Micom-Interlan) NI5210
>                         usage: ni5210 [options] packet_int_no
> [hardware_irq [io_addr [base_addr]]]       
>               The NI5210 driver requires three additional parameters --
>           the hardware interrupt number, the I/O address, and the memory
>           base address.  The defaults are 2 and 0x360 and 0xd000
>
> I have upgraded  the GRiD  with a Cyrix CX486drx2 and Cyrix Fasmath
> cx-83d87-33,
> but, I think, with very little difference with the original 386
> http://picasaweb.google.it/Zentaro.cane/GRiDUpgrade 
> <http://picasaweb.google.it/Zentaro.cane/GRiDUpgrade>
>
> Ciao
> Andrea
>
>
> > All,
> > I am wondering if anybody on the list has modified their Grid to
> > recognize another hard drive that /is not/ a Conner hard drive?
> > 
> > There are many new people on the list and perhaps someone already
> > gotten their Grid to recognize other hard drive manufacturers.
> > Thanks,
> > -Shawn
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo 
> <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
>
>
>     (Yahoo! ID required)
>
>     mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com 
> <mailto:RuGRiD-Laptop-fullfeatured@yahoogroups.com>
>
>
>
>  



Yahoo! Message number: 1938
Date: Mon, 11 Aug 2008 05:59:21 -0000
From: "nick_zravre"
Subject: GridCase 1520 refuses to start.

Hello,

As the title says my GridCase 1520 refuses to power on. I have
determined that the problem lies with the plasma display, I believe
there may have been a post/thread on how to fix the problem at one
point. However, after going through each and every post from the
beginning, I have come up with nothing so far. Any help is appreciated.



Yahoo! Message number: 1939
Date: Mon, 11 Aug 2008 06:46:25 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] GridCase 1520 refuses to start.

Hello Nick.
OK, I need a little more information.  You said it "refuses to power on."  What happens when you first turn the power switch to "on"?  Do you get any indication that the Grid is trying to power up?
Inside the 1520, there is another power supply.  It is a DC to DC converter and it is located towards the rear of the hard drive assembly.  The DC-DC converter feeds power over to the display.  It is possible the failure is actually in the converter and not with the display.
Another thing to check is the DC power supply feeding power the the Grid.  It has to be supplying 16 volts and, if you have a hard drive, about 2 amps to get the hard drive spinning.  Once it's up to speed, the current usually will settle down to about 1.25 to 1.5 amps.  If you have no hard drive, the current will usually settle down to about 750 mA.
Good luck,
-Shawn


----- Original Message ----
From: nick_zravre <GBabecki@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, August 11, 2008 1:59:21 AM
Subject: [RuGRiD-Laptop] GridCase 1520 refuses to start.

Hello,

As the title says my GridCase 1520 refuses to power on. I have
determined that the problem lies with the plasma display, I believe
there may have been a post/thread on how to fix the problem at one
point. However, after going through each and every post from the
beginning, I have come up with nothing so far. Any help is appreciated.


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1940
Date: Mon, 11 Aug 2008 14:12:36 -0000
From: "nick_zravre"
Subject: Re: GridCase 1520 refuses to start.

Hello,

When the plasma display is connected to the graphics card and
everything the system will make a faint click sound when the system is
turned on. Without the display hooked up the system will start up as
normal albeit with a few error codes due to the modem board and such
being removed. I am using the standard Grid 15xx internal/external
power supply. I was thinking it had something to do with the power
supply for the plasma screen, but I was sure exactly what it was or
where it was located.
Thanks,
Nick

-- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hello Nick.
> OK, I need a little more information.  You said it "refuses to power
on."  What happens when you first turn the power switch to "on"?  Do
you get any indication that the Grid is trying to power up?
> Inside the 1520, there is another power supply.  It is a DC to DC
converter and it is located towards the rear of the hard drive
assembly.  The DC-DC converter feeds power over to the display.  It is
possible the failure is actually in the converter and not with the
display.
> Another thing to check is the DC power supply feeding power the the
Grid.  It has to be supplying 16 volts and, if you have a hard drive,
about 2 amps to get the hard drive spinning.  Once it's up to
speed, the current usually will settle down to about 1.25 to 1.5
amps.  If you have no hard drive, the current will usually settle down
to about 750 mA.
> Good luck,
> -Shawn
>
>
> ----- Original Message ----
> From: nick_zravre <GBabecki@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Monday, August 11, 2008 1:59:21 AM
> Subject: [RuGRiD-Laptop] GridCase 1520 refuses to start.
>
> Hello,
>
> As the title says my GridCase 1520 refuses to power on. I have
> determined that the problem lies with the plasma display, I believe
> there may have been a post/thread on how to fix the problem at one
> point. However, after going through each and every post from the
> beginning, I have come up with nothing so far. Any help is appreciated.
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>




Yahoo! Message number: 1941
Date: Mon, 11 Aug 2008 07:34:44 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: GridCase 1520 refuses to start.

Nick,
The display power supply is modular.  In other words, if it is bad, you can replace it.  BUT, you cannot swap it with a power supply from a LCD model.  Well, you can, but it won't work.  The plasma display needs more current.  I'm doing this from memory, but if I remember it correctly, the LCD display has a 20 watt power supply.  The plasma display has a 48 watt power supply.
As you mentioned earlier, it is still possible that the display itself is bad and the power supply is good.
Good luck,
-Shawn



----- Original Message ----
From: nick_zravre <GBabecki@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Monday, August 11, 2008 10:12:36 AM
Subject: [RuGRiD-Laptop] Re: GridCase 1520 refuses to start.

Hello,

When the plasma display is connected to the graphics card and
everything the system will make a faint click sound when the system is
turned on. Without the display hooked up the system will start up as
normal albeit with a few error codes due to the modem board and such
being removed. I am using the standard Grid 15xx internal/external
power supply. I was thinking it had something to do with the power
supply for the plasma screen, but I was sure exactly what it was or
where it was located.
Thanks,
Nick

-- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Hello Nick.
> OK, I need a little more information.  You said it "refuses to power
on."  What happens when you first turn the power switch to "on"?  Do
you get any indication that the Grid is trying to power up?
> Inside the 1520, there is another power supply.  It is a DC to DC
converter and it is located towards the rear of the hard drive
assembly.  The DC-DC converter feeds power over to the display.  It is
possible the failure is actually in the converter and not with the
display.
> Another thing to check is the DC power supply feeding power the the
Grid.  It has to be supplying 16 volts and, if you have a hard drive,
about 2 amps to get the hard drive spinning.  Once it's up to
speed, the current usually will settle down to about 1.25 to 1.5
amps.  If you have no hard drive, the current will usually settle down
to about 750 mA.
> Good luck,
> -Shawn
>
>
> ----- Original Message ----
> From: nick_zravre <GBabecki@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Monday, August 11, 2008 1:59:21 AM
> Subject: [RuGRiD-Laptop] GridCase 1520 refuses to start.
>
> Hello,
>
> As the title says my GridCase 1520 refuses to power on. I have
> determined that the problem lies with the plasma display, I believe
> there may have been a post/thread on how to fix the problem at one
> point. However, after going through each and every post from the
> beginning, I have come up with nothing so far. Any help is appreciated.
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1942
Date: Sun, 19 Oct 2008 06:41:19 -0000
From: "klyball"
Subject: 1550sx hard drive

Hi all

Has anyone had any luck doing a bios mod to add  a different hard drive
to a 1550sx ? I have tried the 1520 method thats posted here with no 
luck it looks like they are set to take a cp30064 or a cp30104 and
thats it, any one have a different one in?

TIA





Yahoo! Message number: 1943
Date: Sun, 19 Oct 2008 06:50:21 -0000
From: "jeriddian"
Subject: Re: 1550sx hard drive

Hi, klyball,

The 1520 method should work on the 1550SX. After all the 1550sx is a
386 machine just like the 1530, and the BIOS's should not be hardly any
different, really. However, I know from the testing I've done that some
o the old Conner models simply won't work with the GRiD's, whereas
others will. I don't know why, or which ones except by trial and error,
but that seems to be the case. I have adapted a cp30104 before
successfully to a 1520. Never tried a CP30064.

Phil


--- In RuGRiD-Laptop@...m, "klyball" <klyball@...> wrote:
>
> Hi all
>
> Has anyone had any luck doing a bios mod to add  a different hard
drive
> to a 1550sx ? I have tried the 1520 method thats posted here with no
> luck it looks like they are set to take a cp30064 or a cp30104 and
> thats it, any one have a different one in?
>
> TIA
>




Yahoo! Message number: 1944
Date: Sun, 19 Oct 2008 23:29:28 -0000
From: "klyball"
Subject: 1550sx hard drive
text/plain; charset="iso-8859-1"

I understand from reading the above posts that only conner drives will
work in the 15xx laptops, correct? and only specific drives for specific
models.

The bios mod will only work with conner drives ,is this the case? .

could the bios be fooled to see other types of hard drives?

here is the area with the drive table for the cp30104 and cp30064 it
seems there i no entry for the cp3044

the last 3 lines have the drive perameters



seg000:19F50  43 50 33 30 34 34 43 50-33 30 31 30 34 43 50 33
"CP3044CP30104CP3"
seg000:19F60  30 30 36 34 00 00 24 0F-74 40 3C 0F 75 29 8A C4
"0064..$¤t@<¤u)è <mailto:0064..$¤t@> -"
seg000:19F70  E8 78 2F BE 1E A0 53 BB-E1 F0 3A C3 5B 75 04 0A
"Fx/+áS+ß=:+[u"
seg000:19F80  C0 EB 27 BE 2E A0 53 BB-E2 F0 3A C3 5B 75 04 0A
"+d'+.áS+G=:+[u"
seg000:19F90  C0 EB 17 3C 2F 77 14 32-E4 C1 E0 04 74 0D 8B E8
"+d</w¶2S-atïF"
seg000:19FA0  8D B6 F1 E3 2E 83 3C 00-74 01 C3 E8 41 2C 48 61
"즱p.â<.t+FA,Ha"
seg000:19FB0  72 64 20 64 69 73 6B 20-63 6F 6E 66 69 67 75 72 "rd disk
configur"
seg000:19FC0  61 74 69 6F 6E 20 65 72-72 6F 72 0D 0A 00 46 65 "ation
error.Fe"
seg000:19FD0  68 6C 65 72 20 69 6E 20-46 65 73 74 70 6C 61 74 "hler in
Festplat"
seg000:19FE0  74 65 6E 6B 6F 6E 66 69-67 75 72 61 74 69 6F 6E
"tenkonfiguration"
seg000:19FF0  0D 0A 00 45 72 72 65 75-72 20 64 65 20 63 6F 6E ".Erreur
de con"
seg000:1A000  66 69 67 75 72 61 74 69-6F 6E 20 64 69 73 71 75
"figuration disqu"
seg000:1A010  65 20 64 75 72 0D 0A 00-E8 BA 2C 32 C0 C3 FA 02 "e
dur.F¦,2++·"
seg000:1A020  08 00 00 00 00 00 00 00-00 00 00 00 27 00 FA 02
"...........'.·"
seg000:1A030  04 00 00 00 00 00 00 00-00 00 00 00 27 00 B0 8E
"...........'.¦Ä"

here is the main drive table

seg000:1E400  BE 32 01 04 00 00 80 00-00 00 00 00 00 31 01 11
"+2..Ç......1"
seg000:1E410  00 67 02 04 00 00 2C 01-00 00 00 00 00 67 02 11
".g..,.....g"
seg000:1E420  00 67 02 06 00 00 2C 01-00 00 00 00 00 67 02 11
".g..,.....g"
seg000:1E430  00 AC 03 08 00 00 00 02-00 00 00 00 00 AC 03 11
".¼........¼"
seg000:1E440  00 AC 03 06 00 00 00 02-00 00 00 00 00 AC 03 11
".¼........¼"
seg000:1E450  00 67 02 04 00 00 FF FF-00 00 00 00 00 67 02 11 ".g..
.....g"
seg000:1E460  00 CE 01 08 00 00 00 01-00 00 00 00 00 FF 01 11
".+........ "
seg000:1E470  00 DD 02 05 00 00 FF FF-00 00 00 00 00 DD 02 11 ".¦..
.....¦"
seg000:1E480  00 84 03 0F 00 00 FF FF-00 08 00 00 00 85 03 11
".ä¤..  ....à"
seg000:1E490  00 34 03 03 00 00 FF FF-00 00 00 00 00 34 03 11 ".4..
.....4"
seg000:1E4A0  00 57 03 05 00 00 FF FF-00 00 00 00 00 57 03 11 ".W..
.....W"
seg000:1E4B0  00 57 03 07 00 00 FF FF-00 00 00 00 00 57 03 11 ".W..
.....W"
seg000:1E4C0  00 32 01 08 00 00 80 00-00 00 00 00 00 3F 01 11
".2..Ç......?"
seg000:1E4D0  00 DD 02 07 00 00 FF FF-00 00 00 00 00 DD 02 11 ".¦..
.....¦"
seg000:1E4E0  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
"................"
seg000:1E4F0  00 64 02 04 00 00 00 00-00 00 00 00 00 97 02 11
".d.........ù"
seg000:1E500  00 D1 03 05 00 00 2C 01-00 00 00 00 00 D1 03 11
".-..,.....-"
seg000:1E510  00 D1 03 07 00 00 FF FF-00 00 00 00 00 D1 03 11 ".-..
.....-"
seg000:1E520  00 00 04 07 00 00 00 02-00 00 00 00 00 FF 03 11
".......... "
seg000:1E530  00 DD 02 05 00 00 2C 01-00 00 00 00 00 DC 02 11
".¦..,....._"
seg000:1E540  00 DD 02 07 00 00 2C 01-00 00 00 00 00 DC 02 11
".¦..,....._"
seg000:1E550  00 DD 02 05 00 00 2C 01-00 00 00 00 00 DD 02 11
".¦..,.....¦"
seg000:1E560  00 32 01 04 00 00 00 00-00 00 00 00 00 50 01 11
".2.........P"
seg000:1E570  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
"................"
seg000:1E580  00 67 02 04 00 00 00 00-00 00 00 00 00 67 02 11
".g.........g"
seg000:1E590  00 00 04 04 00 00 FF FF-00 00 00 00 00 FF 03 11 "....
..... "
seg000:1E5A0  00 00 04 05 00 00 FF FF-00 00 00 00 00 FF 03 11 "....
..... "
seg000:1E5B0  00 00 04 08 00 00 FF FF-00 00 00 00 00 FF 03 11 "....
..... "
seg000:1E5C0  00 00 02 08 00 00 00 01-00 00 00 00 00 00 02 11
"..........."
seg000:1E5D0  00 67 02 02 00 00 67 02-00 00 00 00 00 67 02 11
".g..g.....g"
seg000:1E5E0  00 DD 03 05 00 00 00 00-00 00 00 00 00 DD 03 11
".¦.........¦"
seg000:1E5F0  00 FC 03 0F 00 00 FF FF-00 08 00 00 00 00 04 11 ".n¤..
....."
seg000:1E600  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
"................"
seg000:1E610  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
"................"
seg000:1E620  00 00 04 09 00 00 00 04-00 08 00 00 00 00 04 11 "..
........"
seg000:1E630  00 00 04 05 00 00 00 02-00 00 00 00 00 00 04 11
"..........."
seg000:1E640  00 3E 03 0A 00 00 FF FF-00 08 00 00 00 3E 03 11 ".>..
....>"
seg000:1E650  00 37 03 0A 00 00 00 01-00 08 00 00 00 38 03 11
".7.......8"
seg000:1E660  00 67 02 04 00 00 80 00-00 00 00 00 00 98 02 11
".g..Ç......ÿ"
seg000:1E670  00 67 02 08 00 00 80 00-00 00 00 00 00 98 02 11
".g..Ç......ÿ"
seg000:1E680  00 95 03 0F 00 00 FF FF-00 08 00 00 00 96 03 11
".ò¤..  ....û"
seg000:1E690  00 FF 03 0F 00 00 FF FF-00 08 00 00 00 00 04 11 ". ¤..
....."
seg000:1E6A0  00 37 03 0A 00 00 00 02-00 08 00 00 00 37 03 11
".7.......7"
seg000:1E6B0  00 34 03 06 00 00 FF FF-00 00 00 00 00 34 03 11 ".4..
.....4"
seg000:1E6C0  00 00 04 08 00 00 FF FF-00 00 00 00 00 00 04 11 "....
......"
seg000:1E6D0  00 9D 03 09 00 00 FF FF-00 08 00 00 00 9D 03 11 ".¥ ..
....¥"
seg000:1E6E0  00 BB 02 07 00 00 00 01-00 00 00 00 00 BC 02 11
".+........+"
seg000:1E6F0  00 FF E9 4A B7 08 00 FC-81 00 74 00 00 00 08 00 ".
TJ+.nü.t...."
seg000:1E700  01 10 50 54 4C 00 00 FF-FF FF FF FF FF FF FF FF



here is a bit of disassembly around the first hard drive table.

i need to find the area where the hard drive is initalized.

if there is a way to fool the bios to think the new drive is a conner







seg000:1A70F ;
------------------------------------------------------------------------&#92;
---
seg000:1A70F                 push    bp
seg000:1A710                 mov     bp, sp
seg000:1A712                 sub     sp, 46h
seg000:1A715                 push    bp
seg000:1A716                 sub     bp, 44h ; 'D'
seg000:1A719                 push    ax
seg000:1A71A                 push    bx
seg000:1A71B                 push    cx
seg000:1A71C                 push    dx
seg000:1A71D                 push    si
seg000:1A71E                 push    ds
seg000:1A71F                 mov     ax, ss
seg000:1A721                 mov     es, ax
seg000:1A723                 assume es:nothing
seg000:1A723                 mov     di, bp
seg000:1A725                 push    di
seg000:1A726                 mov     ds, cs:word_CCB1
seg000:1A72B                 assume ds:nothing
seg000:1A72B                 mov     byte ptr ds:74h, 0
seg000:1A730                 call    loc_7371
seg000:1A733                 sti
seg000:1A734                 mov     bl, 2
seg000:1A736                 mov     ah, 0FAh ; '·'
seg000:1A738                 mov     cx, 0
seg000:1A73B                 mov     dx, 1F7h
seg000:1A73E                 in      al, dx          ; AT hard disk
seg000:1A73E                                         ; status register
bits:
seg000:1A73E                                         ; 0: 1=prev cmd
error
seg000:1A73E                                         ; 2: Corrected data
seg000:1A73E                                         ; 3: Data Request.
Buffer is busy
seg000:1A73E                                         ; 4: Seek completed
seg000:1A73E                                         ; 5: Write fault
seg000:1A73E                                         ; 6: Drive ready
(unless bit 4=0)
seg000:1A73E                                         ; 7: Busy
seg000:1A73F                 test    al, 80h
seg000:1A741                 jz      loc_A74A
seg000:1A743                 loop    loc_A73E
seg000:1A745                 sub     ah, 1
seg000:1A748                 jnb     loc_A73E
seg000:1A74A                 jb      near ptr loc_A785+2
seg000:1A74C                 mov     dx, 1F7h
seg000:1A74F                 mov     al, 0ECh ; '8'
seg000:1A751                 out     dx, al          ; AT hard disk
seg000:1A751                                         ; command register:
seg000:1A751                                         ; 1?H = Restore to
cylinder 0
seg000:1A751                                         ; 7?H = Seek to
cylinder
seg000:1A751                                         ; 2?H = Read sector
seg000:1A751                                         ; 3xH = Write
sector
seg000:1A751                                         ; 50H = Format
track
seg000:1A751                                         ; 4xH = verify read
seg000:1A751                                         ; 90H = diagnose
seg000:1A751                                         ; 91H = set
parameters for drive
seg000:1A752                 call    sub_A57F
seg000:1A755                 jb      near ptr loc_A785+2
seg000:1A757                 mov     dx, 1F7h
seg000:1A75A                 mov     cx, 0FAh ; '·'
seg000:1A75D                 in      al, dx          ; AT hard disk
seg000:1A75D                                         ; status register
bits:
seg000:1A75D                                         ; 0: 1=prev cmd
error
seg000:1A75D                                         ; 2: Corrected data
seg000:1A75D                                         ; 3: Data Request.
Buffer is busy
seg000:1A75D                                         ; 4: Seek completed
seg000:1A75D                                         ; 5: Write fault
seg000:1A75D                                         ; 6: Drive ready
(unless bit 4=0)
seg000:1A75D                                         ; 7: Busy
seg000:1A75E                 test    al, 8
seg000:1A760                 loope   near ptr loc_A75C+1
seg000:1A762                 jnz     loc_A767
seg000:1A764                 mov     ah, 20h ; ' '
seg000:1A766                 stc
seg000:1A767                 cli
seg000:1A768                 jb      near ptr loc_A785+2
seg000:1A76A                 mov     dx, 1F0h
seg000:1A76D                 mov     cx, 1Bh
seg000:1A770                 in      ax, dx          ; AT hard disk
controller: Data register.
seg000:1A770                                         ; Read/write data
from/to controller sector buffer
seg000:1A771                 loop    loc_A770
seg000:1A773                 mov     cx, 11h
seg000:1A776                 in      ax, dx          ; AT hard disk
controller: Data register.
seg000:1A776                                         ; Read/write data
from/to controller sector buffer
seg000:1A777                 xchg    ah, al
seg000:1A779                 stosw
seg000:1A77A                 loop    near ptr loc_A775+1
seg000:1A77C                 mov     cx, 0D4h ; '+'
seg000:1A77F                 in      ax, dx          ; AT hard disk
controller: Data register.
seg000:1A77F                                         ; Read/write data
from/to controller sector buffer
seg000:1A780                 loop    loc_A77F
seg000:1A782                 call    sub_A6AB
seg000:1A785                 jnb     near ptr unk_A797
seg000:1A787                 mov     al, 4
seg000:1A789                 mov     dx, 3F6h
seg000:1A78C                 out     dx, al          ; AT only. Fixed
disk register
seg000:1A78D                 jmp     short loc_A78F
seg000:1A78D ;
------------------------------------------------------------------------



any info would be great



Thanks






Yahoo! Message number: 1945
Date: Mon, 20 Oct 2008 01:22:34 -0000
From: "jeriddian"
Subject: Re: 1550sx hard drive

Yes, the GRiDs were designed to only use the Conners, however I don't
know that they won't take other drives with compatible physical
connections. It's just that none of us here have ever tried it. In
theory, you should be able to get the BIOS to accept another drive as
long as you entered the appropriate information into the drive name
table and drive parameter table as per Shawn's instructions. Since
the procedure was really worked out by him, he might be able to
answer your question getter than I can.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@...> wrote:
>
>
> I understand from reading the above posts that only conner drives
will
> work in the 15xx laptops, correct? and only specific drives for
specific
> models.
>
> The bios mod will only work with conner drives ,is this the case? .
>
> could the bios be fooled to see other types of hard drives?
>
> here is the area with the drive table for the cp30104 and cp30064 it
> seems there i no entry for the cp3044
>
> the last 3 lines have the drive perameters
>
>
>
> seg000:19F50  43 50 33 30 34 34 43 50-33 30 31 30 34 43 50 33
> "CP3044CP30104CP3"
> seg000:19F60  30 30 36 34 00 00 24 0F-74 40 3C 0F 75 29 8A C4
> "0064..$¤t@<¤u)è <mailto:0064..$¤t@> -"
> seg000:19F70  E8 78 2F BE 1E A0 53 BB-E1 F0 3A C3 5B 75 04 0A
> "Fx/+áS+ß=:+[u"
> seg000:19F80  C0 EB 27 BE 2E A0 53 BB-E2 F0 3A C3 5B 75 04 0A
> "+d'+.áS+G=:+[u"
> seg000:19F90  C0 EB 17 3C 2F 77 14 32-E4 C1 E0 04 74 0D 8B E8
> "+d</w¶2S-atïF"
> seg000:19FA0  8D B6 F1 E3 2E 83 3C 00-74 01 C3 E8 41 2C 48 61
> "즱p.â<.t+FA,Ha"
> seg000:19FB0  72 64 20 64 69 73 6B 20-63 6F 6E 66 69 67 75 72 "rd
disk
> configur"
> seg000:19FC0  61 74 69 6F 6E 20 65 72-72 6F 72 0D 0A 00 46 65 "ation
> error.Fe"
> seg000:19FD0  68 6C 65 72 20 69 6E 20-46 65 73 74 70 6C 61 74 "hler
in
> Festplat"
> seg000:19FE0  74 65 6E 6B 6F 6E 66 69-67 75 72 61 74 69 6F 6E
> "tenkonfiguration"
> seg000:19FF0  0D 0A 00 45 72 72 65 75-72 20 64 65 20 63 6F
6E ".Erreur
> de con"
> seg000:1A000  66 69 67 75 72 61 74 69-6F 6E 20 64 69 73 71 75
> "figuration disqu"
> seg000:1A010  65 20 64 75 72 0D 0A 00-E8 BA 2C 32 C0 C3 FA 02 "e
> dur.F¦,2++·"
> seg000:1A020  08 00 00 00 00 00 00 00-00 00 00 00 27 00 FA 02
> "...........'.·"
> seg000:1A030  04 00 00 00 00 00 00 00-00 00 00 00 27 00 B0 8E
> "...........'.¦Ä"
>
> here is the main drive table
>
> seg000:1E400  BE 32 01 04 00 00 80 00-00 00 00 00 00 31 01 11
> "+2..Ç......1"
> seg000:1E410  00 67 02 04 00 00 2C 01-00 00 00 00 00 67 02 11
> ".g..,.....g"
> seg000:1E420  00 67 02 06 00 00 2C 01-00 00 00 00 00 67 02 11
> ".g..,.....g"
> seg000:1E430  00 AC 03 08 00 00 00 02-00 00 00 00 00 AC 03 11
> ".¼........¼"
> seg000:1E440  00 AC 03 06 00 00 00 02-00 00 00 00 00 AC 03 11
> ".¼........¼"
> seg000:1E450  00 67 02 04 00 00 FF FF-00 00 00 00 00 67 02
11 ".g..
> .....g"
> seg000:1E460  00 CE 01 08 00 00 00 01-00 00 00 00 00 FF 01 11
> ".+........ "
> seg000:1E470  00 DD 02 05 00 00 FF FF-00 00 00 00 00 DD 02
11 ".¦..
> .....¦"
> seg000:1E480  00 84 03 0F 00 00 FF FF-00 08 00 00 00 85 03 11
> ".ä¤..  ....à"
> seg000:1E490  00 34 03 03 00 00 FF FF-00 00 00 00 00 34 03
11 ".4..
> .....4"
> seg000:1E4A0  00 57 03 05 00 00 FF FF-00 00 00 00 00 57 03
11 ".W..
> .....W"
> seg000:1E4B0  00 57 03 07 00 00 FF FF-00 00 00 00 00 57 03
11 ".W..
> .....W"
> seg000:1E4C0  00 32 01 08 00 00 80 00-00 00 00 00 00 3F 01 11
> ".2..Ç......?"
> seg000:1E4D0  00 DD 02 07 00 00 FF FF-00 00 00 00 00 DD 02
11 ".¦..
> .....¦"
> seg000:1E4E0  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
> "................"
> seg000:1E4F0  00 64 02 04 00 00 00 00-00 00 00 00 00 97 02 11
> ".d.........ù"
> seg000:1E500  00 D1 03 05 00 00 2C 01-00 00 00 00 00 D1 03 11
> ".-..,.....-"
> seg000:1E510  00 D1 03 07 00 00 FF FF-00 00 00 00 00 D1 03 11 ".-
..
> .....-"
> seg000:1E520  00 00 04 07 00 00 00 02-00 00 00 00 00 FF 03 11
> ".......... "
> seg000:1E530  00 DD 02 05 00 00 2C 01-00 00 00 00 00 DC 02 11
> ".¦..,....._"
> seg000:1E540  00 DD 02 07 00 00 2C 01-00 00 00 00 00 DC 02 11
> ".¦..,....._"
> seg000:1E550  00 DD 02 05 00 00 2C 01-00 00 00 00 00 DD 02 11
> ".¦..,.....¦"
> seg000:1E560  00 32 01 04 00 00 00 00-00 00 00 00 00 50 01 11
> ".2.........P"
> seg000:1E570  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
> "................"
> seg000:1E580  00 67 02 04 00 00 00 00-00 00 00 00 00 67 02 11
> ".g.........g"
> seg000:1E590  00 00 04 04 00 00 FF FF-00 00 00 00 00 FF 03
11 "....
> ..... "
> seg000:1E5A0  00 00 04 05 00 00 FF FF-00 00 00 00 00 FF 03
11 "....
> ..... "
> seg000:1E5B0  00 00 04 08 00 00 FF FF-00 00 00 00 00 FF 03
11 "....
> ..... "
> seg000:1E5C0  00 00 02 08 00 00 00 01-00 00 00 00 00 00 02 11
> "..........."
> seg000:1E5D0  00 67 02 02 00 00 67 02-00 00 00 00 00 67 02 11
> ".g..g.....g"
> seg000:1E5E0  00 DD 03 05 00 00 00 00-00 00 00 00 00 DD 03 11
> ".¦.........¦"
> seg000:1E5F0  00 FC 03 0F 00 00 FF FF-00 08 00 00 00 00 04
11 ".n¤..
> ....."
> seg000:1E600  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
> "................"
> seg000:1E610  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
> "................"
> seg000:1E620  00 00 04 09 00 00 00 04-00 08 00 00 00 00 04 11 "..
> ........"
> seg000:1E630  00 00 04 05 00 00 00 02-00 00 00 00 00 00 04 11
> "..........."
> seg000:1E640  00 3E 03 0A 00 00 FF FF-00 08 00 00 00 3E 03
11 ".>..
> ....>"
> seg000:1E650  00 37 03 0A 00 00 00 01-00 08 00 00 00 38 03 11
> ".7.......8"
> seg000:1E660  00 67 02 04 00 00 80 00-00 00 00 00 00 98 02 11
> ".g..Ç......ÿ"
> seg000:1E670  00 67 02 08 00 00 80 00-00 00 00 00 00 98 02 11
> ".g..Ç......ÿ"
> seg000:1E680  00 95 03 0F 00 00 FF FF-00 08 00 00 00 96 03 11
> ".ò¤..  ....û"
> seg000:1E690  00 FF 03 0F 00 00 FF FF-00 08 00 00 00 00 04 11 ".
¤..
> ....."
> seg000:1E6A0  00 37 03 0A 00 00 00 02-00 08 00 00 00 37 03 11
> ".7.......7"
> seg000:1E6B0  00 34 03 06 00 00 FF FF-00 00 00 00 00 34 03
11 ".4..
> .....4"
> seg000:1E6C0  00 00 04 08 00 00 FF FF-00 00 00 00 00 00 04
11 "....
> ......"
> seg000:1E6D0  00 9D 03 09 00 00 FF FF-00 08 00 00 00 9D 03
11 ".¥ ..
> ....¥"
> seg000:1E6E0  00 BB 02 07 00 00 00 01-00 00 00 00 00 BC 02 11
> ".+........+"
> seg000:1E6F0  00 FF E9 4A B7 08 00 FC-81 00 74 00 00 00 08 00 ".
> TJ+.nü.t...."
> seg000:1E700  01 10 50 54 4C 00 00 FF-FF FF FF FF FF FF FF FF
>
>
>
> here is a bit of disassembly around the first hard drive table.
>
> i need to find the area where the hard drive is initalized.
>
> if there is a way to fool the bios to think the new drive is a
conner
>
>
>
>
>
>
>
> seg000:1A70F ;
> --------------------------------------------------------------------
----&#92;
> ---
> seg000:1A70F                 push    bp
> seg000:1A710                 mov     bp, sp
> seg000:1A712                 sub     sp, 46h
> seg000:1A715                 push    bp
> seg000:1A716                 sub     bp, 44h ; 'D'
> seg000:1A719                 push    ax
> seg000:1A71A                 push    bx
> seg000:1A71B                 push    cx
> seg000:1A71C                 push    dx
> seg000:1A71D                 push    si
> seg000:1A71E                 push    ds
> seg000:1A71F                 mov     ax, ss
> seg000:1A721                 mov     es, ax
> seg000:1A723                 assume es:nothing
> seg000:1A723                 mov     di, bp
> seg000:1A725                 push    di
> seg000:1A726                 mov     ds, cs:word_CCB1
> seg000:1A72B                 assume ds:nothing
> seg000:1A72B                 mov     byte ptr ds:74h, 0
> seg000:1A730                 call    loc_7371
> seg000:1A733                 sti
> seg000:1A734                 mov     bl, 2
> seg000:1A736                 mov     ah, 0FAh ; '·'
> seg000:1A738                 mov     cx, 0
> seg000:1A73B                 mov     dx, 1F7h
> seg000:1A73E                 in      al, dx          ; AT hard disk
> seg000:1A73E                                         ; status
register
> bits:
> seg000:1A73E                                         ; 0: 1=prev cmd
> error
> seg000:1A73E                                         ; 2: Corrected
data
> seg000:1A73E                                         ; 3: Data
Request.
> Buffer is busy
> seg000:1A73E                                         ; 4: Seek
completed
> seg000:1A73E                                         ; 5: Write
fault
> seg000:1A73E                                         ; 6: Drive
ready
> (unless bit 4=0)
> seg000:1A73E                                         ; 7: Busy
> seg000:1A73F                 test    al, 80h
> seg000:1A741                 jz      loc_A74A
> seg000:1A743                 loop    loc_A73E
> seg000:1A745                 sub     ah, 1
> seg000:1A748                 jnb     loc_A73E
> seg000:1A74A                 jb      near ptr loc_A785+2
> seg000:1A74C                 mov     dx, 1F7h
> seg000:1A74F                 mov     al, 0ECh ; '8'
> seg000:1A751                 out     dx, al          ; AT hard disk
> seg000:1A751                                         ; command
register:
> seg000:1A751                                         ; 1?H =
Restore to
> cylinder 0
> seg000:1A751                                         ; 7?H = Seek to
> cylinder
> seg000:1A751                                         ; 2?H = Read
sector
> seg000:1A751                                         ; 3xH = Write
> sector
> seg000:1A751                                         ; 50H = Format
> track
> seg000:1A751                                         ; 4xH = verify
read
> seg000:1A751                                         ; 90H =
diagnose
> seg000:1A751                                         ; 91H = set
> parameters for drive
> seg000:1A752                 call    sub_A57F
> seg000:1A755                 jb      near ptr loc_A785+2
> seg000:1A757                 mov     dx, 1F7h
> seg000:1A75A                 mov     cx, 0FAh ; '·'
> seg000:1A75D                 in      al, dx          ; AT hard disk
> seg000:1A75D                                         ; status
register
> bits:
> seg000:1A75D                                         ; 0: 1=prev cmd
> error
> seg000:1A75D                                         ; 2: Corrected
data
> seg000:1A75D                                         ; 3: Data
Request.
> Buffer is busy
> seg000:1A75D                                         ; 4: Seek
completed
> seg000:1A75D                                         ; 5: Write
fault
> seg000:1A75D                                         ; 6: Drive
ready
> (unless bit 4=0)
> seg000:1A75D                                         ; 7: Busy
> seg000:1A75E                 test    al, 8
> seg000:1A760                 loope   near ptr loc_A75C+1
> seg000:1A762                 jnz     loc_A767
> seg000:1A764                 mov     ah, 20h ; ' '
> seg000:1A766                 stc
> seg000:1A767                 cli
> seg000:1A768                 jb      near ptr loc_A785+2
> seg000:1A76A                 mov     dx, 1F0h
> seg000:1A76D                 mov     cx, 1Bh
> seg000:1A770                 in      ax, dx          ; AT hard disk
> controller: Data register.
> seg000:1A770                                         ; Read/write
data
> from/to controller sector buffer
> seg000:1A771                 loop    loc_A770
> seg000:1A773                 mov     cx, 11h
> seg000:1A776                 in      ax, dx          ; AT hard disk
> controller: Data register.
> seg000:1A776                                         ; Read/write
data
> from/to controller sector buffer
> seg000:1A777                 xchg    ah, al
> seg000:1A779                 stosw
> seg000:1A77A                 loop    near ptr loc_A775+1
> seg000:1A77C                 mov     cx, 0D4h ; '+'
> seg000:1A77F                 in      ax, dx          ; AT hard disk
> controller: Data register.
> seg000:1A77F                                         ; Read/write
data
> from/to controller sector buffer
> seg000:1A780                 loop    loc_A77F
> seg000:1A782                 call    sub_A6AB
> seg000:1A785                 jnb     near ptr unk_A797
> seg000:1A787                 mov     al, 4
> seg000:1A789                 mov     dx, 3F6h
> seg000:1A78C                 out     dx, al          ; AT only.
Fixed
> disk register
> seg000:1A78D                 jmp     short loc_A78F
> seg000:1A78D ;
> --------------------------------------------------------------------
----
>
>
>
> any info would be great
>
>
>
> Thanks
>




Yahoo! Message number: 1946
Date: Mon, 20 Oct 2008 01:34:08 -0000
From: "klyball"
Subject: Re: 1550sx hard drive
text/plain; charset="iso-8859-1"

heres a bit more i found


seg000:1A145                 add     dl, 80h ; 'Ç'
seg000:1A148                 mov     ax, es:72h
seg000:1A14C                 and     al, 0FEh
seg000:1A14E                 cmp     ax, 1234h
seg000:1A151                 jz      near ptr loc_A167+2
seg000:1A153                 mov     cx, 0
seg000:1A156                 mov     ah, 10h
seg000:1A158                 int     13h             ; DISK - FIXED DISK
- TEST FOR DRIVE READY (XT,AT,XT286,PS)
seg000:1A158                                         ; DL = drive ID
seg000:1A158                                         ; Return: CF set on
error, AH = status code
seg000:1A15A                 jnb     near ptr loc_A167+2
seg000:1A15C                 cmp     word ptr es:6Ch, 32Ah
seg000:1A163                 ja      loc_A18F
seg000:1A165                 loop    loc_A156
seg000:1A167                 jmp     short loc_A18F
seg000:1A169 ;
------------------------------------------------------------------------&#92;
---
seg000:1A169                 mov     ah, 9
seg000:1A16B                 int     13h             ; DISK - FIXED DISK
- INITIALIZE TWO FIXED DISK BASE TABLES (XT,AT,XT286,PS)
seg000:1A16B                                         ; Return: CF set on
error, AH = status code
seg000:1A16D                 jb      loc_A18F
seg000:1A16F                 mov     ah, 11h
seg000:1A171                 int     13h             ; DISK - FIXED DISK
- RECALIBRATE DRIVE (XT,AT,XT286,PS)
seg000:1A171                                         ; DL = drive ID
seg000:1A171                                         ; Return: CF set on
error, AH = status code
seg000:1A173                 jb      loc_A18F
seg000:1A175                 mov     bh, dl
seg000:1A177                 mov     ah, 8
seg000:1A179                 int     13h             ; DISK - DISK - GET
CURRENT DRIVE PARAMETERS (XT,AT,XT286,CONV,PS)
seg000:1A179                                         ; DL = drive number
seg000:1A179                                         ; Return: CF set on
error, AH = status code, BL = drive type
seg000:1A179                                         ; DL = number of
consecutive drives
seg000:1A179                                         ; DH = maximum
value for head number, ES:DI -> drive parameter
seg000:1A17B                 mov     dl, bh
seg000:1A17D                 mov     al, 1
seg000:1A17F                 mov     ah, 4
seg000:1A181                 int     13h             ; DISK - VERIFY
SECTORS
seg000:1A181                                         ; AL = number of
sectors to verify, CH = track, CL = sector
seg000:1A181                                         ; DH = head, DL =
drive
seg000:1A181                                         ; Return: CF set on
error, AH = status
seg000:1A181                                         ; AL = number of
sectors verified
seg000:1A183                 jnb     loc_A1D2
seg000:1A185                 cmp     ah, 0Ah
seg000:1A188                 jb      loc_A18F
seg000:1A18A                 cmp     ah, 11h
seg000:1A18D                 jbe     loc_A1D2
seg000:1A18F                 call    near ptr unk_CBEF




Yahoo! Message number: 1947
Date: Tue, 21 Oct 2008 11:49:37 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: 1550sx hard drive
text/plain; charset=iso-8859-1

Klyball,
Sorry for my delay in responding.  I had a busy weekend, then I had to play catch-up at work on Monday.
You are farther along than I am.
My answers to your questions are, "I don't know."
 
I was able to get another Conner drive to work with my 1520.  I am in the process of trying to get my 1520 to boot from a Compact Flash (CF).  I'm kind of on a detour right now, however.
 
I too am trying to disassemble to BIOS.  But I am lacking basic microprocessor knowledge.  I bought a book on 80286 and -386 assembler.  I've started it, but it's hard to stay motivated to read through it.
 
I am curious about your set up.  Are your BIOS EPROMS soldered to the motherboard or were they socketed?
What equipment did you use to read the EPROMS?
What program did you use to read the EPROMS?
How did you deal with the checksum?  In other words, when you re-assembled the BIOS and got the different checksum, did you modify the text at the beginning of the file to get the checksum to work out to the original, or did you find the checksum value in the file and modify it?
 
I guess that's it for now.
Thanks for the info.
-Shawn



----- Original Message ----
From: klyball <klyball@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, October 19, 2008 9:34:08 PM
Subject: [RuGRiD-Laptop] Re: 1550sx hard drive


heres a bit more i found

seg000:1A145                 add     dl, 80h ; 'Ç'
seg000:1A148                 mov     ax, es:72h
seg000:1A14C                 and     al, 0FEh
seg000:1A14E                 cmp     ax, 1234h
seg000:1A151                 jz      near ptr loc_A167+2
seg000:1A153                 mov     cx, 0
seg000:1A156                 mov     ah, 10h
seg000:1A158                 int     13h             ; DISK - FIXED DISK - TEST FOR DRIVE READY (XT,AT,XT286,PS)
seg000:1A158                                         ; DL = drive ID
seg000:1A158                                         ; Return: CF set on error, AH = status code
seg000:1A15A                 jnb     near ptr loc_A167+2
seg000:1A15C                 cmp     word ptr es:6Ch, 32Ah
seg000:1A163                 ja      loc_A18F
seg000:1A165                 loop    loc_A156
seg000:1A167                 jmp     short loc_A18F
seg000:1A169 ; ---------------------------------------------------------------------------
seg000:1A169                 mov     ah, 9
seg000:1A16B                 int     13h             ; DISK - FIXED DISK - INITIALIZE TWO FIXED DISK BASE TABLES (XT,AT,XT286,PS)
seg000:1A16B                                         ; Return: CF set on error, AH = status code
seg000:1A16D                 jb      loc_A18F
seg000:1A16F                 mov     ah, 11h
seg000:1A171                 int     13h             ; DISK - FIXED DISK - RECALIBRATE DRIVE (XT,AT,XT286,PS)
seg000:1A171                                         ; DL = drive ID
seg000:1A171                                         ; Return: CF set on error, AH = status code
seg000:1A173                 jb      loc_A18F
seg000:1A175                 mov     bh, dl
seg000:1A177                 mov     ah, 8
seg000:1A179                 int     13h             ; DISK - DISK - GET CURRENT DRIVE PARAMETERS (XT,AT,XT286,CONV,PS)
seg000:1A179                                         ; DL = drive number
seg000:1A179                                         ; Return: CF set on error, AH = status code, BL = drive type
seg000:1A179                                         ; DL = number of consecutive drives
seg000:1A179                                         ; DH = maximum value for head number, ES:DI -> drive parameter
seg000:1A17B                 mov     dl, bh
seg000:1A17D                 mov     al, 1
seg000:1A17F                 mov     ah, 4
seg000:1A181                 int     13h             ; DISK - VERIFY SECTORS
seg000:1A181                                         ; AL = number of sectors to verify, CH = track, CL = sector
seg000:1A181                                         ; DH = head, DL = drive
seg000:1A181                                         ; Return: CF set on error, AH = status
seg000:1A181                                         ; AL = number of sectors verified
seg000:1A183                 jnb     loc_A1D2
seg000:1A185                 cmp     ah, 0Ah
seg000:1A188                 jb      loc_A18F
seg000:1A18A                 cmp     ah, 11h
seg000:1A18D                 jbe     loc_A1D2
seg000:1A18F                 call    near ptr unk_CBEF


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Yahoo! Message number: 1948
Date: Tue, 21 Oct 2008 11:52:47 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: 1550sx hard drive
text/plain; charset=iso-8859-1

klyball,
Oh and one other question, what program did you use to disassemble the BIOS code?
 
I'm looking for ways other people have attacked the same problem to find any ideas that I may have overlooked.
Thanks,
-Shawn



----- Original Message ----
From: klyball <klyball@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, October 19, 2008 9:34:08 PM
Subject: [RuGRiD-Laptop] Re: 1550sx hard drive


heres a bit more i found

seg000:1A145                 add     dl, 80h ; 'Ç'
seg000:1A148                 mov     ax, es:72h
seg000:1A14C                 and     al, 0FEh


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Yahoo! Message number: 1949
Date: Tue, 21 Oct 2008 17:23:08 -0400
From: Timothy Groves
Subject: 1520 Original OS Disk

Can someone send me a disk image, suitable  for RAWRITE, of the 1520 boot disk?  I do not have Windows, and the raw access required by the builder program fails under Wine.

tailkinker.contrabandent.com
ICQ # 6602 2322


Yahoo! Message number: 1950
Date: Tue, 21 Oct 2008 15:29:20 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] 1520 Original OS Disk

Hi Tim,
Welcome to the group.
I'm a Linux novice, so you'll have to have patience with me.
I'll have to look to see if I have the original boot disk.  I have been booting my 1520 from a MS-DOS 5.0 disk.  I also have a MS-DOS 3.3 disk.  I can image one or both of those.
Then, you can ftp them from my ftp site: shawnerz.homelinux.org.  Login as griduser.  The password is the same as the username.
If you like, there is a tarball of contiki OS.  There is another folder containing mimix.  Both versions are supposed to run on a 286.
I haven't had the time to play with those OS's.  My plan is to get the 1520 to boot from compact flash, write a Grid Sentry program that I promised somebody a year ago, and then play with Linix on the Grid.
Maybe, one day, when I hit the lottery and have all this free time, I'll have the time to play with my Grids... One can dream, right?
-Shawn



----- Original Message ----
From: Timothy Groves <the.tail.kinker@...m>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, October 21, 2008 5:23:08 PM
Subject: [RuGRiD-Laptop] 1520 Original OS Disk

Can someone send me a disk image, suitable  for RAWRITE, of the 1520 boot disk?  I do not have Windows, and the raw access required by the builder program fails under Wine.

tailkinker.contrabandent.com
ICQ # 6602 2322

------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Yahoo! Message number: 1951
Date: Tue, 21 Oct 2008 19:01:15 -0400
From: Timothy Groves
Subject: RE: [RuGRiD-Laptop] 1520 Original OS Disk

Sadly, I must do all my net from a palm pilot, and cannot FTP from it.

However, thanks for the offer.  Three questions, though:  What is contiki, does mimix = MINIX, and if so, can you eMail the MINIX disks?  That would save me a lot of work (cross-compiling ELKS and Nano-X, building a boot disk, many other cross-compilings as well...)

tailkinker.contrabandent.com
ICQ # 6602 2322



Yahoo! Message number: 1952
Date: Wed, 22 Oct 2008 05:15:12 -0000
From: "klyball"
Subject: Re: 1550sx hard drive

HI

Thanks for the reply,

Chip reading and burning i use a mod-emup(all-03) universal
programmer in a old 486dx4 100 sbc, it has its own software that does
all the old chips tests ram and logic and some newer ones to.

I manipulate the files with winhex

disassemble with freeida43 and a old version of hiew

I'm no assembler expert buy any means, i learn buy trial and hours
using my trusty microsoft macro assembler 5.1 reference book (if you
can find one it's real handy and saves reading all the assembler
books.if all your doing is trying to trace code.

The 1550sx has 2  socketed 27c512 eproms
i at first managed the checksum with the first copy right message but
it didnt work ,but found a copyright message near the end of the code
that works.

the 1550sx bios is layed out a little different but i think it is
using the same identification to set the hard drives.

I have tried 3 diffent drives using many different modified setting
in the bios table no luck. I must find what is being read to
determine that the proper hd is in.

i ran a prog called wdtblchk and it shows every hard drive i hook up
to the grid

it says
drive 1 found directly
drive not found with int 13h

there must be a simple check (serial number,name code )that checks
the drive first before checking the cyl heads sec ,so its kicking out

i'm going to keep analyzing the bios and going to try and look at the
cmos memory if i can, it should be loaded into memory somewere.

i think it should be a easy fix to jump the drive check if i can pin
it down ,letting us use any drive buy any manf.

or i could be just not setting up the name or table correcty
i ussually always do things the hard way.

i will move to a 1520 if i hit a brick wall with the 1550sx,  the
bios file is less cluttered and alot smaller but i have the 1550
ripped apart now.

i will keep you posted on my progress.

i'm going to try to mod a drive table above #16 just for the heck of
it i've been modding the first 3 only .Worth a shot




Yahoo! Message number: 1953
Date: Wed, 22 Oct 2008 05:44:20 -0000
From: "at_hound"
Subject: BIOS Info on 1530 - And good info on this groups site!

The recent and prior posts and links have some great info!  I rescued
a 1530 from the recycle pit, and I have gotten a Win98 boot disk to
get a DOS command line.  The Connor Drive is good, but the 1530
doesn't recognize it.  I hooked it to my current desktop (XP) and i
think I messed up the FAT partition (forced a format and OS load on
me.)

Just want to be sure on a couple things.

1. There is no F2 or CTRL-S or other key to get into BIOS. The bios
is fixed and either runs or not.

2. The Dallas BIOS chip has a self contained battery.  And it is
dead.  There are photos (I looked over the Italian link) on soldering
in a battery, but I have found no text explaining the procedure. Is
it hiding around the group?

3. Will I have to reprogram the BIOS chip?  I haven't played with
Assembly since 1982, but I can figure it out.

I have a power supply in the bay. It won't power the grid while in
the bay (I'm using a universal adapter right now), but it puts out
15+ VDC so I think I need the three pin cable to plug it in to the
case.  Anyone seen where that weird 3 pin cable is available?

Thanks
Dave



Yahoo! Message number: 1954
Date: Wed, 22 Oct 2008 10:38:27 -0000
From: "jeriddian"
Subject: Re: BIOS Info on 1530 - And good info on this groups site!

Hi, Dave,

I'll try to help you out here..

Yeah, you used a WINDOWs 98 disk to try and reformat the drive. Not a
good move I'm afraid. WINDOWS DOS (7.22) is far too advanced and the
hardware of the GRiD cannot work with it. The way it sets the drive
parameters to be recognized are unintelligible to the GRiD hardware
and BIOS. You will have to start from scratch and I would recommend
going to DOS 3.3 (and the original GRiDDOS 3.3 would be better, but
regular DOS should work) to reformat the drive, if you can still get
it to be recognized. You may have to low level format the drive to
get it to work.

1) You are correct in that there is no F2 or CTRL-S or other key to
get into the BIOS. That's because there is no BIOS program at all to
access. These computers are so early in development, that BIOS
manipulation by the user was not yet felt needed. Thus the BIOS was
programmed into the chips as is, and that's it. That's what you have
to work with. If you want to change it (very much at your own risk
and you should be pretty good at asssmebly language programming on
the 386 processor instruction set platform), you would have to
physically do that with the appropriate macroassembler programs and
reburn a new set of BIOS chips for the computer.

2)There is a method developed by an individual in Germany for
attaching a new battery to the DALLAS RTC chip. The explanation(s)
with photos on how to do this is in our files section here on the web
site. I performed this mod myself a few times.

3) So far, the only reprogramming we've done here is to change the
hard drive name table and hard drive parameter table to accept a
different Conner hard drive. I've done it with several of my 1530's
and 1520's, as has Shawn. Nobody on the site, that I know of, has
tried altering any other part of the code. It's been a very long time
since I've done any assembly work on that platform as well, and I
don't remember it anymore. But it would be cool if someone was able
to reprogram the BIOS to adapt better to what's available today. But
the limitations of the computer, such as a 128 Kb limit on the chips
is definitely a challenge.

4) The standard power supply for these computers are a 16.25 volt/3.7
amp 60 watt power supply. These are not too rare and you can find
them on ebay and other related sites. The 3-pin cable is indeed
unique. I myself have not been able to find it anywhere either.

I hope that answers some of your questions. Good Luck.

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "at_hound" <at_hound@...> wrote:
>
> The recent and prior posts and links have some great info!  I
rescued
> a 1530 from the recycle pit, and I have gotten a Win98 boot disk to
> get a DOS command line.  The Connor Drive is good, but the 1530
> doesn't recognize it.  I hooked it to my current desktop (XP) and i
> think I messed up the FAT partition (forced a format and OS load on
> me.)
>
> Just want to be sure on a couple things.
>
> 1. There is no F2 or CTRL-S or other key to get into BIOS. The bios
> is fixed and either runs or not.
>
> 2. The Dallas BIOS chip has a self contained battery.  And it is
> dead.  There are photos (I looked over the Italian link) on
soldering
> in a battery, but I have found no text explaining the procedure. Is
> it hiding around the group?
>
> 3. Will I have to reprogram the BIOS chip?  I haven't played with
> Assembly since 1982, but I can figure it out.
>
> I have a power supply in the bay. It won't power the grid while in
> the bay (I'm using a universal adapter right now), but it puts out
> 15+ VDC so I think I need the three pin cable to plug it in to the
> case.  Anyone seen where that weird 3 pin cable is available?
>
> Thanks
> Dave
>




Yahoo! Message number: 1955
Date: Wed, 22 Oct 2008 07:38:13 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] BIOS Info on 1530 - And good info on this groups site!

Hello Dave, Welcome to the group.
It's good that we've gotten a few new members that are breathing life back in to the group.

To answer your questions:
>1. There is no F2 or CTRL-S or other key to get into BIOS. The bios
>is fixed and either runs or not.
You are correct.

>2. The Dallas BIOS chip has a self contained battery.  And it is
>dead.  There are photos (I looked over the Italian link) on soldering
>in a battery, but I have found no text explaining the procedure. Is
>it hiding around the group?

I'm not aware of an Itialian link, although Andrea (another member of the group, in Italy) did a mod where the RTC battery lines were extended and a replacable cell was added.  There is a German link here: http://www.mcamafia.de/mcapage0/dsrework.htm

>3. Will I have to reprogram the BIOS chip?  I haven't played with
>Assembly since 1982, but I can figure it out.

That depends, what are you trying to do?  If you're trying to boot from anything other than a Conner drive, then yes, the BIOS will have to be modified.

>I have a power supply in the bay. It won't power the grid while in
>the bay (I'm using a universal adapter right now), but it puts out
>15+ VDC so I think I need the three pin cable to plug it in to the
>case.  Anyone seen where that weird 3 pin cable is available?

I think it's a Hirose connector.  I've never looked it up.  I'll add it to my things to do list.
I think the 1550 uses the same connector.  Before I gave up on the 1550, I used to two small nails inserted to the connector.  Then, I attached one side of aligator clip leads to the nails and the side to my DC power supply.  Wasn't exaclty the safest set up, but it worked.

I hope that helps.
-Shawn




----- Original Message ----
From: at_hound <at_hound@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Wednesday, October 22, 2008 1:44:20 AM
Subject: [RuGRiD-Laptop] BIOS Info on 1530 - And good info on this groups site!

The recent and prior posts and links have some great info!  I rescued
a 1530 from the recycle pit, and I have gotten a Win98 boot disk to
get a DOS command line.  The Connor Drive is good, but the 1530
doesn't recognize it.  I hooked it to my current desktop (XP) and i
think I messed up the FAT partition (forced a format and OS load on
me.)

Just want to be sure on a couple things.

1. There is no F2 or CTRL-S or other key to get into BIOS. The bios
is fixed and either runs or not.

2. The Dallas BIOS chip has a self contained battery.  And it is
dead.  There are photos (I looked over the Italian link) on soldering
in a battery, but I have found no text explaining the procedure. Is
it hiding around the group?

3. Will I have to reprogram the BIOS chip?  I haven't played with
Assembly since 1982, but I can figure it out.

I have a power supply in the bay. It won't power the grid while in
the bay (I'm using a universal adapter right now), but it puts out
15+ VDC so I think I need the three pin cable to plug it in to the
case.  Anyone seen where that weird 3 pin cable is available?

Thanks
Dave


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1956
Date: Thu, 23 Oct 2008 05:18:10 -0000
From: "at_hound"
Subject: Re: BIOS Info on 1530 - And good info on this groups site!

Thanks
Good to know I won't have to reprogram/modify the bios chip.  I didn't
understand, from pictures alone, what exactly I was soldering the
battery leads into.  I didn't know why he/she ground into the dallas
chip to solder the leads.  Why not just de-solder, bend them out and
solder the battery to the open pins.



Yahoo! Message number: 1957
Date: Thu, 23 Oct 2008 06:28:11 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: BIOS Info on 1530 - And good info on this groups site!

At_Hound,
By your email, I'm not sure if you have the answer to your question, or if you're still not sure.
If you're still not sure, there are two reasons to drill.
1) IIRC, pins 16 and 20 do not extend through the bottom of the RTC chip.  As a result, you have to drill in from the side to get to the pins.
2)  The connection to the internal battery has to be broken.  This prevents the good, external, battery from discharging through the weaker, bad, internal battery.

I hope this helps.
-Shawn



----- Original Message ----
From: at_hound <at_hound@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Thursday, October 23, 2008 1:18:10 AM
Subject: [RuGRiD-Laptop] Re: BIOS Info on 1530 - And good info on this groups site!

Thanks
Good to know I won't have to reprogram/modify the bios chip.  I didn't
understand, from pictures alone, what exactly I was soldering the
battery leads into.  I didn't know why he/she ground into the dallas
chip to solder the leads.  Why not just de-solder, bend them out and
solder the battery to the open pins.


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1958
Date: Thu, 23 Oct 2008 21:09:06 -0700 (PDT)
From: David Barnhart
Subject: Re: [RuGRiD-Laptop] Re: BIOS Info on 1530 - And good info on this groups site!
text/plain; charset=iso-8859-1

Ok, that does make sense.  Thanks. 




________________________________
From: Shawnerz <shawnerz@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Thursday, October 23, 2008 6:28:11 AM
Subject: Re: [RuGRiD-Laptop] Re: BIOS Info on 1530 - And good info on this groups site!


At_Hound,
By your email, I'm not sure if you have the answer to your question, or if you're still not sure.
If you're still not sure, there are two reasons to drill.
1) IIRC, pins 16 and 20 do not extend through the bottom of the RTC chip.  As a result, you have to drill in from the side to get to the pins.
2)  The connection to the internal battery has to be broken.  This prevents the good, external, battery from discharging through the weaker, bad, internal battery.

I hope this helps.
-Shawn

----- Original Message ----
From: at_hound <at_hound@yahoo. com>
To: RuGRiD-Laptop@ yahoogroups. com
Sent: Thursday, October 23, 2008 1:18:10 AM
Subject: [RuGRiD-Laptop] Re: BIOS Info on 1530 - And good info on this groups site!

Thanks
Good to know I won't have to reprogram/modify the bios chip.  I didn't
understand, from pictures alone, what exactly I was soldering the
battery leads into.  I didn't know why he/she ground into the dallas
chip to solder the leads.  Why not just de-solder, bend them out and
solder the battery to the open pins.

------------ --------- --------- ------

http://groups. yahoo.com/ group/rugrid- laptop/Yahoo! Groups Links






Yahoo! Message number: 1959
Date: Mon, 27 Oct 2008 01:19:43 -0000
From: "klyball"
Subject: 15xx hard drive

My question is:

Has anyone put in a harddrive other than a conner using bios mod ?

If yes than i am doing it wrong somehow.

If no then i think i have a idea how to make it work.

I believe the real drive table is encryted in the bios and they only
set it up for a few different conner drives depending on the model.

i manually set up the cmos with some drive perameters,but when i
restart the machine the cmos entry that sets the drive type is reset
to 00 but the drive perameters suprisingy remain in cmos. Half the
battle

Now the trick is to find the routine in bios that is checking the
encrypted drive table and jump it.and or stop the bios from writing
to the cmos that is clearing the 12h and 19h entry.

i've disassembled a lot of the code and am narrowing down the areas
to test,but with out a way to debug the bios code it's hit and miss
also i only have a couple of chips, so erasing,assembling ,programming
 is a long proccess to try out one code change.
I will update on my progress but it will take a while.

I'm going to Zen the code for while before i test.


Why am i doing this? i don't really know.But.....



Yahoo! Message number: 1960
Date: Mon, 27 Oct 2008 01:48:34 -0000
From: "jeriddian"
Subject: Re: 15xx hard drive

Klyball,

In answer to your question, nobody here has ever tried to put in 
another HDD except a Conner. I actually have a couple of usable
samsungs and seagates I thought about trying, but I had enough
Conners that I didn't ever try it myself. So the answer is no, it
hasn't been tried. But if you can solve that riddle, that would be
great, and it would be a great addition to the forum.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "klyball" <klyball@...> wrote:
>
> My question is:
>
> Has anyone put in a harddrive other than a conner using bios mod ?
>
> If yes than i am doing it wrong somehow.
>
> If no then i think i have a idea how to make it work.
>
> I believe the real drive table is encryted in the bios and they
only
> set it up for a few different conner drives depending on the model.
>
> i manually set up the cmos with some drive perameters,but when i
> restart the machine the cmos entry that sets the drive type is
reset
> to 00 but the drive perameters suprisingy remain in cmos. Half the
> battle
>
> Now the trick is to find the routine in bios that is checking the
> encrypted drive table and jump it.and or stop the bios from writing
> to the cmos that is clearing the 12h and 19h entry.
>
> i've disassembled a lot of the code and am narrowing down the areas
> to test,but with out a way to debug the bios code it's hit and miss
> also i only have a couple of chips, so
erasing,assembling ,programming
>  is a long proccess to try out one code change.
> I will update on my progress but it will take a while.
>
> I'm going to Zen the code for while before i test.
>
>
> Why am i doing this? i don't really know.But.....
>




Yahoo! Message number: 1961
Date: Mon, 27 Oct 2008 07:04:07 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] 15xx hard drive

Klyball,
I really appreciate the work.

The question I have is, why encrypt the drive table?  The date code on the BIOS is circa 1988.  Why bother going through the trouble of encryption?
It's more likely that there was an XOR value or an AND value the data was combined with.  But again, I come back to the question: why?
Error checking?  A primitive means of locking Grids to Conner drives?

I'm not clear on what you're doing.  You said:
>i manually set up the cmos with some drive perameters
I assume you're burning new EPROMS with custom values.  For example, changing the sectors/track value from 63 to something like 24.

>but when i restart the machine the cmos entry that sets the drive type is reset to 00
Here's my confusion: Do you mean the text field?  Like "CP3044" or "CP322" or is there another field?

>but the drive perameters suprisingy remain in cmos
If I'm correctly understanding what you're saying, this is expected behavior.  As I understand the boot sequence, at boot, the contents of the BIOS chips are read in and executed.  Using my example, you changed the 63 to 24 in the EPROM.  Boot the computer, the 286 reads in the EPROM data.  Now you reboot the computer.  It will dump the currently held data and read in the EPROM again.  So, the '24' will still appear to be held in RAM.
I must have missed something because you are obviously very talented.  You've taken a different approach and gotten much further than I have.  If there is anything I can do to help, just let me know.

The erasing, assembling, programming, testing cycle is a pain in the butt.  I know your pain.  I basically have to take over our kitchen table when I'm doing this.  I've got the P1-633 with a monitor, power supply, UV eraser, EMP-20 programmer, spare EPROMs and the Grid in 3 sections all laid out.

I did find a guy selling 27C128 emulators for ~$200.  But, I'd need 2 and $400 for this project is a little too much.

I'm going to email you some pdf's of the service manual.  Mike B. found these sections useful when he took a look at this problem.

Again, I really appreciate your help on this.
-Shawn



----- Original Message ----
From: klyball <klyball@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, October 26, 2008 9:19:43 PM
Subject: [RuGRiD-Laptop] 15xx hard drive

My question is:

Has anyone put in a harddrive other than a conner using bios mod ?

If yes than i am doing it wrong somehow.

If no then i think i have a idea how to make it work.

I believe the real drive table is encryted in the bios and they only
set it up for a few different conner drives depending on the model.

i manually set up the cmos with some drive perameters,but when i
restart the machine the cmos entry that sets the drive type is reset
to 00 but the drive perameters suprisingy remain in cmos. Half the
battle

Now the trick is to find the routine in bios that is checking the
encrypted drive table and jump it.and or stop the bios from writing
to the cmos that is clearing the 12h and 19h entry.

i've disassembled a lot of the code and am narrowing down the areas
to test,but with out a way to debug the bios code it's hit and miss
also i only have a couple of chips, so erasing,assembling ,programming
is a long proccess to try out one code change.
I will update on my progress but it will take a while.

I'm going to Zen the code for while before i test.


Why am i doing this? i don't really know.But.....


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1962
Date: Mon, 27 Oct 2008 19:23:40 -0000
From: "klyball"
Subject: Re: 15xx hard drive


I found this little tidbit of info to lead me to my theory, i'am just
looking at all the angles.

http://www.patentstorm.us/patents/5598577/fulltext.html

It has some conner drives in the example

I,m thinking that i might build a couple of eprom emulators.



Yahoo! Message number: 1963
Date: Mon, 27 Oct 2008 21:37:52 -0000
From: "klyball"
Subject: Re: 15xx hard drive

On second thought your probebly right about the data not being encrypted
I just need to keep tracing the code.?





Yahoo! Message number: 1964
Date: Tue, 11 Nov 2008 21:27:21 -0000
From: "klyball"
Subject: Bios Hacking

I am still working on the bios with not to much to report as of yet ,
i,ve odered some parts to build a couple eprom emulators, to speed
thing up.

Will post  when i get some results worth noting

Cya



Yahoo! Message number: 1965
Date: Wed, 12 Nov 2008 07:02:36 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Bios Hacking

Thanks for the update.
BTW, I have Intel's 286 and 287 microprocessor programming book.  I'm still working my way though it.
Let me know if you need me to look something up for you.
Thanks
-Shawn



----- Original Message ----
From: klyball <klyball@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Tuesday, November 11, 2008 4:27:21 PM
Subject: [RuGRiD-Laptop] Bios Hacking

I am still working on the bios with not to much to report as of yet ,
i,ve odered some parts to build a couple eprom emulators, to speed
thing up.

Will post  when i get some results worth noting

Cya


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1966
Date: Sun, 14 Dec 2008 21:30:44 -0000
From: "Chris Warwick"
Subject: GRiDpad 1510

Hi People. Does anyone out there know where I can obtain info on the
above machine? I picked one up recently at a car-boot sale. It works,
nut a user manual would be helpful as it's years since I played with a
DOS machine!  TIA,  Kit.



Yahoo! Message number: 1967
Date: Sun, 14 Dec 2008 16:47:28 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] GRiDpad 1510

Chris,
I am not familiar with that model at all.  Do you know what the microprocessor is?  I have several 1520's, and a 1550.  The 1520 is a '286 and the 1550 is a 386sx.  I wonder is the 1510 is a 286 as well?
If you could post any pictures, that would be helpful.
Thanks,
-Shawn



----- Original Message ----
From: Chris Warwick <chris_warwick56@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, December 14, 2008 4:30:44 PM
Subject: [RuGRiD-Laptop] GRiDpad 1510

Hi People. Does anyone out there know where I can obtain info on the
above machine? I picked one up recently at a car-boot sale. It works,
nut a user manual would be helpful as it's years since I played with a
DOS machine!  TIA,  Kit.


------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links







Yahoo! Message number: 1968
Date: Tue, 16 Dec 2008 15:03:30 +0000
From: Chris Warwick
Subject: grIdPAD 1510
text/plain; charset="iso-8859-1"

Hi Shawn.
Here's whAT I have managed to find.
GridPad 1910
Computer facts





Company

Grid


CPU

NEC V20


RAM

2 MB


Graphic modes

640x400


Colors

2


Sound

PC speaker


IO

Capacitance-based wired pen
Trivia
The GRiDPad 1910 is basically an extremely portable PC-XT. It has a 640x400 backlit Monochrome CGA display. It has 2MB of system memory, and often came equipped with a 20 MB 2.5" IDE disk. The pen system is capacitance-based, with a wired stylus. There is a 6-pin micro-DIN XT keyboard interface. Audio is limited to the usual PC Speaker support. There is one serial port expressed on the unit, and expansion for a modem, which came in 2400 and 9600 bps flavors. There are two ATA-FLASH slots on the unit, which are used strictly for storage. There is also an expansion bus connector on the bottom of the system, which includes at least a keyboard connector, a parallel port, and a floppy bus. There are buttons F1 through F5 and a sleep button on the unit, as well as a hard power switch. Power is supplied via Ni-Cad battery packs.
This machine was used primarily for inventory purposes and the like. Apparently it was used within Chrysler for that purpose, and by the United States Army. The military specified more rigidity and durability from the case than the civilian version provided, and so GRiD made the case out of magnesium. They were never sold to the public that way, but occasionally a unit will slide out of the hands of the military.

 I have a few pictures, some with labels, and I will post these in these on the web-site.
Thanks for the reply,         Chris.


_________________________________________________________________
 Live Search presents Big Snap II - win John Lewis vouchers
http://clk.atdmt.com/UKM/go/117442309/direct/01/

Yahoo! Message number: 1969
Date: Fri, 19 Dec 2008 10:07:24 -0000
From: "Chris Warwick"
Subject: Re: GRiDpad 1510

Sorry, stupid mistake, it's a 1910, not 1510.
Why bother turning it over and looking at the label, when you can make
a stupid mistake by relying on memory?

Kit.



Yahoo! Message number: 1970
Date: Fri, 19 Dec 2008 06:32:54 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: GRiDpad 1510

I can't tell you how many times I've made the same type of mistakes relying on memory. :-[
-Shawn



----- Original Message ----
From: Chris Warwick <chris_warwick56@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Friday, December 19, 2008 5:07:24 AM
Subject: [RuGRiD-Laptop] Re: GRiDpad 1510

Sorry, stupid mistake, it's a 1910, not 1510.
Why bother turning it over and looking at the label, when you can make 
a stupid mistake by relying on memory?

Kit.


      


Yahoo! Message number: 1971
Date: Wed, 18 Feb 2009 10:12:14 -0000
From: "bigwalk_ca"
Subject: Are Yahoo Groups on the edge of corporate cost-cutting ?

 Most of the time when it so behooves me, I submit a post to the
group  from the received messages which caused me to reply. Otherwise
I went thru the tediouus proces of finding Yahoo Groups on the "more"
button.  It appears that even that is no longer avalable.

 In a query from a poster in the VC Forum, I found it almost
impossible to give him the URL until I went to my e-mail and
retrieved the URL. My bookmark was on another older computer.

 Is this part of the strategy for Yahoo to get rid of a liabilty,
namely Yahoo groups ? I suspect it. Just as the files from DeJa View
which were an image of Usenet posting, and are still not all
available on Google. Similarly, is there a mirror of the old
Compuserve files ?

 May I suggest that perhaps someone or several could mirror our files
archive, before the Yahoo groups, and many other individual groups
are terminated. Before, lack of traffic was justification enough. Now
the decimation of the whole body of groups could be abandoned for
business reasons. Who knows how much material is on the verge of
abandonment and with larger HDDs or even R/W cds, could be saved.
There has been much older software which has irratreavably been lost
the last decade or so. Don Maslan, a CP&#92;M guru comes to mind.

Lawrence.



Yahoo! Message number: 1972
Date: Wed, 18 Feb 2009 02:20:42 -0800 (PST)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Are Yahoo Groups on the edge of corporate cost-cutting ?
text/plain; charset=iso-8859-1

It's always a good idea to back up data. 
The pdf files of the service manual that Phil was kind enough to provide are still on my ftp server.  The other OS files are there too.
With that being said, I've always just gone to groups.yahoo.com and selected from my list of groups on the left side of the screen.  I've never had a problem with going directly to groups.yahoo.com.
I hope that helps.
-Shawn




________________________________
From: bigwalk_ca <bigwalk_ca@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Wednesday, February 18, 2009 5:12:14 AM
Subject: [RuGRiD-Laptop] Are Yahoo Groups on the edge of corporate cost-cutting ?

Most of the time when it so behooves me, I submit a post to the
group  from the received messages which caused me to reply. Otherwise
I went thru the tediouus proces of finding Yahoo Groups on the "more"
button.  It appears that even that is no longer avalable.

In a query from a poster in the VC Forum, I found it almost
impossible to give him the URL until I went to my e-mail and
retrieved the URL. My bookmark was on another older computer.

Is this part of the strategy for Yahoo to get rid of a liabilty,
namely Yahoo groups ? I suspect it. Just as the files from DeJa View
which were an image of Usenet posting, and are still not all
available on Google. Similarly, is there a mirror of the old
Compuserve files ?

May I suggest that perhaps someone or several could mirror our files
archive, before the Yahoo groups, and many other individual groups
are terminated. Before, lack of traffic was justification enough. Now
the decimation of the whole body of groups could be abandoned for
business reasons. Who knows how much material is on the verge of
abandonment and with larger HDDs or even R/W cds, could be saved.
There has been much older software which has irratreavably been lost
the last decade or so. Don Maslan, a CP&#92;M guru comes to mind.

Lawrence.



------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links






Yahoo! Message number: 1973
Date: Thu, 12 Mar 2009 00:28:24 -0000
From: "zentaro04"
Subject: CONNER CFS420A - BIOS

Hallo group!
hi Shawn Hi Jeriddian
how are you?
 finally I found on ebay Germany a Conner CFS420a!
I would like to upgrade my hard drive but I'm not really sure
how to modify the bios. Shawn could you help me?
I have uploaded the binary of my two roms in Files/GRiDcase 1530 bios rev. w
Ciao
Andrea




Yahoo! Message number: 1974
Date: Thu, 12 Mar 2009 01:24:52 -0000
From: "jeriddian"
Subject: Re: CONNER CFS420A - BIOS

Hi, Andrea,

The methodology by which to alter the BIOS is spelled out by Shawn in the files section. I myself have my primary 1530 loaded with a CFS420A and it works very well. Look in the files section for the text file by Shawn named "1520 Hard Drive Reprograming Instructions.txt". This will take step by step into how to alter the BIOS code to allow the computer to recognize the CFS420A. Of course you will have to burn 2 EPROMS with the altered BIOS adn then insert them in place of the OEM BIOS chips on the machine in order to get this to work. You will need an EPROM burner to do that. Good luck.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "zentaro04" <zentaro.cane@...> wrote:
>
> Hallo group!
> hi Shawn Hi Jeriddian
> how are you?
>  finally I found on ebay Germany a Conner CFS420a!
> I would like to upgrade my hard drive but I'm not really sure
> how to modify the bios. Shawn could you help me?
> I have uploaded the binary of my two roms in Files/GRiDcase 1530 bios rev. w
> Ciao
> Andrea
>




Yahoo! Message number: 1975
Date: Fri, 13 Mar 2009 00:03:37 -0700 (PDT)
From: Lawrence Walker
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
text/plain; charset=iso-8859-1

Is there anyone in the forum who has a burner and would be wlling to burn the chips, which depends of course on the HDD one wants to use ? I for one would be wililng to pay for this service, and I'm sure many others here would also be willng to do so.  Are there any limitations on the HDDs one can use ? 
 
Lawrence

--- On Wed, 3/11/09, jeriddian <Jeriddian@...> wrote:

From: jeriddian <Jeriddian@...>
Subject: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
To: RuGRiD-Laptop@yahoogroups.com
Received: Wednesday, March 11, 2009, 8:24 PM






Hi, Andrea,

The methodology by which to alter the BIOS is spelled out by Shawn in the files section. I myself have my primary 1530 loaded with a CFS420A and it works very well. Look in the files section for the text file by Shawn named "1520 Hard Drive Reprograming Instructions. txt". This will take step by step into how to alter the BIOS code to allow the computer to recognize the CFS420A. Of course you will have to burn 2 EPROMS with the altered BIOS adn then insert them in place of the OEM BIOS chips on the machine in order to get this to work. You will need an EPROM burner to do that. Good luck.

Phil

--- In RuGRiD-Laptop@ yahoogroups. com, "zentaro04" <zentaro.cane@ ...> wrote:
>
> Hallo group!
> hi Shawn Hi Jeriddian
> how are you?
> finally I found on ebay Germany a Conner CFS420a!
> I would like to upgrade my hard drive but I'm not really sure
> how to modify the bios. Shawn could you help me?
> I have uploaded the binary of my two roms in Files/GRiDcase 1530 bios rev. w
> Ciao
> Andrea
>

















      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at
http://ca.toolbar.yahoo.com.

Yahoo! Message number: 1976
Date: Fri, 13 Mar 2009 00:52:14 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
text/plain; charset=iso-8859-1

Lawrence (and Andrea),
I have to answer your question in two parts.

>Is there anyone in the forum who has a burner and would be wlling to burn the chips

I'm willing to burn the chips.  I do not have a patched file for a 1530.  I am about 75% sure I can do it by copying the information that I used for my 1520 and then changing the checksum.
The problem is I am overseas and will not return until mid-May.  Because I used the CFS420A in my 1520, I'm confident the same values will work in the 1530.  If I am the one to do this, your project will have to wait until I return to the US.


>which depends of course on the HDD one wants to use?  Are there any limitations on the HDDs one can use?

This is more problematic.  I do not understand what the BIOS is doing when the Grid is powered up.  I've run the BIOS through a dis-assembler and I some routines have been identified.  But, I don't fully understand what the BIOS is instructing the processor to do.  I also do not understand when a register is set, what piece of hardware is it controlling?  I also don't understand how the checksum is computed.

I think I was extremely lucky to have used a Conner drive that was under 512 MB.  I think if I would have used anything else, the process would not have worked.
One other item I was lucky: the IDE pin placement on the CFS420 is the same as the CP344 family of hard drives.  If you grab any other off-the-shelf IDE drive and compare the two, you will see that the pins are in a different place.  This will complicate drive placement.

My ultimate goal is to get the Grid to boot from Compact Flash.
My guess is that this will happen after I win the lottery and I have a bunch of free time on my hands.... ;-)
-Shawn




________________________________
From: Lawrence Walker <bigwalk_ca@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Friday, March 13, 2009 10:03:37 AM
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS


Is there anyone in the forum who has a burner and would be wlling to burn the chips, which depends of course on the HDD one wants to use ? I for one would be wililng to pay for this service, and I'm sure many others here would also be willng to do so.  Are there any limitations on the HDDs one can use ? 

Lawrence

--- On Wed, 3/11/09, jeriddian <Jeriddian@...> wrote:

From: jeriddian <Jeriddian@...>
Subject: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
To: RuGRiD-Laptop@yahoogroups.com
Received: Wednesday, March 11, 2009, 8:24 PM


Hi, Andrea,

The methodology by which to alter the BIOS is spelled out by Shawn in the files section. I myself have my primary 1530 loaded with a CFS420A and it works very well. Look in the files section for the text file by Shawn named "1520 Hard Drive Reprograming Instructions. txt". This will take step by step into how to alter the BIOS code to allow the computer to recognize the CFS420A. Of course you will have to burn 2 EPROMS with the altered BIOS adn then insert them in place of the OEM BIOS chips on the machine in order to get this to work. You will need an EPROM burner to do that. Good luck.

Phil

--- In RuGRiD-Laptop@ yahoogroups. com, "zentaro04" <zentaro.cane@ ...> wrote:
>
> Hallo group!
> hi Shawn Hi Jeriddian
> how are you?
> finally I found on ebay Germany a Conner CFS420a!
> I would like to upgrade my hard drive but I'm not really sure
> how to modify the bios. Shawn could you help me?
> I have uploaded the binary of my two roms in Files/GRiDcase 1530 bios rev. w
> Ciao
> Andrea
>


________________________________
Looking for the perfect gift?Give the gift of Flickr!




Yahoo! Message number: 1977
Date: Fri, 13 Mar 2009 18:24:01 -0000
From: "jeriddian"
Subject: Re: CONNER CFS420A - BIOS

Lawrence, Shawn, and Andrea

I too am in the middle of moving. I am living in an apartment where I am working now in West Texas and everything that was in my house from the Dallas area is in storage. I actually have the altered files you can use to burn the new EPROMS, but not with me. It's all in storage and I can't access them as it's on the old P1 computer I use to run my EPROM burner. I can't get to it until I actually get a new house, which may take a while considering the way the market has been going. So I'm afraid I can only tell you that I followed Shawn's instructions exactly as he wrote them, and it worked perfectly for my 1530. So he should have no trouble being able to do that for you.

Phil

--- In RuGRiD-Laptop@...m, Shawnerz <shawnerz@...> wrote:
>
> Lawrence (and Andrea),
> I have to answer your question in two parts.
>
> >Is there anyone in the forum who has a burner and would be wlling to burn the chips
>
> I'm willing to burn the chips.  I do not have a patched file for a 1530.  I am about 75% sure I can do it by copying the information that I used for my 1520 and then changing the checksum.
> The problem is I am overseas and will not return until mid-May.  Because I used the CFS420A in my 1520, I'm confident the same values will work in the 1530.  If I am the one to do this, your project will have to wait until I return to the US.
>
>
> >which depends of course on the HDD one wants to use?  Are there any limitations on the HDDs one can use?
>
> This is more problematic.  I do not understand what the BIOS is doing when the Grid is powered up.  I've run the BIOS through a dis-assembler and I some routines have been identified.  But, I don't fully understand what the BIOS is instructing the processor to do.  I also do not understand when a register is set, what piece of hardware is it controlling?  I also don't understand how the checksum is computed.
>
> I think I was extremely lucky to have used a Conner drive that was under 512 MB.  I think if I would have used anything else, the process would not have worked.
> One other item I was lucky: the IDE pin placement on the CFS420 is the same as the CP344 family of hard drives.  If you grab any other off-the-shelf IDE drive and compare the two, you will see that the pins are in a different place.  This will complicate drive placement.
>
> My ultimate goal is to get the Grid to boot from Compact Flash.
> My guess is that this will happen after I win the lottery and I have a bunch of free time on my hands.... ;-)
> -Shawn
>
>
>
>
> ________________________________
> From: Lawrence Walker <bigwalk_ca@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Friday, March 13, 2009 10:03:37 AM
> Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
>
>
> Is there anyone in the forum who has a burner and would be wlling to burn the chips, which depends of course on the HDD one wants to use ? I for one would be wililng to pay for this service, and I'm sure many others here would also be willng to do so.  Are there any limitations on the HDDs one can use ? 
>
> Lawrence
>
> --- On Wed, 3/11/09, jeriddian <Jeriddian@...> wrote:
>
> From: jeriddian <Jeriddian@...>
> Subject: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
> To: RuGRiD-Laptop@yahoogroups.com
> Received: Wednesday, March 11, 2009, 8:24 PM
>
> 
> Hi, Andrea,
>
> The methodology by which to alter the BIOS is spelled out by Shawn in the files section. I myself have my primary 1530 loaded with a CFS420A and it works very well. Look in the files section for the text file by Shawn named "1520 Hard Drive Reprograming Instructions. txt". This will take step by step into how to alter the BIOS code to allow the computer to recognize the CFS420A. Of course you will have to burn 2 EPROMS with the altered BIOS adn then insert them in place of the OEM BIOS chips on the machine in order to get this to work. You will need an EPROM burner to do that. Good luck.
>
> Phil
>
> --- In RuGRiD-Laptop@ yahoogroups. com, "zentaro04" <zentaro.cane@ ...> wrote:
> >
> > Hallo group!
> > hi Shawn Hi Jeriddian
> > how are you?
> > finally I found on ebay Germany a Conner CFS420a!
> > I would like to upgrade my hard drive but I'm not really sure
> > how to modify the bios. Shawn could you help me?
> > I have uploaded the binary of my two roms in Files/GRiDcase 1530 bios rev. w
> > Ciao
> > Andrea
> >
>
>
> ________________________________
> Looking for the perfect gift?Give the gift of Flickr!
>




Yahoo! Message number: 1978
Date: Fri, 13 Mar 2009 12:14:43 -0800
From: jim s
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS

I will toss in a word about what to consider in a drive except for the 
pinout, which is mentioned elsewhere.

Early disk subsystems designs had a  limitation in the amount of data 
due to bios assumptions as to how many sectors / track, tracks / 
cylinder and cylinders there could be on a drive.

The IDE design cast these in stone early on because all the IDE design 
was originally was taking the disk controller electronics out of the 
computer backplane and integrating it into the disk assembly, and 
connecting up a cheaper parallel bus via a 40 pin ribbon cable to the 
combined drive / electronics package.

Anyway, later drives integrated a method for sizing drives that stopped 
at 33gb, 133gb, and basically unlimited.  I don't know if the high 
capacity drives will operate with the very old bios settings because of 
the earlier assumptions on drive geometry.

I changed the bios of my Compaq portable III in a fashion similar to the 
one mentioned here, as it has a dual eprom bios with the same sort of 
checksum to use 512mb drives without any more than finding and altering 
the drive tables, and recalculating the checksum.

I am going to guess it will be the luck of the draw to get compact flash 
to work, though its heritage is such that smaller devices are still 
common, and that may help where the disk drives have gotten so much 
larger that the small capacity operation was dropped from them.

Jim

jeriddian wrote:
>   


Yahoo! Message number: 1979
Date: Fri, 13 Mar 2009 16:53:35 -0700 (PDT)
From: "Michael B. Brutman"
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
text/plain; charset=iso-8859-1

Just to shed a little hope on the topic ...

There are two people over at the vintage computer forums (www.vintage-computer.com/vcforum) who have been working on an 8 bit IDE card for 8 bit machines that is capable of using modern IDE drives.  They have been pretty successful with the prototype cards.

Of particular note is one member (screen name is Hargle) who did the BIOS coding work.  There are people out there who can still modify or extend the BIOS of old machine.  Given time, getting a CF card in a Grid should not be a significant challenge.

Unfortunately, we only have one Hargle. ;-0


--- On Fri, 3/13/09, jim s <jws@...> wrote:
From: jim s <jws@jwsss.com>
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
To: RuGRiD-Laptop@yahoogroups.com
Date: Friday, March 13, 2009, 3:14 PM











 
            I will toss in a word about what to consider in a drive except for the

pinout, which is mentioned elsewhere.



Early disk subsystems designs had a  limitation in the amount of data

due to bios assumptions as to how many sectors / track, tracks /

cylinder and cylinders there could be on a drive.



The IDE design cast these in stone early on because all the IDE design

was originally was taking the disk controller electronics out of the

computer backplane and integrating it into the disk assembly, and

connecting up a cheaper parallel bus via a 40 pin ribbon cable to the

combined drive / electronics package.



Anyway, later drives integrated a method for sizing drives that stopped

at 33gb, 133gb, and basically unlimited.  I don't know if the high

capacity drives will operate with the very old bios settings because of

the earlier assumptions on drive geometry.



I changed the bios of my Compaq portable III in a fashion similar to the

one mentioned here, as it has a dual eprom bios with the same sort of

checksum to use 512mb drives without any more than finding and altering

the drive tables, and recalculating the checksum.



I am going to guess it will be the luck of the draw to get compact flash

to work, though its heritage is such that smaller devices are still

common, and that may help where the disk drives have gotten so much

larger that the small capacity operation was dropped from them.



Jim



jeriddian wrote:

>





























Yahoo! Message number: 1980
Date: Sun, 15 Mar 2009 03:54:12 -0700 (PDT)
From: Lawrence Walker
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
text/plain; charset=iso-8859-1

 One of my other favorite portable machines is a Dauphin DTR. It's HDD interface is PCMCIA capable and hacks have been done to use existing adapters to use CF wth them.
 
 Is the PCMCA protocol only BIOS and software based, or is there a Hardware component involved ?
 
Lawrence

--- On Fri, 3/13/09, Michael B. Brutman <mbbrutman@...> wrote:

From: Michael B. Brutman <mbbrutman@...>
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
To: RuGRiD-Laptop@yahoogroups.com
Received: Friday, March 13, 2009, 6:53 PM










Just to shed a little hope on the topic ...

There are two people over at the vintage computer forums (www.vintage- computer. com/vcforum) who have been working on an 8 bit IDE card for 8 bit machines that is capable of using modern IDE drives.  They have been pretty successful with the prototype cards.

Of particular note is one member (screen name is Hargle) who did the BIOS coding work.  There are people out there who can still modify or extend the BIOS of old machine.  Given time, getting a CF card in a Grid should not be a significant challenge.

Unfortunately, we only have one Hargle. ;-0


--- On Fri, 3/13/09, jim s <jws@...> wrote:

From: jim s <jws@...>
Subject: Re: [RuGRiD-Laptop] Re: CONNER CFS420A - BIOS
To: RuGRiD-Laptop@ yahoogroups. com
Date: Friday, March 13, 2009, 3:14 PM




I will toss in a word about what to consider in a drive except for the
pinout, which is mentioned elsewhere.

Early disk subsystems designs had a limitation in the amount of data
due to bios assumptions as to how many sectors / track, tracks /
cylinder and cylinders there could be on a drive.

The IDE design cast these in stone early on because all the IDE design
was originally was taking the disk controller electronics out of the
computer backplane and integrating it into the disk assembly, and
connecting up a cheaper parallel bus via a 40 pin ribbon cable to the
combined drive / electronics package.

Anyway, later drives integrated a method for sizing drives that stopped
at 33gb, 133gb, and basically unlimited. I don't know if the high
capacity drives will operate with the very old bios settings because of
the earlier assumptions on drive geometry.

I changed the bios of my Compaq portable III in a fashion similar to the
one mentioned here, as it has a dual eprom bios with the same sort of
checksum to use 512mb drives without any more than finding and altering
the drive tables, and recalculating the checksum.

I am going to guess it will be the luck of the draw to get compact flash
to work, though its heritage is such that smaller devices are still
common, and that may help where the disk drives have gotten so much
larger that the small capacity operation was dropped from them.

Jim

jeriddian wrote:
>

















      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr!

http://www.flickr.com/gift/

Yahoo! Message number: 1981
Date: Sat, 28 Mar 2009 12:19:48 -0000
From: "ac4mo"
Subject: gridcase 1550sx troubleshooting

Hello and thanks for reading and the help..

I got this gridcase 1550sx 386 laptop..

when I turn it on I see the phoenix bios information loading and it beeps then the trouble starts.

I get the following:

HARD DISK FAILURE

Press F1 to continue

then I press F1 to continue and nothing it just hangs in there and the screen goes on and off ....

I try to put a floppy on the internal floppy drive and nothing happens...

How do I get into the bios on this computer??? or how do I get to run it from a floopy that way I can at least know that works also...

Thanks in advanced


Miguel




Yahoo! Message number: 1982
Date: Sat, 28 Mar 2009 11:53:32 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
text/plain; charset=iso-8859-1

Miguel,
I tried to respond, but for some reason, yahoo deleted my email. :(
It is not uncommon to have a hard drive failure.  The laptop has probably sat for a long time.  This causes the platter assembly to stick.  Another problem is the bearings will lose their lubrication.  So, the end result is the hard drive fails.
Another possibility: are you sure there is a hard drive in the laptop?  It's possible that the hard drive was removed.

The screen going on and off is weird.  The internal power supply could be dying.  What external power supply are you using?  The Grid needs to be fed with 16V at about 1.5 amps.  Once it has booted, the voltage can drop down below 11 volts and the Grid will still function.  But to boot, you need to have 15 volts or above.
It's also odd that you can't boot from floppy.  That makes me wonder about the power supply.

Getting in to the BIOS.  Grid are not like a newer computers where you hit something like F2, or F10 or something to get to a BIOS setup screen.  Go to the Files section of the group and look for conf1550.exe.  Once the computer has booted, you can run the program to configure the BIOS.  There are very limited choices.

I hope that helps.  Let us know how things go.
Good luck,
-Shawn




________________________________
From: ac4mo <ac4mo@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Saturday, March 28, 2009 3:19:48 PM
Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting

Hello and thanks for reading and the help..

I got this gridcase 1550sx 386 laptop..

when I turn it on I see the phoenix bios information loading and it beeps then the trouble starts.

I get the following:

HARD DISK FAILURE

Press F1 to continue

then I press F1 to continue and nothing it just hangs in there and the screen goes on and off ....

I try to put a floppy on the internal floppy drive and nothing happens...

How do I get into the bios on this computer??? or how do I get to run it from a floopy that way I can at least know that works also...

Thanks in advanced


Miguel




------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links



    http://docs.yahoo.com/info/terms/

Yahoo! Message number: 1983
Date: Sat, 28 Mar 2009 20:28:55 -0000
From: "ac4mo"
Subject: Re: gridcase 1550sx troubleshooting

Hello, Shawn

Thanks for the reply well yes it has been sitting in storage and friend was going to throw it away and I got it instead...

Well, the power supply its a slide in unit on the back says:

100-240 v 50/60hz 1.5a  and it just slides into the back with a power cord connection ..

I will check the files section....

I open it up and there is a floppy and a hard drive unit install...

I will try what you suggested first let you know how it went..

Thanks again

Miguel


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Miguel,
> I tried to respond, but for some reason, yahoo deleted my email. :(
> It is not uncommon to have a hard drive failure.  The laptop has probably sat for a long time.  This causes the platter assembly to stick.  Another problem is the bearings will lose their lubrication.  So, the end result is the hard drive fails.
> Another possibility: are you sure there is a hard drive in the laptop?  It's possible that the hard drive was removed.
>
> The screen going on and off is weird.  The internal power supply could be dying.  What external power supply are you using?  The Grid needs to be fed with 16V at about 1.5 amps.  Once it has booted, the voltage can drop down below 11 volts and the Grid will still function.  But to boot, you need to have 15 volts or above.
> It's also odd that you can't boot from floppy.  That makes me wonder about the power supply.
>
> Getting in to the BIOS.  Grid are not like a newer computers where you hit something like F2, or F10 or something to get to a BIOS setup screen.  Go to the Files section of the group and look for conf1550.exe.  Once the computer has booted, you can run the program to configure the BIOS.  There are very limited choices.
>
> I hope that helps.  Let us know how things go.
> Good luck,
> -Shawn
>
>
>
>
> ________________________________
> From: ac4mo <ac4mo@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Saturday, March 28, 2009 3:19:48 PM
> Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
>
> Hello and thanks for reading and the help..
>
> I got this gridcase 1550sx 386 laptop..
>
> when I turn it on I see the phoenix bios information loading and it beeps then the trouble starts.
>
> I get the following:
>
> HARD DISK FAILURE
>
> Press F1 to continue
>
> then I press F1 to continue and nothing it just hangs in there and the screen goes on and off ....
>
> I try to put a floppy on the internal floppy drive and nothing happens...
>
> How do I get into the bios on this computer??? or how do I get to run it from a floopy that way I can at least know that works also...
>
> Thanks in advanced
>
>
> Miguel
>
>
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>     http://docs.yahoo.com/info/terms/
>




Yahoo! Message number: 1984
Date: Sat, 28 Mar 2009 13:36:12 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
text/plain; charset=iso-8859-1

Miguel,
I think you have the correct power supply.
Here is something to try:
Open the 1550 back up, and remove the hard and floppy disks.  Then, remove the hard drive and only install the floppy drive. Re-assemble everything (you can leave the top cover off).
Then, try to boot it up and see what happens.  If you have a bootable floppy disk, put that in the disk drive, apply power and then see if the 1550 boots up.
Try that and let me know how it goes.
Thanks,
-Shawn




________________________________
From: ac4mo <ac4mo@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Saturday, March 28, 2009 4:28:55 PM
Subject: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting

Hello, Shawn

Thanks for the reply well yes it has been sitting in storage and friend was going to throw it away and I got it instead...

Well, the power supply its a slide in unit on the back says:

100-240 v 50/60hz 1.5a  and it just slides into the back with a power cord connection ..

I will check the files section....

I open it up and there is a floppy and a hard drive unit install...

I will try what you suggested first let you know how it went..

Thanks again

Miguel


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Miguel,
> I tried to respond, but for some reason, yahoo deleted my email. :(
> It is not uncommon to have a hard drive failure.  The laptop has probably sat for a long time.  This causes the platter assembly to stick.  Another problem is the bearings will lose their lubrication.  So, the end result is the hard drive fails.
> Another possibility: are you sure there is a hard drive in the laptop?  It's possible that the hard drive was removed.
>
> The screen going on and off is weird.  The internal power supply could be dying.  What external power supply are you using?  The Grid needs to be fed with 16V at about 1.5 amps.  Once it has booted, the voltage can drop down below 11 volts and the Grid will still function.  But to boot, you need to have 15 volts or above.
> It's also odd that you can't boot from floppy.  That makes me wonder about the power supply.
>
> Getting in to the BIOS.  Grid are not like a newer computers where you hit something like F2, or F10 or something to get to a BIOS setup screen.  Go to the Files section of the group and look for conf1550.exe.  Once the computer has booted, you can run the program to configure the BIOS.  There are very limited choices.
>
> I hope that helps.  Let us know how things go.
> Good luck,
> -Shawn
>
>
>
>
> ________________________________
> From: ac4mo <ac4mo@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Saturday, March 28, 2009 3:19:48 PM
> Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
>
> Hello and thanks for reading and the help..
>
> I got this gridcase 1550sx 386 laptop..
>
> when I turn it on I see the phoenix bios information loading and it beeps then the trouble starts.
>
> I get the following:
>
> HARD DISK FAILURE
>
> Press F1 to continue
>
> then I press F1 to continue and nothing it just hangs in there and the screen goes on and off ....
>
> I try to put a floppy on the internal floppy drive and nothing happens...
>
> How do I get into the bios on this computer??? or how do I get to run it from a floopy that way I can at least know that works also...
>
> Thanks in advanced
> 
>
> Miguel
>
>
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>     http://docs.yahoo.com/info/terms/
>




------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links



    http://docs.yahoo.com/info/terms/

Yahoo! Message number: 1985
Date: Sat, 28 Mar 2009 23:47:32 -0000
From: "ac4mo"
Subject: Re: gridcase 1550sx troubleshooting

ok, I went ahead an open the top cover and disconnected the hard drive cable... then I turn the switch on and the 3 green lights came up quickly on the front and after that nothing else happened??  then I plug the hard drive again and disconnected the floopy drive and again 3 green lights came up and nothing on the screen..

then I took the modem off then I heard a short beep and I can see the disk green light on but nothing on the screen..

I think now something else went bad or a controller inside is bad..

or could be that the video screen went dead since it was flickering on and off...

oh well... now i get why he wanted to throw away  ....

Nice try,, but I am open to try anything else

thanks for all the help...  maybe its something simple...

Miguel



--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Miguel,
> I think you have the correct power supply.
> Here is something to try:
> Open the 1550 back up, and remove the hard and floppy disks.  Then, remove the hard drive and only install the floppy drive. Re-assemble everything (you can leave the top cover off).
> Then, try to boot it up and see what happens.  If you have a bootable floppy disk, put that in the disk drive, apply power and then see if the 1550 boots up.
> Try that and let me know how it goes.
> Thanks,
> -Shawn
>
>
>
>
> ________________________________
> From: ac4mo <ac4mo@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Saturday, March 28, 2009 4:28:55 PM
> Subject: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
>
> Hello, Shawn
>
> Thanks for the reply well yes it has been sitting in storage and friend was going to throw it away and I got it instead...
>
> Well, the power supply its a slide in unit on the back says:
>
> 100-240 v 50/60hz 1.5a  and it just slides into the back with a power cord connection ..
>
> I will check the files section....
>
> I open it up and there is a floppy and a hard drive unit install...
>
> I will try what you suggested first let you know how it went..
>
> Thanks again
>
> Miguel
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Miguel,
> > I tried to respond, but for some reason, yahoo deleted my email. :(
> > It is not uncommon to have a hard drive failure.  The laptop has probably sat for a long time.  This causes the platter assembly to stick.  Another problem is the bearings will lose their lubrication.  So, the end result is the hard drive fails.
> > Another possibility: are you sure there is a hard drive in the laptop?  It's possible that the hard drive was removed.
> >
> > The screen going on and off is weird.  The internal power supply could be dying.  What external power supply are you using?  The Grid needs to be fed with 16V at about 1.5 amps.  Once it has booted, the voltage can drop down below 11 volts and the Grid will still function.  But to boot, you need to have 15 volts or above.
> > It's also odd that you can't boot from floppy.  That makes me wonder about the power supply.
> >
> > Getting in to the BIOS.  Grid are not like a newer computers where you hit something like F2, or F10 or something to get to a BIOS setup screen.  Go to the Files section of the group and look for conf1550.exe.  Once the computer has booted, you can run the program to configure the BIOS.  There are very limited choices.
> >
> > I hope that helps.  Let us know how things go.
> > Good luck,
> > -Shawn
> >
> >
> >
> >
> > ________________________________
> > From: ac4mo <ac4mo@>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Saturday, March 28, 2009 3:19:48 PM
> > Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
> >
> > Hello and thanks for reading and the help..
> >
> > I got this gridcase 1550sx 386 laptop..
> >
> > when I turn it on I see the phoenix bios information loading and it beeps then the trouble starts.
> >
> > I get the following:
> >
> > HARD DISK FAILURE
> > 
> > Press F1 to continue
> >
> > then I press F1 to continue and nothing it just hangs in there and the screen goes on and off ....
> >
> > I try to put a floppy on the internal floppy drive and nothing happens...
> >
> > How do I get into the bios on this computer??? or how do I get to run it from a floopy that way I can at least know that works also...
> >
> > Thanks in advanced
> >
> >
> > Miguel
> >
> >
> >
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
> >
> >
> >
> >     http://docs.yahoo.com/info/terms/
> >
>
>
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>     http://docs.yahoo.com/info/terms/
>




Yahoo! Message number: 1986
Date: Sat, 28 Mar 2009 22:29:35 -0400
From: "Len.C"
Subject: Re: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
text/plain; charset=ISO-8859-1; format=flowed

Shawn,  is there not an option in the bios or something on them to have 
it boot into the built in screen or external screen but not both?

If there is that could be why the internal screen displays nothing, 
Miguel you might want to hook an external monitor to it and see what 
happens.

ac4mo wrote:
>
> ok, I went ahead an open the top cover and disconnected the hard drive 
> cable... then I turn the switch on and the 3 green lights came up 
> quickly on the front and after that nothing else happened?? then I 
> plug the hard drive again and disconnected the floopy drive and again 
> 3 green lights came up and nothing on the screen..
>
> then I took the modem off then I heard a short beep and I can see the 
> disk green light on but nothing on the screen..
>
> I think now something else went bad or a controller inside is bad..
>
> or could be that the video screen went dead since it was flickering on 
> and off...
>
> oh well... now i get why he wanted to throw away ....
>
> Nice try,, but I am open to try anything else
>
> thanks for all the help... maybe its something simple...
>
> Miguel
>
> --- In RuGRiD-Laptop@yahoogroups.com 
> <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@...> wrote:
> >
> > Miguel,
> > I think you have the correct power supply.
> > Here is something to try:
> > Open the 1550 back up, and remove the hard and floppy disks.  Then, 
> remove the hard drive and only install the floppy drive. Re-assemble 
> everything (you can leave the top cover off).
> > Then, try to boot it up and see what happens.  If you have a 
> bootable floppy disk, put that in the disk drive, apply power and then 
> see if the 1550 boots up.
> > Try that and let me know how it goes.
> > Thanks,
> > -Shawn
> >
> >
> >
> >
> > ________________________________
> > From: ac4mo <ac4mo@...>
> > To: RuGRiD-Laptop@yahoogroups.com 
> <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > Sent: Saturday, March 28, 2009 4:28:55 PM
> > Subject: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
> >
> > Hello, Shawn
> >
> > Thanks for the reply well yes it has been sitting in storage and 
> friend was going to throw it away and I got it instead...
> >
> > Well, the power supply its a slide in unit on the back says:
> >
> > 100-240 v 50/60hz 1.5a  and it just slides into the back with a 
> power cord connection ..
> >
> > I will check the files section....
> >
> > I open it up and there is a floppy and a hard drive unit install...
> >
> > I will try what you suggested first let you know how it went..
> >
> > Thanks again
> >
> > Miguel
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com 
> <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@> wrote:
> > >
> > > Miguel,
> > > I tried to respond, but for some reason, yahoo deleted my email. :(
> > > It is not uncommon to have a hard drive failure.  The laptop has 
> probably sat for a long time.  This causes the platter assembly to 
> stick.  Another problem is the bearings will lose their lubrication.  
> So, the end result is the hard drive fails.
> > > Another possibility: are you sure there is a hard drive in the 
> laptop?  It's possible that the hard drive was removed.
> > >
> > > The screen going on and off is weird.  The internal power supply 
> could be dying.  What external power supply are you using?  The Grid 
> needs to be fed with 16V at about 1.5 amps.  Once it has booted, the 
> voltage can drop down below 11 volts and the Grid will still 
> function.  But to boot, you need to have 15 volts or above.
> > > It's also odd that you can't boot from floppy.  That makes me 
> wonder about the power supply.
> > >
> > > Getting in to the BIOS.  Grid are not like a newer computers where 
> you hit something like F2, or F10 or something to get to a BIOS setup 
> screen.  Go to the Files section of the group and look for 
> conf1550.exe.  Once the computer has booted, you can run the program 
> to configure the BIOS.  There are very limited choices.
> > >
> > > I hope that helps.  Let us know how things go.
> > > Good luck,
> > > -Shawn
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: ac4mo <ac4mo@>
> > > To: RuGRiD-Laptop@yahoogroups.com 
> <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > > Sent: Saturday, March 28, 2009 3:19:48 PM
> > > Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
> > >
> > > Hello and thanks for reading and the help..
> > >
> > > I got this gridcase 1550sx 386 laptop..
> > >
> > > when I turn it on I see the phoenix bios information loading and 
> it beeps then the trouble starts.
> > >
> > > I get the following:
> > >
> > > HARD DISK FAILURE
> > >
> > > Press F1 to continue
> > >
> > > then I press F1 to continue and nothing it just hangs in there and 
> the screen goes on and off ....
> > >
> > > I try to put a floppy on the internal floppy drive and nothing 
> happens...
> > >
> > > How do I get into the bios on this computer??? or how do I get to 
> run it from a floopy that way I can at least know that works also...
> > >
> > > Thanks in advanced
> > >
> > >
> > > Miguel
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo 
> <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> > >
> > >
> > >
> > >     http://docs.yahoo.com/info/terms/ 
> <http://docs.yahoo.com/info/terms/>
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo 
> <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> >
> >
> >
> >     http://docs.yahoo.com/info/terms/ 
> <http://docs.yahoo.com/info/terms/>
> >
>
> 


Yahoo! Message number: 1987
Date: Sun, 29 Mar 2009 04:28:33 -0000
From: "jeriddian"
Subject: Re: gridcase 1550sx troubleshooting

Hi, Len.C, Ac4mo

The option to switch to an external screen is CTRL-ALT-TAB, but the computer has to be booted up to do that. It's not part of the BIOS. It's a built in DOS command.

To ac4mo.........At this point, I doubt there is much you can do. If you can put the computer back to its original state, then you can get back to the HARD DISK FAILURE position. Unfortunately, as Shawn had noted, the problem is most likley going to be that the hard disk has indeed died, and your only option is to replace it. I don't believe the 1550SX was designed to operate without a hard drive in it. I could be wrong, but the technology was so primitive in those days that any small hardware deviance could spell disaster because it almost all had to be individually coded into the boot up BIOS program.

However, replacing that old hard drive is most likely not going to be possible as it is a very old technology that no longer is used and probably no longer available. YOu mihgt be abel to go to an old computer salvage store where they have these things and luck out. But I doubt you will be able to find a replacement. The computer may be good for parts to someone else who may have an otherwise functioning 1550SX. I have one functioning 1550SX, and two dead ones. They may only be motherboard failures and their hard drives may still be good, but I also can't get to them as they are in semi-permanent storage until I can buy a new house, which may be quite a while, unfortunately, thanks to the market forces at work presently. It's also likely the CMOS battery will have to be replaced as well. So it's going to require a fair amount of work to be able to salvage this unit.

I wish I had better news for you. Good luck.

Phil


--- In RuGRiD-Laptop@yahoogroups.com, "Len.C" <lennard.gc@...> wrote:
>
> Shawn,  is there not an option in the bios or something on them to have 
> it boot into the built in screen or external screen but not both?
>
> If there is that could be why the internal screen displays nothing,
> Miguel you might want to hook an external monitor to it and see what
> happens.
>
> ac4mo wrote:
> >
> > ok, I went ahead an open the top cover and disconnected the hard drive
> > cable... then I turn the switch on and the 3 green lights came up
> > quickly on the front and after that nothing else happened?? then I
> > plug the hard drive again and disconnected the floopy drive and again
> > 3 green lights came up and nothing on the screen..
> >
> > then I took the modem off then I heard a short beep and I can see the 
> > disk green light on but nothing on the screen..
> >
> > I think now something else went bad or a controller inside is bad..
> >
> > or could be that the video screen went dead since it was flickering on
> > and off...
> >
> > oh well... now i get why he wanted to throw away ....
> >
> > Nice try,, but I am open to try anything else
> >
> > thanks for all the help... maybe its something simple...
> >
> > Miguel
> >
> > --- In RuGRiD-Laptop@yahoogroups.com
> > <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@> wrote:
> > >
> > > Miguel,
> > > I think you have the correct power supply.
> > > Here is something to try:
> > > Open the 1550 back up, and remove the hard and floppy disks.  Then,
> > remove the hard drive and only install the floppy drive. Re-assemble
> > everything (you can leave the top cover off).
> > > Then, try to boot it up and see what happens.  If you have a
> > bootable floppy disk, put that in the disk drive, apply power and then
> > see if the 1550 boots up.
> > > Try that and let me know how it goes.
> > > Thanks,
> > > -Shawn
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: ac4mo <ac4mo@>
> > > To: RuGRiD-Laptop@yahoogroups.com
> > <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > > Sent: Saturday, March 28, 2009 4:28:55 PM
> > > Subject: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
> > >
> > > Hello, Shawn
> > >
> > > Thanks for the reply well yes it has been sitting in storage and
> > friend was going to throw it away and I got it instead...
> > >
> > > Well, the power supply its a slide in unit on the back says:
> > >
> > > 100-240 v 50/60hz 1.5a  and it just slides into the back with a
> > power cord connection ..
> > >
> > > I will check the files section....
> > >
> > > I open it up and there is a floppy and a hard drive unit install...
> > >
> > > I will try what you suggested first let you know how it went..
> > >
> > > Thanks again
> > >
> > > Miguel
> > >
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com
> > <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@> wrote:
> > > >
> > > > Miguel,
> > > > I tried to respond, but for some reason, yahoo deleted my email. :(
> > > > It is not uncommon to have a hard drive failure.  The laptop has
> > probably sat for a long time.  This causes the platter assembly to
> > stick.  Another problem is the bearings will lose their lubrication.
> > So, the end result is the hard drive fails.
> > > > Another possibility: are you sure there is a hard drive in the
> > laptop?  It's possible that the hard drive was removed.
> > > >
> > > > The screen going on and off is weird.  The internal power supply
> > could be dying.  What external power supply are you using?  The Grid
> > needs to be fed with 16V at about 1.5 amps.  Once it has booted, the
> > voltage can drop down below 11 volts and the Grid will still
> > function.  But to boot, you need to have 15 volts or above.
> > > > It's also odd that you can't boot from floppy.  That makes me
> > wonder about the power supply.
> > > >
> > > > Getting in to the BIOS.  Grid are not like a newer computers where
> > you hit something like F2, or F10 or something to get to a BIOS setup
> > screen.  Go to the Files section of the group and look for
> > conf1550.exe.  Once the computer has booted, you can run the program
> > to configure the BIOS.  There are very limited choices.
> > > >
> > > > I hope that helps.  Let us know how things go.
> > > > Good luck,
> > > > -Shawn
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: ac4mo <ac4mo@>
> > > > To: RuGRiD-Laptop@yahoogroups.com
> > <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > > > Sent: Saturday, March 28, 2009 3:19:48 PM
> > > > Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
> > > >
> > > > Hello and thanks for reading and the help..
> > > >
> > > > I got this gridcase 1550sx 386 laptop..
> > > >
> > > > when I turn it on I see the phoenix bios information loading and
> > it beeps then the trouble starts.
> > > >
> > > > I get the following:
> > > >
> > > > HARD DISK FAILURE
> > > >
> > > > Press F1 to continue
> > > >
> > > > then I press F1 to continue and nothing it just hangs in there and
> > the screen goes on and off ....
> > > >
> > > > I try to put a floppy on the internal floppy drive and nothing
> > happens...
> > > >
> > > > How do I get into the bios on this computer??? or how do I get to
> > run it from a floopy that way I can at least know that works also...
> > > >
> > > > Thanks in advanced
> > > >
> > > >
> > > > Miguel
> > > >
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo
> > <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> > > >
> > > >
> > > >
> > > >     http://docs.yahoo.com/info/terms/
> > <http://docs.yahoo.com/info/terms/>
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo
> > <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> > >
> > >
> > >
> > >     http://docs.yahoo.com/info/terms/
> > <http://docs.yahoo.com/info/terms/>
> > >
> >
> >
>




Yahoo! Message number: 1988
Date: Sun, 29 Mar 2009 12:19:32 -0000
From: "ac4mo"
Subject: Re: gridcase 1550sx troubleshooting

Hello, Phil

that is what I figure out too, because at the begining the screen was flickering on and off and then stays on then off again, something was causing it ...

I saw the CMOS Battery that can be replace but there is no guarantee that would make the system run again... so I am going to try and salvage as much parts I saw it has a modem card has a us robotics logo on it and other things that can still be working...

and maybe someone needs parts and just sell the whole thing for parts...

Thanks Phil, shawn and everyone else for their help I appreciate very much...

Miguel



--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Hi, Len.C, Ac4mo
>
> The option to switch to an external screen is CTRL-ALT-TAB, but the computer has to be booted up to do that. It's not part of the BIOS. It's a built in DOS command.
>
> To ac4mo.........At this point, I doubt there is much you can do. If you can put the computer back to its original state, then you can get back to the HARD DISK FAILURE position. Unfortunately, as Shawn had noted, the problem is most likley going to be that the hard disk has indeed died, and your only option is to replace it. I don't believe the 1550SX was designed to operate without a hard drive in it. I could be wrong, but the technology was so primitive in those days that any small hardware deviance could spell disaster because it almost all had to be individually coded into the boot up BIOS program.
>
> However, replacing that old hard drive is most likely not going to be possible as it is a very old technology that no longer is used and probably no longer available. YOu mihgt be abel to go to an old computer salvage store where they have these things and luck out. But I doubt you will be able to find a replacement. The computer may be good for parts to someone else who may have an otherwise functioning 1550SX. I have one functioning 1550SX, and two dead ones. They may only be motherboard failures and their hard drives may still be good, but I also can't get to them as they are in semi-permanent storage until I can buy a new house, which may be quite a while, unfortunately, thanks to the market forces at work presently. It's also likely the CMOS battery will have to be replaced as well. So it's going to require a fair amount of work to be able to salvage this unit.
>
> I wish I had better news for you. Good luck.
>
> Phil
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "Len.C" <lennard.gc@> wrote:
> >
> > Shawn,  is there not an option in the bios or something on them to have
> > it boot into the built in screen or external screen but not both?
> >
> > If there is that could be why the internal screen displays nothing,
> > Miguel you might want to hook an external monitor to it and see what
> > happens.
> >
> > ac4mo wrote:
> > >
> > > ok, I went ahead an open the top cover and disconnected the hard drive
> > > cable... then I turn the switch on and the 3 green lights came up
> > > quickly on the front and after that nothing else happened?? then I
> > > plug the hard drive again and disconnected the floopy drive and again
> > > 3 green lights came up and nothing on the screen..
> > >
> > > then I took the modem off then I heard a short beep and I can see the
> > > disk green light on but nothing on the screen..
> > >
> > > I think now something else went bad or a controller inside is bad..
> > >
> > > or could be that the video screen went dead since it was flickering on
> > > and off...
> > >
> > > oh well... now i get why he wanted to throw away ....
> > >
> > > Nice try,, but I am open to try anything else
> > >
> > > thanks for all the help... maybe its something simple...
> > >
> > > Miguel
> > >
> > > --- In RuGRiD-Laptop@yahoogroups.com
> > > <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@> wrote:
> > > >
> > > > Miguel,
> > > > I think you have the correct power supply.
> > > > Here is something to try:
> > > > Open the 1550 back up, and remove the hard and floppy disks.  Then,
> > > remove the hard drive and only install the floppy drive. Re-assemble
> > > everything (you can leave the top cover off).
> > > > Then, try to boot it up and see what happens.  If you have a
> > > bootable floppy disk, put that in the disk drive, apply power and then
> > > see if the 1550 boots up.
> > > > Try that and let me know how it goes.
> > > > Thanks,
> > > > -Shawn
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: ac4mo <ac4mo@>
> > > > To: RuGRiD-Laptop@yahoogroups.com
> > > <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > > > Sent: Saturday, March 28, 2009 4:28:55 PM
> > > > Subject: [RuGRiD-Laptop] Re: gridcase 1550sx troubleshooting
> > > >
> > > > Hello, Shawn
> > > >
> > > > Thanks for the reply well yes it has been sitting in storage and
> > > friend was going to throw it away and I got it instead...
> > > >
> > > > Well, the power supply its a slide in unit on the back says:
> > > >
> > > > 100-240 v 50/60hz 1.5a  and it just slides into the back with a
> > > power cord connection ..
> > > >
> > > > I will check the files section....
> > > >
> > > > I open it up and there is a floppy and a hard drive unit install...
> > > >
> > > > I will try what you suggested first let you know how it went..
> > > >
> > > > Thanks again
> > > >
> > > > Miguel
> > > >
> > > >
> > > > --- In RuGRiD-Laptop@yahoogroups.com
> > > <mailto:RuGRiD-Laptop%40yahoogroups.com>, Shawnerz <shawnerz@> wrote:
> > > > >
> > > > > Miguel,
> > > > > I tried to respond, but for some reason, yahoo deleted my email. :(
> > > > > It is not uncommon to have a hard drive failure.  The laptop has
> > > probably sat for a long time.  This causes the platter assembly to
> > > stick.  Another problem is the bearings will lose their lubrication.
> > > So, the end result is the hard drive fails.
> > > > > Another possibility: are you sure there is a hard drive in the
> > > laptop?  It's possible that the hard drive was removed.
> > > > >
> > > > > The screen going on and off is weird.  The internal power supply
> > > could be dying.  What external power supply are you using?  The Grid
> > > needs to be fed with 16V at about 1.5 amps.  Once it has booted, the
> > > voltage can drop down below 11 volts and the Grid will still
> > > function.  But to boot, you need to have 15 volts or above.
> > > > > It's also odd that you can't boot from floppy.  That makes me
> > > wonder about the power supply.
> > > > >
> > > > > Getting in to the BIOS.  Grid are not like a newer computers where
> > > you hit something like F2, or F10 or something to get to a BIOS setup
> > > screen.  Go to the Files section of the group and look for
> > > conf1550.exe.  Once the computer has booted, you can run the program
> > > to configure the BIOS.  There are very limited choices.
> > > > >
> > > > > I hope that helps.  Let us know how things go.
> > > > > Good luck,
> > > > > -Shawn
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ________________________________
> > > > > From: ac4mo <ac4mo@>
> > > > > To: RuGRiD-Laptop@yahoogroups.com
> > > <mailto:RuGRiD-Laptop%40yahoogroups.com>
> > > > > Sent: Saturday, March 28, 2009 3:19:48 PM
> > > > > Subject: [RuGRiD-Laptop] gridcase 1550sx troubleshooting
> > > > >
> > > > > Hello and thanks for reading and the help..
> > > > >
> > > > > I got this gridcase 1550sx 386 laptop..
> > > > >
> > > > > when I turn it on I see the phoenix bios information loading and
> > > it beeps then the trouble starts.
> > > > >
> > > > > I get the following:
> > > > >
> > > > > HARD DISK FAILURE
> > > > >
> > > > > Press F1 to continue
> > > > >
> > > > > then I press F1 to continue and nothing it just hangs in there and
> > > the screen goes on and off ....
> > > > >
> > > > > I try to put a floppy on the internal floppy drive and nothing
> > > happens...
> > > > >
> > > > > How do I get into the bios on this computer??? or how do I get to
> > > run it from a floopy that way I can at least know that works also...
> > > > >
> > > > > Thanks in advanced
> > > > >
> > > > >
> > > > > Miguel
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo
> > > <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >     http://docs.yahoo.com/info/terms/
> > > <http://docs.yahoo.com/info/terms/>
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > http://groups.yahoo.com/group/rugrid-laptop/Yahoo
> > > <http://groups.yahoo.com/group/rugrid-laptop/Yahoo>! Groups Links
> > > >
> > > >
> > > >
> > > >     http://docs.yahoo.com/info/terms/
> > > <http://docs.yahoo.com/info/terms/>
> > > >
> > >
> > >
> >
>




Yahoo! Message number: 1989
Date: Sun, 29 Mar 2009 19:22:27 -0000
From: "ac4mo"
Subject: Still alive the gridcase 1550SX

Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..

then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking

then it gets stuck there... so I think something inside was loose and now it works..

But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....

Maybe if I find a adapater and I power with a big connector to convert to small...

But at least I got something on the screen

Miguel




Yahoo! Message number: 1990
Date: Sun, 29 Mar 2009 12:59:28 -0700 (PDT)
From: Shawnerz
Subject: Re: [RuGRiD-Laptop] Still alive the gridcase 1550SX
text/plain; charset=iso-8859-1

Miguel,
I don't understand something.  Did you remove the hard drive or did you preplace it with another hard drive?
If you replaced it with another hard drive, I'm 99% sure the Grid will not boot from it.  The hard drive has to be 1 of 6 specific Conner hard drives.  This cannot be changed.  The hard drive model numbers are hard coded in the BIOS.
-Shawn




________________________________
From: ac4mo <ac4mo@...>
To: RuGRiD-Laptop@yahoogroups.com
Sent: Sunday, March 29, 2009 10:22:27 PM
Subject: [RuGRiD-Laptop] Still alive the gridcase 1550SX

Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..

then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking

then it gets stuck there... so I think something inside was loose and now it works..

But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....

Maybe if I find a adapater and I power with a big connector to convert to small...

But at least I got something on the screen

Miguel




------------------------------------

http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links



    http://docs.yahoo.com/info/terms/

Yahoo! Message number: 1991
Date: Sun, 29 Mar 2009 21:29:20 -0000
From: "ac4mo"
Subject: Re: Still alive the gridcase 1550SX

Hello, Shawn

I did remove everything and plug everything back the way it was..  I saw the conner hard drive and I inspected and everything seems to be ok and I just hook it right back up... I mentioned that I compared to another hard drive and that they look the same but you explain now that it has to be specific model for the grid..

Now what I am getting is this

I turn on the switch and it starts but nothing happens you can hear the fan turn on, I turn it off then it starts but right after the 640k memory test it looks like it powers down and I have to turn the swtich off...

then another try I get 3 short beep stop and 2 beep the same

Also I notice that the CMOS battery was clip off on one side so I put a battery tester and its showing good so I re-attach the CMOS battery .

I think what I need is the start up disk for this machine, maybe my bios settings went to default and that is why its not booting, it tries but dies down..

Miguel


--- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@...> wrote:
>
> Miguel,
> I don't understand something.  Did you remove the hard drive or did you preplace it with another hard drive?
> If you replaced it with another hard drive, I'm 99% sure the Grid will not boot from it.  The hard drive has to be 1 of 6 specific Conner hard drives.  This cannot be changed.  The hard drive model numbers are hard coded in the BIOS.
> -Shawn
>
>
>
>
> ________________________________
> From: ac4mo <ac4mo@...>
> To: RuGRiD-Laptop@yahoogroups.com
> Sent: Sunday, March 29, 2009 10:22:27 PM
> Subject: [RuGRiD-Laptop] Still alive the gridcase 1550SX
>
> Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..
>
> then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking
>
> then it gets stuck there... so I think something inside was loose and now it works..
>
> But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....
>
> Maybe if I find a adapater and I power with a big connector to convert to small...
>
> But at least I got something on the screen
>
> Miguel
>
>
>
>
> ------------------------------------
>
> http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
>
>
>
>     http://docs.yahoo.com/info/terms/
>




Yahoo! Message number: 1992
Date: Sun, 29 Mar 2009 22:55:17 -0000
From: "jeriddian"
Subject: Re: Still alive the gridcase 1550SX

Hi Miguel,

If I understand you correctly, you were able to get the BIOS to activate and got a BIOS message but then it got stuck. This tells me three things. One, your motherboard is working. Two, your BIOS is working. Three, your hard drive has failed as the computer BIOS has now turned over control to the OS, which is located on the hard drive, but it failed because the hard drive is now bad, so the computer freezes up.

Therefore, you have a workable computer except that the hard drive is gone. You MIGHT be able to get it to boot from the floppy instead. You have to press "F" during the BIOS initiation phase to get the computer to try the floppy instead of the HD. That is the command for the 1530's to do the same, and I don't think it's changed for the 1550's.

If that doesn't work it may be because the BIOS is confused and has hung up. If it doesn't see the hard drive, it may not load up any more devices afterwards in its instructions, and if this includes the floppy, then you won't be able to boot up since it won't see the floppy either.

As to the hard drive, your only option is to replace it. Shawn is right about which HD's you can use. This was the mid 1980's to late 1980's. DOS was actually relatively new, and very primitive. IDE as a protocol for HD"s was just making its way onto the market. BIOS's were primitive and had no actual program you could bring up to control them. The company simply hard wired the BIOS onto the BIOS chips, and that was it. The user had no control over it. It was not required back then for users to do any of that.

Since there was no standardization protocol for connecting hard drives at the time, each computer BIOS had to hard wire the parameters of the hard drives into the BIOS in order for the DOS to recognize it and allow the computer to see it. In GRiD's case, they hard coded six hard drive types into the BIOS. These were a brand called Conner hard drives. This was a company that was active at the time, but later got bought out by SeaGate in the 1990's.

So, in order to replace the HD in this computer, you would have to replace it with one of those six specific HD's burned into its BIOS. We actually have that list of accpetable hard drives here on the site. The problem is, finding any of those old Conner HD's is next to impossible these days.

Shanw and I have managed an alternative solution however. The BIOS on the computer is located in two removable BIOS chips, each of them 128K ROM chips. We have both taken these chips out and put them into an EPROM burning device (attachable hardware to a computer) and used the software associated with it to extract the the BIOS code into a simple HEX file. Taking other old Conner hard drives not originally intended for these computers, we altered the code in the BIOS in the tables meant to document the HD data such that the parameters of these other hard drives were listed on the tables. (The credit is Shawn's. He actually worked out the protocol.) We burned new EPROMS with the altered BIOS code and put them into the machines. For example, we each took an old Conner CFS420A hard drive and managed to fit it into our computers (his is a 1520, I did it on my old 1530). So it is possible to use another hard drive of that era and make it usable in these old computers. It shouldn't really be any different on the 1550SX, I think. However, we don't know if we can use an old hard drive from another manufacturer. Theoretically, it is possible, but none of us have tried that yet.

The possible candidates for this are the older Conner HD's of less than 500 MB size in general, and which have the same pin configuration and positioning as the backboard in the computer. When you look at it you will see it is different from today's IDE pin placement. The complication is that you would have to procure some EPROM burning equipment to use, and then take the original BIOS chips out of the computer (not much of a problem there. They are removable.) and replicate the process we used, taking the original 1550SX BIOS code and altering it for a new hard drive, if you find one. You would burn the new EPROM chips and put them in the computer, install the new hard drive, and then you should be set. You would, of course, then have to reload a new OS onto the hard drive as if it were completely brand new. Even then you have to be careful as even the various DOS OS's might give you problems. After that, you could load the earliest windows, like version 3.1.

Anyway, that seems to me what you are looking at for now. Good luck.

Phil




--- In RuGRiD-Laptop@yahoogroups.com, "ac4mo" <ac4mo@...> wrote:
>
> Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..
>
> then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking
>
> then it gets stuck there... so I think something inside was loose and now it works..
>
> But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....
>
> Maybe if I find a adapater and I power with a big connector to convert to small...
>
> But at least I got something on the screen
>
> Miguel
>




Yahoo! Message number: 1993
Date: Sun, 29 Mar 2009 23:04:52 -0000
From: "jeriddian"
Subject: Re: Still alive the gridcase 1550SX

Hi Miguel,

Okay, first, the CMOS battery will test good because there is no load on it. Don't believe it. That battery has been in there for over twenty years. Trust me, it is bad now. It will need replacing.

Two, the beeps code, I would have to look up, but it sounds like there is now a memory problem. One of the memeory sticks may not be seated well or have gone bad. Make sure they are well seated and that none of the pins have broken off. I believe it is a memory problem because the BIOS would shut the machine down in that case, if I am not mistaken. There is a table of beep codes in the manuals, but I've forgotten exactly where it is. It should be the same for all the 1500 series computers.

When you turn the machine on, you MUST hear one single beep and one beep only, which tells you that the POST (power on self test) has successfully completed and tells you the MoBO and mameory had passed start up inspection. Don't even worry about trying to boot from the floppy until you get that problem fixed.

Good luck,

Phil

--- In RuGRiD-Laptop@yahoogroups.com, "ac4mo" <ac4mo@...> wrote:
>
> Hello, Shawn
>
> I did remove everything and plug everything back the way it was..  I saw the conner hard drive and I inspected and everything seems to be ok and I just hook it right back up... I mentioned that I compared to another hard drive and that they look the same but you explain now that it has to be specific model for the grid..
>
> Now what I am getting is this
>
> I turn on the switch and it starts but nothing happens you can hear the fan turn on, I turn it off then it starts but right after the 640k memory test it looks like it powers down and I have to turn the swtich off...
>
> then another try I get 3 short beep stop and 2 beep the same
>
> Also I notice that the CMOS battery was clip off on one side so I put a battery tester and its showing good so I re-attach the CMOS battery .
>
> I think what I need is the start up disk for this machine, maybe my bios settings went to default and that is why its not booting, it tries but dies down..
>
> Miguel
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, Shawnerz <shawnerz@> wrote:
> >
> > Miguel,
> > I don't understand something.  Did you remove the hard drive or did you preplace it with another hard drive?
> > If you replaced it with another hard drive, I'm 99% sure the Grid will not boot from it.  The hard drive has to be 1 of 6 specific Conner hard drives.  This cannot be changed.  The hard drive model numbers are hard coded in the BIOS.
> > -Shawn
> >
> >
> >
> >
> > ________________________________
> > From: ac4mo <ac4mo@>
> > To: RuGRiD-Laptop@yahoogroups.com
> > Sent: Sunday, March 29, 2009 10:22:27 PM
> > Subject: [RuGRiD-Laptop] Still alive the gridcase 1550SX
> >
> > Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..
> >
> > then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking
> >
> > then it gets stuck there... so I think something inside was loose and now it works..
> >
> > But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....
> >
> > Maybe if I find a adapater and I power with a big connector to convert to small...
> >
> > But at least I got something on the screen
> >
> > Miguel
> >
> >
> >
> >
> > ------------------------------------
> >
> > http://groups.yahoo.com/group/rugrid-laptop/Yahoo! Groups Links
> >
> >
> >
> >     http://docs.yahoo.com/info/terms/
> >
>




Yahoo! Message number: 1994
Date: Mon, 30 Mar 2009 12:08:55 -0000
From: "ac4mo"
Subject: Re: Still alive the gridcase 1550SX

Hello, Phil

thanks for the reply,,,

well, I gave it a good try and I even got the screen working again, but I think its time to end this proyect,, because even if I find another hard drive and possible hex the bios chip there is no guarantee and right now cash is not good if I had it then I will go for it but its not possible...

Thanks to shawn and to you phil for the assistance...

Miguel


--- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@...> wrote:
>
> Hi Miguel,
>
> If I understand you correctly, you were able to get the BIOS to activate and got a BIOS message but then it got stuck. This tells me three things. One, your motherboard is working. Two, your BIOS is working. Three, your hard drive has failed as the computer BIOS has now turned over control to the OS, which is located on the hard drive, but it failed because the hard drive is now bad, so the computer freezes up.
>
> Therefore, you have a workable computer except that the hard drive is gone. You MIGHT be able to get it to boot from the floppy instead. You have to press "F" during the BIOS initiation phase to get the computer to try the floppy instead of the HD. That is the command for the 1530's to do the same, and I don't think it's changed for the 1550's.
>
> If that doesn't work it may be because the BIOS is confused and has hung up. If it doesn't see the hard drive, it may not load up any more devices afterwards in its instructions, and if this includes the floppy, then you won't be able to boot up since it won't see the floppy either.
>
> As to the hard drive, your only option is to replace it. Shawn is right about which HD's you can use. This was the mid 1980's to late 1980's. DOS was actually relatively new, and very primitive. IDE as a protocol for HD"s was just making its way onto the market. BIOS's were primitive and had no actual program you could bring up to control them. The company simply hard wired the BIOS onto the BIOS chips, and that was it. The user had no control over it. It was not required back then for users to do any of that.
>
> Since there was no standardization protocol for connecting hard drives at the time, each computer BIOS had to hard wire the parameters of the hard drives into the BIOS in order for the DOS to recognize it and allow the computer to see it. In GRiD's case, they hard coded six hard drive types into the BIOS. These were a brand called Conner hard drives. This was a company that was active at the time, but later got bought out by SeaGate in the 1990's.
>
> So, in order to replace the HD in this computer, you would have to replace it with one of those six specific HD's burned into its BIOS. We actually have that list of accpetable hard drives here on the site. The problem is, finding any of those old Conner HD's is next to impossible these days.
>
> Shanw and I have managed an alternative solution however. The BIOS on the computer is located in two removable BIOS chips, each of them 128K ROM chips. We have both taken these chips out and put them into an EPROM burning device (attachable hardware to a computer) and used the software associated with it to extract the the BIOS code into a simple HEX file. Taking other old Conner hard drives not originally intended for these computers, we altered the code in the BIOS in the tables meant to document the HD data such that the parameters of these other hard drives were listed on the tables. (The credit is Shawn's. He actually worked out the protocol.) We burned new EPROMS with the altered BIOS code and put them into the machines. For example, we each took an old Conner CFS420A hard drive and managed to fit it into our computers (his is a 1520, I did it on my old 1530). So it is possible to use another hard drive of that era and make it usable in these old computers. It shouldn't really be any different on the 1550SX, I think. However, we don't know if we can use an old hard drive from another manufacturer. Theoretically, it is possible, but none of us have tried that yet.
>
> The possible candidates for this are the older Conner HD's of less than 500 MB size in general, and which have the same pin configuration and positioning as the backboard in the computer. When you look at it you will see it is different from today's IDE pin placement. The complication is that you would have to procure some EPROM burning equipment to use, and then take the original BIOS chips out of the computer (not much of a problem there. They are removable.) and replicate the process we used, taking the original 1550SX BIOS code and altering it for a new hard drive, if you find one. You would burn the new EPROM chips and put them in the computer, install the new hard drive, and then you should be set. You would, of course, then have to reload a new OS onto the hard drive as if it were completely brand new. Even then you have to be careful as even the various DOS OS's might give you problems. After that, you could load the earliest windows, like version 3.1.
>
> Anyway, that seems to me what you are looking at for now. Good luck.
>
> Phil
>
>
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "ac4mo" <ac4mo@> wrote:
> >
> > Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..
> >
> > then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking
> >
> > then it gets stuck there... so I think something inside was loose and now it works..
> >
> > But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....
> >
> > Maybe if I find a adapater and I power with a big connector to convert to small...
> >
> > But at least I got something on the screen
> >
> > Miguel
> >
>




Yahoo! Message number: 1995
Date: Tue, 31 Mar 2009 02:13:45 -0000
From: "jeriddian"
Subject: Re: Still alive the gridcase 1550SX


You can still put it up for sale for parts on ebay. I've sen a lot of them bring in a few bucks that way.

Phil

--- In RuGRiD-Laptop@...m, "ac4mo" <ac4mo@...> wrote:
>
> Hello, Phil
>
> thanks for the reply,,,
>
> well, I gave it a good try and I even got the screen working again, but I think its time to end this proyect,, because even if I find another hard drive and possible hex the bios chip there is no guarantee and right now cash is not good if I had it then I will go for it but its not possible...
>
> Thanks to shawn and to you phil for the assistance...
>
> Miguel
>
>
> --- In RuGRiD-Laptop@yahoogroups.com, "jeriddian" <Jeriddian@> wrote:
> >
> > Hi Miguel,
> >
> > If I understand you correctly, you were able to get the BIOS to activate and got a BIOS message but then it got stuck. This tells me three things. One, your motherboard is working. Two, your BIOS is working. Three, your hard drive has failed as the computer BIOS has now turned over control to the OS, which is located on the hard drive, but it failed because the hard drive is now bad, so the computer freezes up.
> >
> > Therefore, you have a workable computer except that the hard drive is gone. You MIGHT be able to get it to boot from the floppy instead. You have to press "F" during the BIOS initiation phase to get the computer to try the floppy instead of the HD. That is the command for the 1530's to do the same, and I don't think it's changed for the 1550's.
> >
> > If that doesn't work it may be because the BIOS is confused and has hung up. If it doesn't see the hard drive, it may not load up any more devices afterwards in its instructions, and if this includes the floppy, then you won't be able to boot up since it won't see the floppy either.
> >
> > As to the hard drive, your only option is to replace it. Shawn is right about which HD's you can use. This was the mid 1980's to late 1980's. DOS was actually relatively new, and very primitive. IDE as a protocol for HD"s was just making its way onto the market. BIOS's were primitive and had no actual program you could bring up to control them. The company simply hard wired the BIOS onto the BIOS chips, and that was it. The user had no control over it. It was not required back then for users to do any of that.
> >
> > Since there was no standardization protocol for connecting hard drives at the time, each computer BIOS had to hard wire the parameters of the hard drives into the BIOS in order for the DOS to recognize it and allow the computer to see it. In GRiD's case, they hard coded six hard drive types into the BIOS. These were a brand called Conner hard drives. This was a company that was active at the time, but later got bought out by SeaGate in the 1990's.
> >
> > So, in order to replace the HD in this computer, you would have to replace it with one of those six specific HD's burned into its BIOS. We actually have that list of accpetable hard drives here on the site. The problem is, finding any of those old Conner HD's is next to impossible these days.
> >
> > Shanw and I have managed an alternative solution however. The BIOS on the computer is located in two removable BIOS chips, each of them 128K ROM chips. We have both taken these chips out and put them into an EPROM burning device (attachable hardware to a computer) and used the software associated with it to extract the the BIOS code into a simple HEX file. Taking other old Conner hard drives not originally intended for these computers, we altered the code in the BIOS in the tables meant to document the HD data such that the parameters of these other hard drives were listed on the tables. (The credit is Shawn's. He actually worked out the protocol.) We burned new EPROMS with the altered BIOS code and put them into the machines. For example, we each took an old Conner CFS420A hard drive and managed to fit it into our computers (his is a 1520, I did it on my old 1530). So it is possible to use another hard drive of that era and make it usable in these old computers. It shouldn't really be any different on the 1550SX, I think. However, we don't know if we can use an old hard drive from another manufacturer. Theoretically, it is possible, but none of us have tried that yet.
> >
> > The possible candidates for this are the older Conner HD's of less than 500 MB size in general, and which have the same pin configuration and positioning as the backboard in the computer. When you look at it you will see it is different from today's IDE pin placement. The complication is that you would have to procure some EPROM burning equipment to use, and then take the original BIOS chips out of the computer (not much of a problem there. They are removable.) and replicate the process we used, taking the original 1550SX BIOS code and altering it for a new hard drive, if you find one. You would burn the new EPROM chips and put them in the computer, install the new hard drive, and then you should be set. You would, of course, then have to reload a new OS onto the hard drive as if it were completely brand new. Even then you have to be careful as even the various DOS OS's might give you problems. After that, you could load the earliest windows, like version 3.1.
> >
> > Anyway, that seems to me what you are looking at for now. Good luck.
> >
> > Phil
> >
> >
> >
> >
> > --- In RuGRiD-Laptop@yahoogroups.com, "ac4mo" <ac4mo@> wrote:
> > >
> > > Ok, I took practically the whole thing apart,,  the hard drive can be replace the only downside is that the power connection is a small connector instead of the regular one... but after that put everything back together again..
> > >
> > > then when I turn it on, whao even the screen worked... but I get the BIOS message and after that all I get is a -  and blinking
> > >
> > > then it gets stuck there... so I think something inside was loose and now it works..
> > >
> > > But maybe there is a an adpater por the power connector because when I took the hard drive it looks like a regular IDE hardrive same things except the white connector small for the hard drive to power up....
> > >
> > > Maybe if I find a adapater and I power with a big connector to convert to small...
> > >
> > > But at least I got something on the screen
> > >
> > > Miguel
> > >
> >
>




Yahoo! Message number: 1996
Date: Fri, 10 Apr 2009 23:49:47 -0000
From: "nick_zravre"
Subject: Parting out my old GRiDCase 1520

Hello,

I am parting out my GRiDcase 1520. I'd also be willing to sell the whole thing. The hard disk drive functions well, few bad sectors, recently formatted. I can send the contents that were on the hdd when I received it if wanted, it is 40mb. The floppy disk drive functions, everything functions well.
Faults:
1. The mainboard needs a new dallas rtc chip, I have already made (albeit rather large and messy) holes in the top of the chip for leads for an external battery.
2. The right hinge is broken, and missing somewhere away from the other parts.
3. The alt key on the keyboard does not currently function. Some of the other keys need extra force applied when depressed occasionally.
4. The main battery holds a charge of maybe 30 minutes at best right now, it needs to be cycled and possibly a high voltage shock to get the crystals off the cells.
The unit is rather clean. If no one wants it I'll ask the members over at vintage-computer.com. If all else fails it will just remain where it is, so no need to worry about it being trashed.

Thanks



Yahoo! Message number: 1997
Date: Fri, 10 Apr 2009 18:27:17 -0700
From: KenS
Subject: GRiD 1520 Available

Rick:

Which model of hard drive does it contain?  I assume it is a Conner.

Ken S.



Yahoo! Message number: 1998
Date: Sat, 11 Apr 2009 02:07:54 -0000
From: "nick_zravre"
Subject: Re: GRiD 1520 Available

--- In RuGRiD-Laptop@yahoogroups.com, KenS <engrken@...> wrote:
>
> Rick:
>
> Which model of hard drive does it contain?  I assume it is a Conner.
> 
> Ken S.
>

Hello,

It is a Conner CP-3044. The drive will be formatted, primarily so others will not see my horrible config.sys and autoexec.bat settings, never quite recovered from the Windows transition... It may be of importance to know that any parts from the 1520 would be shipped out from PA 19525.



Yahoo! Message number: 1999
Date: Sat, 11 Apr 2009 06:29:30 -0000
From: "jeriddian"
Subject: Re: GRiD 1520 Available

Judging from what you said, I could actually repair this unit, except for one thing, maybe. I have several dead ones I use for spare parts, and so I have an extra hinge and extra keyboard I could put into it. However, the Dallas RTC chip will be a big problem. ON the 1530's you can replace the RTC with the 12880 that is still available, but this doesn't work on the 1520's. The BIOS is still too primitive and if you try to replace the chip it wil lock the boot up into an irreversible mode of asking for a password BIOS, for which of course, there isn't one, and you can't ever boot it up. So unless you can repair the old one already there, the MoBo is shot as far as that particular problem is concerned. However, I could possibly do it. How much are you asking for the entire unit?

--- In RuGRiD-Laptop@yahoogroups.com, "nick_zravre" <GBabecki@...> wrote:
>
> --- In RuGRiD-Laptop@yahoogroups.com, KenS <engrken@> wrote:
> >
> > Rick:
> >
> > Which model of hard drive does it contain?  I assume it is a Conner.
> >
> > Ken S.
> >
>
> Hello,
>
> It is a Conner CP-3044. The drive will be formatted, primarily so others will not see my horrible config.sys and autoexec.bat settings, never quite recovered from the Windows transition... It may be of importance to know that any parts from the 1520 would be shipped out from PA 19525.
>