English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 28 October 2023, 20:46   #41
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
As TRACE=LOG, you certainly have 2 files in RAM: for logs...
Gilloo is offline  
Old 28 October 2023, 21:22   #42
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Quote:
Originally Posted by Gilloo View Post
As TRACE=LOG, you certainly have 2 files in RAM: for logs...
Only one. I guess everything locks up before the second file is written?
I've attached massive_unit0_level1.log
Attached Files
File Type: txt massive_unit0_level1.log.txt (5.1 KB, 21 views)
Hailstorm is offline  
Old 28 October 2023, 22:48   #43
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
Ouch error 42, SCSI phase

instead using massive, can you try with this one
https://aminet.net/package/driver/other/anaiis_xmass

the program to launch is in sas/bin or gcc/bin
Gilloo is offline  
Old 28 October 2023, 23:19   #44
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Quote:
Originally Posted by Gilloo View Post
Ouch error 42, SCSI phase

instead using massive, can you try with this one
https://aminet.net/package/driver/other/anaiis_xmass

the program to launch is in sas/bin or gcc/bin
Sure, I can't figure out how to pipe the output to a text-file, so I made 2 pictures.
I tried with both drives

xmass doesn't lock up the Amiga, so that is good.
Attached Thumbnails
Click image for larger version

Name:	dvdrom.jpg
Views:	40
Size:	129.4 KB
ID:	80588   Click image for larger version

Name:	dvdrom-usbhubcardreader.jpg
Views:	38
Size:	87.3 KB
ID:	80589  
Hailstorm is offline  
Old 29 October 2023, 10:05   #45
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
Quote:
Originally Posted by Hailstorm View Post
Sure, I can't figure out how to pipe the output to a text-file, so I made 2 pictures.
I tried with both drives

xmass doesn't lock up the Amiga, so that is good.
Well done !

What we see on the dvdrom.jpg, is that inquiry reacts immediatly,
the read capacity fails once, but is able to get what we want
339489 x 2048 = 695 273 472 bytes, the standard CD size
the device is ready, but... read 10 fails.
perhaps it does't like to read the 512 first bytes, but the 2048
I'm going to modify the xmass now in this way.

to get all this output in a file, is that simple
xmass >myoutfile.txt
Gilloo is offline  
Old 29 October 2023, 10:13   #46
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Quote:
Originally Posted by Gilloo View Post
Well done !

to get all this output in a file, is that simple
xmass >myoutfile.txt
Ok weird, same thing as in DOS, I don't know what I did wrong before
I've included a text version of the output now. Which has a bit more text.
Let me know if/when you want me to test something. I have my A1200 hooked up all the time and booting only takes a few seconds.
Attached Files
File Type: txt cdrom.txt (3.2 KB, 22 views)
Hailstorm is offline  
Old 29 October 2023, 12:14   #47
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
With Massive, can you make a project icon and set these parameters:
MOUNT=FALSE
TRACE=LOG
BLOCKSIZE=2048
SCSICMDS=TRUE
COMMANDCLASS=10

then if it do the same than previous tests, try with
COMMANDCLASS=16 or COMMANDCLASS=12
The logs are in RAM:
Gilloo is offline  
Old 29 October 2023, 17:10   #48
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Quote:
Originally Posted by Gilloo View Post
With Massive, can you make a project icon and set these parameters:
MOUNT=FALSE
TRACE=LOG
BLOCKSIZE=2048
SCSICMDS=TRUE
COMMANDCLASS=10

then if it do the same than previous tests, try with
COMMANDCLASS=16 or COMMANDCLASS=12
The logs are in RAM:
Only 1 log per test. No luck getting the drives working.
The Amiga locks up everytime.
I first tested with the one without the hub/cardreader and I've enclosed those logs.
Attached Files
File Type: txt massive_unit0_level1_16.log.txt (58.6 KB, 20 views)
File Type: txt massive_unit0_level1_12.log.txt (5.4 KB, 17 views)
File Type: txt massive_unit0_level1_10.log.txt (5.1 KB, 19 views)
Hailstorm is offline  
Old 10 November 2023, 14:40   #49
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
So I bought another USB CDROM which should arrive in the next days.

I've also purchased an A604n card and I'm waiting back from the manufacturer to see if the Subway 2021 can be fitted to that card. So that I can also do some testing on the A600.

My A1200 is very expanded (at least I think so). And my second A1200 has been sent for repairs early this year. I only have a plain A600 to test with otherwise.
Hailstorm is offline  
Old 11 November 2023, 18:50   #50
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Almost there?

Update:

I bought an Asus CDROM Drive. (at least one that's branded this time ).
I think I'm further, because I have no lockup (COMMANDCLASS=12)
I also have 2 logfiles
No CDROM icon popping up, but the USBKEY0 file has not the expected results
I was expecting l:AmiCDFS

Since my CD0 in DEVS/DOSDRIVERS has:
Device = usbscsi.device
unit = 0
FileSystem = L:AmiCDFS

When i change that to L:CDFileSystem and restart, the Amiga won't boot
I do however have an IDE cdrom installed (disconnected while testing), for which I probably installed the CDFileSystem

Well i hope I'm close I've included the logfiles

Results from xmass are still the same, included as output.txt
Attached Files
File Type: txt massive_unit0_level1.log.txt (1.6 KB, 23 views)
File Type: txt USBKEY0.txt (903 Bytes, 16 views)
File Type: txt output.txt (538 Bytes, 16 views)
Hailstorm is offline  
Old 11 November 2023, 20:25   #51
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
By default Massive will use L:CDFileSystem
you can set FILESYSTEM=L:AmiCDFS in the icon (project)
So COMMANDCLASS=12 is able to read something from the CD-ROM ?
Wooo, impressive !

the xmass is stuck with class 10 scsi commands, I need to improve it, to complete the tests.
Gilloo is offline  
Old 11 November 2023, 21:07   #52
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
I just tried with COMMANDCLASS=10 and that works as well with massive

I now have this in the project:
MOUNT=FALSE
TRACE=LOG
BLOCKSIZE=2048
SCSICMDS=TRUE
COMMANDCLASS=10
FILESYSEM=L:AmiCDFS

It seems the drive is detected, but I can't access it still.
My IDE-CDROM is connected again and I can access as CD1: but the USB drive does not respond to CD0:

Any Ideas?
I've included the logfiles again
Attached Files
File Type: txt massive_unit0_level1.log.txt (938 Bytes, 16 views)
File Type: txt USBKEY0.txt (898 Bytes, 22 views)
Hailstorm is offline  
Old 11 November 2023, 21:43   #53
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
I've read the anaiis_scsi.readme
mount device usbke0: from ram:usbkey0
That works and I'm able to access to CD.

Thank you for all the help. If you want me to test anything in the future, feel free to let me know.

I do have to wait around 15 seconds after Amiga boot, before starting USBstart.
If I click it earlier, the machine locks up.

I have a pistorm32lite and use roadshow to connect my PCMCIA ethernetcard, I wait 15 seconds after that window closes to start USBstart.
I don't know if that is relevant or not, just thought to let you know

Edit: I first tried to get it working by copying CD1: as CD0: and I modified massive to use L:CacheCDFS.
That did not do it but I'm still using CacheCDFS when the CD is mounted. I have not tested the mount with AmiCDFS or CDFileSystem
Hailstorm is offline  
Old 12 November 2023, 10:49   #54
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
As it seems to work with these parameters, you can change MOUNT=FALSE by MOUNT=TRUE or MOUNT=ALL in the project icon.

For the delay, is the quantum on 3 in the ANAIIS preferences ?
This setting is done for the 68000, and can be tuned up to 10 but interfere with intuition and disk activity. 3 is what I use on my A2000.

Thanks for your tests, it's always nice to know that others are using that thing
Gilloo is offline  
Old 13 November 2023, 20:36   #55
Hailstorm
Registered User
 
Join Date: Oct 2023
Location: Amsterdam Zuidoost
Posts: 15
Quote:
Originally Posted by Gilloo View Post
As it seems to work with these parameters, you can change MOUNT=FALSE by MOUNT=TRUE or MOUNT=ALL in the project icon.
Right.. ofcourse. I was so caught up in the delay for clicking usbstart, that I didn't try changing MOUNT=FALSE to true or all, I did that before but not in the end. But yes that works

Quote:
Originally Posted by Gilloo View Post
For the delay, is the quantum on 3 in the ANAIIS preferences ?
This setting is done for the 68000, and can be tuned up to 10 but interfere with intuition and disk activity. 3 is what I use on my A2000.
Yeah you are right. prefs are set to subway and quantum 3
So in theory, if i raise quantum, I should be able to start usbstart quicker?
I would like to add it to startup-sequence or wbstartup in the end.

I've put it at 10, but it hung up the system. Even after waiting the 15 seconds.
Then I tried putting it on 4 and starting it quickly after workbench start, but same, the system hangs. And that's just when clicking usbstart, which is before starting massive.
I don't need massive automatically start at boot, but USB would be nice. I still have my Amiga mouse attached to the Amiga port, but it would be nice if I could use the USB mouse and USB keyboard after a boot.

edit: reading you mention a 68000 and disk speed. I have a pistorm32lite, with a raspberry pi3. I'm using the SD card on that and I think the Emulated CPU registers as a 68040. Both should be way above 68000 speed and IDE and maybe SCSI native disk speed on a box Amiga?
Hailstorm is offline  
Old 14 November 2023, 10:37   #56
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
You can launch massive before USBStart with WAIT=1000 (it is not seconds, but in tries)

If you want to use the partition at start, in the anaiis_boot package, you can find the WaitForBoot command.
It stops the current shell until the first partition known by massive is mounted.
Then it puts T:anaiis-boot-partition the partition name and make it as the current directory.

The quantum is a very tricky thing, and "Advanced mode" *must* be set with drives.
Untick it if you have only hubs, keyboards or mices.
Gilloo is offline  
Old 28 November 2023, 10:33   #57
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
This version of massive takes into account the CDFileSystem of AmigaOS 3.1 and up.
(and also AmiCDFS, by specifying FILESYSEM=L:AmiCDFS in the icon)

https://aminet.net/package/driver/other/anaiis_massive
Gilloo is offline  
Old 03 May 2024, 11:14   #58
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
Hello,

to avoid to test a disk with massive, I've done a "libusb like" program.
the wakeup of a key is not an obvious task, most will work now.

https://aminet.net/package/driver/other/anaiis_xmass


Can you test and put the listing here... (or in the specific thread
https://eab.abime.net/showthread.php?t=115600
)

as a reminder, launch
xmass >toto.txt

and view the toto.txt file
Thanks.
.
Gilloo is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
A1200 subway 2021 question Aether support.Hardware 1 11 March 2023 20:41
SUBWAY USB CONTROLLER (A1200 Clockport) CFou! support.Hardware 59 01 January 2014 02:53
ANAIIS 1.05 (28 may 2012) Gilloo News 59 11 October 2012 12:46
Subway and Indivision installed in A1200 Desktop amigakit.com Hardware pics 10 27 February 2009 03:21
A1200 With Fitted Subway and 030 for sale! Peter MarketPlace 9 09 February 2008 17:05

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:29.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09942 seconds with 16 queries