Welcome, Guest. Please login or register.

Author Topic: DKB Insider 1000  (Read 1446 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kernalTopic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 12
    • Show only replies by kernal
DKB Insider 1000
« on: November 15, 2007, 08:17:05 PM »
Hello All,

I just recently aquired a DKB Insider 1000 memory expansion for my A1000, which works great. The only problem is that it has a Battery Backed clock onboard, and is enabled through software, but I don't have the disk that would have origionally come with the hardware.

Is there any chance any of you user have the disk that I could download.

Thanks
 

Offline TjLaZer

Re: DKB Insider 1000
« Reply #1 on: November 15, 2007, 08:39:25 PM »
If you find the disk let me know as I have this card as well.  Isn't the battery dead by now though?  I cannot remember what kind it is though, or if it can be replaced.
Going Bananas over AMIGAs since 1987...

Looking for Fusion Fourty PNG ROMs V3.4?

:flame: :banana: :banana: :banana:
 

Offline amigakid

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 667
    • Show only replies by amigakid
Re: DKB Insider 1000
« Reply #2 on: November 15, 2007, 09:16:07 PM »
Let me know if you find the disk and if the battery can be changed.  Cheers
 

Offline kernalTopic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 12
    • Show only replies by kernal
Re: DKB Insider 1000
« Reply #3 on: November 16, 2007, 01:53:36 AM »
Well, I checked it out... the unit is a Dallas DS1216 integraged clock system with an integrated Lithium battery. You can still get these units, but it would require a desolder and resolder on the Insider circuit board. Not worth the effort I assume.

I would still like the disk though, because I think it has some other utilities on it as well.
 

Offline da9000

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 922
    • Show only replies by da9000
Re: DKB Insider 1000
« Reply #4 on: November 16, 2007, 07:35:37 AM »
Hey guys, I'm not sure if the Battery/Clock thingy looks like the ones on Sun machines, but if it does, then you can try removing the lithium "half" and adding a lithium coin battery. I've done it on my Suns and it's quite easy if you have some modest soldering skills. Check it out:

http://www.giga.nl/computers/nvram/
http://www.bhargavaz.net/nvram/nvram.html

Good luck!
 

Offline mark_k

  • Jr. Member
  • **
  • Join Date: Nov 2007
  • Posts: 70
    • Show only replies by mark_k
Re: DKB Insider 1000
« Reply #5 on: December 01, 2007, 01:41:06 AM »
Hi,

You can download a program to set the clock from
http://www.l8r.net/install/other/stuff/DKBInsider_II.dms

That probably works with the Insider, since both boards use the same clock chip.

I've been disassembling the clock-setting program and it looks like the clock is mapped to memory around $B83000.

If anyone's interested in writing their own code to read/write the clock, check the DS1216 datasheet. You could also fit a 64Kbit or 256Kbit ROM chip to the socket. Maybe an SRAM chip could go there too?


-- M