Welcome, Guest. Please login or register.

Author Topic: Bsc Tandem ide+cd installation  (Read 7194 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Bsc Tandem ide+cd installation
« on: February 13, 2013, 01:58:21 PM »
Hi all, i'm new on this forum band i am  searching help to  install my new BSC tandem into  an Amiga 2000 with kick 1.3. This machine mount 6 MB tot, a2286, gvp SCSI with 43 MB HD. I' ve tried to install tandem to control via IDE a CF reader but without results: after copied file 'AT' into Expansion drawer of workbench and rebooted as reported on manuale, nothing happen!CF reader si feeded by power cable and CF is already formatted in FAT95 (and regularly recognized by amiga1200). Anyone has  experience in similar config? Help!:crazy:
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #1 on: February 13, 2013, 02:35:19 PM »
The AT file is the general driver for the IDE bus. I am not sure if it automatically mounts partitions. And even if it does, it probably only mounts Amiga partitions and surely not a FAT32 partition. In order to mount the FAT32 partition you need to install a file system which can read FAT32 and runs on Kick 1.3. I doubt that FAT95 will run on Kick 1.3. And you need a mountlist entry. On WB 3.1 you have CF0 in Devs/DosDrivers. For Kick 1.3 you have to add the contents of CF0 to Devs:Mountlist.

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #2 on: February 13, 2013, 04:01:33 PM »
Hi Thomas, ok but the manual says that the only thing to do it's copy AT into "Expansion"; well ... I don't know how to create mountlist: could you help me? I've tried to copy Mountlist in dh0:Devs/, renamed it to "CF0" but I don't have idea how to configure all the parameters indicated (terrible :rant:, I don't understand meaning of anyone of these!I know only that my CF is has size=2 GB ). It is necessary point to a specific device (device=????)? Then, if FAT95 isn't supported under kick 1.3 maybe will be necessary to format CF into WinUAE?Any ideas will be much appreciated!!!
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #3 on: February 13, 2013, 04:24:06 PM »
Quote from: Dandolo;726250
Hi Thomas, ok but the manual says that the only thing to do it's copy AT into "Expansion"; well ...


From their point of view this is true. The AT file is all they need to provide. Everything else is the task of other software vendors.


Quote
I don't know how to create mountlist: could you help me? I've tried to copy Mountlist in dh0:Devs/, renamed it to "CF0"


This is exactly the opposite of what you have to do. In WB 3.1 you have a seperate dosdriver for each device. In WB 1.3 all devices are described in one file called mountlist. The file has to be named mountlist, you should not rename it.

Copy CF0 from your A1200 to the A2000 and open it in a text editor. Then open mountlist in a text editor, too. Now copy the contents from CF0 to the end of mountlist. Surround it by CF0: at the top and # at the bottom, just like all the other entries.

Device=compactflash.device needs to be changed to what the tandem needs, probably tandemat.device (the manual should contain the right name).

Filesystem=l:fat95 also needs to be changed. I think MSH works on Kick 1.3: http://aminet.net/package/disk/misc/MSH-1.58

From all the files in the archives you should only need MessyFileSystem.

However, you should read the manual of FAT95 because it describes very detailed what the entries in the mounlist are for. I could imagine that the "automatic" partition mounting of FAT95 does not work with MSH, so you might need to enter correct values for Heads, BlocksPerTrack, LowCyl and HighCyl.

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #4 on: February 14, 2013, 07:41:07 AM »
Quote from: Thomas;726254
From their point of view this is true. The AT file is all they need to provide. Everything else is the task of other software vendors.
 
This is exactly the opposite of what you have to do. In WB 3.1 you have a seperate dosdriver for each device. In WB 1.3 all devices are described in one file called mountlist. The file has to be named mountlist, you should not rename it.
 
Copy CF0 from your A1200 to the A2000 and open it in a text editor. Then open mountlist in a text editor, too. Now copy the contents from CF0 to the end of mountlist. Surround it by CF0: at the top and # at the bottom, just like all the other entries.
 
Device=compactflash.device needs to be changed to what the tandem needs, probably tandemat.device (the manual should contain the right name).
 
Filesystem=l:fat95 also needs to be changed. I think MSH works on Kick 1.3: http://aminet.net/package/disk/misc/MSH-1.58
 
From all the files in the archives you should only need MessyFileSystem.
 
However, you should read the manual of FAT95 because it describes very detailed what the entries in the mounlist are for. I could imagine that the "automatic" partition mounting of FAT95 does not work with MSH, so you might need to enter correct values for Heads, BlocksPerTrack, LowCyl and HighCyl.

Thanks a Lot Thomas, I've followed your suggestions and tried to mount CF0: , now something happens! Let's say ... when I try to access to CF0: workbench says: "Error reading CF0: Insert FMS disk". I suppose that there is some problems with the parameters in mountlist (I have merely copied the file CF0 from A1200 and changed Filesystem to MessyFileSystem and Device to fmsdisk.device). If I give "cancel" to system request a new disk is mounted in Workbench called "Unnamed" and I can access on it (write, format, etc.) but when I dismounted it and tried to access on it with a PC or A1200, all previous operations done in A2000 are lost: it sounds like never done! maybe it's a file system problems. Do you have an example of moulist parameters for a compact flash card of 2 Gb? Now I start to find some explanations for the FAT95 filesystem. Now I know that Tandem works and it's only problem of configuration!
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #5 on: February 14, 2013, 09:34:28 AM »
fmsdisk.device is for accessing virtual floppy disk images (ADF files). It does not access your CF card.

To mount the CF card you have to use the device which points to the Tandem controller. By examining the installation disk I would say that it is oktagon.device.

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #6 on: February 14, 2013, 01:06:38 PM »
Bad Luck :-((
nothing else happens. I thought the CF was read by amiga while the only thing i have done was mounting a fake disk (virtual disk).
I tried with tandemcd.device, tandemcd_come.device, tandemcd_pcmcia and finally, oktagon.device in mountlist ... nothing happens when I try to access to CF0:
Grrr...horrible device ...
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #7 on: February 14, 2013, 02:39:49 PM »
Please download http://thomas-rapp.homepage.t-online.de/downloads/tsgui.lha and unpack it to your harddrive. Run TSGUI and choose "select raw device" from the menu. As device select oktagon.device and as unit select your CF card. Click on Ok, then choose "create mountlist" from the menu. Select a file name and attach the resulting file here so I can see the details. (The created file cannot be used without some adjustments.)

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #8 on: February 14, 2013, 03:17:02 PM »
Quote from: Thomas;726366
Please download http://thomas-rapp.homepage.t-online.de/downloads/tsgui.lha and unpack it to your harddrive. Run TSGUI and choose "select raw device" from the menu. As device select oktagon.device and as unit select your CF card. Click on Ok, then choose "create mountlist" from the menu. Select a file name and attach the resulting file here so I can see the details. (The created file cannot be used without some adjustments.)

Thanks Thomas, this evening I'll download the progs and give you the info. Some doubts: I have installed the tandem card into a bridge slot (into the 100 pin zorro II amiga side), it is correct or this slots could be used only with bridgeboards? The cf reader is linked with a IDE cable in the last terminal (the higher in the channel), setted as "master" and the feeding is done by an electric cable derived from floppy (PC molex type: black/yellow/yellow/black): well, why there isn't led activity? CF cards (newer type sandisk ultra 4 GB 200X) are correct or it's possible HW incompatibility?
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #9 on: February 14, 2013, 03:40:42 PM »
Not sure what you mean by "bridge slot". Every Zorro slot should be usable for AmigaOS IMHO. The bridge board connects one Zorro slot to the ISA slot next to it so that the ISA slots are usable by the PC operating system. AmigaOS normally has no access to the ISA slots. Only with software tricks AmigaOS can access an ISA network card through the bridge board.

LED activity is dependent on the CF adapter. Some CF adapters don't drive the LED at all. With some other adapters the LED is on all the time. If you are in doubt you should first try with a real harddrive.

For power cables actually I only know red/black/black/yellow. But colors shouldn't matter. Important is voltage 5V/GND/GND/12V. If you mix up 12V and 5V or + and GND, your device will be destroyed quite soon.
http://en.wikipedia.org/wiki/Molex

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #10 on: February 14, 2013, 03:55:24 PM »
Ok, I understand question regarding Led activity; for the Bridge slot I'm referring to one of the two slot that could receive bridgeboards: I've placed the Tandem Card there because I've free only one of this and also I've  thought that was the same of other slots! For the electrical feeding I think it's ok, because there's no mixing of current, because cables are straight from the molex HD type to Floppy type, no crossing. CF removed from Amiga 2000 and placed on Amiga 1200/PC continue to function. I don't understand, instead, why I can't use PrepCard on A1200: I've always message: "cannot format: write protected". CF cards doesn't have write protection, as I know!
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #11 on: February 14, 2013, 04:04:32 PM »
PrepCard can only prepare SRAM cards. To prepare a CF card you need to use HDToolbox or similar (although I am not sure if compactflash.device supports partitioned harddisks, it's more likely meant to be used with mounlists/dosdrivers only).

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #12 on: February 14, 2013, 06:44:10 PM »
Quote from: Thomas;726366
Please download http://thomas-rapp.homepage.t-online.de/downloads/tsgui.lha and unpack it to your harddrive. Run TSGUI and choose "select raw device" from the menu. As device select oktagon.device and as unit select your CF card. Click on Ok, then choose "create mountlist" from the menu. Select a file name and attach the resulting file here so I can see the details. (The created file cannot be used without some adjustments.)

Done, after selected oktagon.device, tsgui reply: "Cannot determine HDD size". I don't know why. Inside devs/mountlist I have copied this item from A1200:
...
CF0:
Device = oktagon.device
FileSystem = l:FastFileSystem (I have tried also MessyFileSystem, nothing change)
Unit = 0
Flags = 0
LowCyl = 0
HighCyl = 0
Surfaces = 1
BlockPerTrack = 1
BlockSize = 512
BufferSize = 20
BufMemType = 1
BootPri = 0
StackSize = 4096
Priority = 5
GlobVec = -1
DosType = 0x46415401
#
 
After rebooting I have also launched oktagonmount (it seems necessary to charge oktagon.device correctly, otherwise Tsgui doesn't show this device as possible choice under raw menu); then launched CLI command: Mount CF0:
Nothing compare; if I try to accesso to CF with cd CF0:, OS says "Can't find cf0:"
I've tried with 2 CF brand TakeMS (2 Gb) and 1 CF brand Sandisk Ultra (4 Gb) all news, purchased this week, boh?!?
:madashell:
 

Offline Thomas

Re: Bsc Tandem ide+cd installation
« Reply #13 on: February 14, 2013, 08:40:06 PM »
Please connect the CF card to your A1200, run TSGUI, click on CF0 in the list and select "create mountlist" from the menu. Attach the resulting file here.

FastFileSystem won't be able to read a FAT disk. You need MessyFileSystem if the card is formatted as FAT.

And as I said above you need to put valid values into LowCyl, HighCyl, Surfaces and BlocksPerTrack. TSGUI on the A1200 should be able to read these values and save them to the mountlist.

Offline DandoloTopic starter

  • Newbie
  • *
  • Join Date: Feb 2013
  • Posts: 18
    • Show only replies by Dandolo
Re: Bsc Tandem ide+cd installation
« Reply #14 on: February 14, 2013, 10:12:33 PM »
Quote from: Thomas;726411
Please connect the CF card to your A1200, run TSGUI, click on CF0 in the list and select "create mountlist" from the menu. Attach the resulting file here.
 
FastFileSystem won't be able to read a FAT disk. You need MessyFileSystem if the card is formatted as FAT.
 
And as I said above you need to put valid values into LowCyl, HighCyl, Surfaces and BlocksPerTrack. TSGUI on the A1200 should be able to read these values and save them to the mountlist.

Ok, done and placed correct parameters showed by tsgui into mountlist (CF 4 Gb) and reinserted MessyfileSystem in dh0:l, but after mounting and trying to access to CF0, system crash. Here you are the file generated by Tsgui:[ATTACH]2693[/ATTACH]