Welcome, Guest. Please login or register.

Author Topic: Deneb troubles  (Read 3416 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline webmanyTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2007
  • Posts: 172
    • Show only replies by webmany
Deneb troubles
« on: May 29, 2011, 06:11:47 AM »
I recently picked up a deneb for my A3000.  Everything is installed and running in Z2 mode (freezes in Z3 mode, but I think I know the fix for it).

I have all the software installed, but I do not have MUI.  I have a copy on CD, but can't use the cdrom as it is a usb.

I have tried using the command line to get the drive up and going but am having no luck.  When I try adding the hardware using the following:
addusbhardware DEVS:USBHwarde/denebz2.device
I get failed.

Anyone know where I can find instructions on how to get the usb cdrom running without using the trident program, and just using the command line?
 

Offline Matt_H

Re: Deneb troubles
« Reply #1 on: May 29, 2011, 06:34:47 AM »
Quote from: webmany;641014
addusbhardware DEVS:USBHwarde/denebz2.device


I'm assuming that "Hwarde" is a typo. :)

That command should be all you need from the USB side. By default, the CD drive will automount using L:AmiCDFS. If you don't have AmiCDFS, then automount won't work until you reconfigure it in Trident.

But you can of course mount your CD drive manually, just as if you had plugged it into a SCSI or IDE port. the device name is usbscsi.device, and the unit is probably 0.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: Deneb troubles
« Reply #2 on: May 29, 2011, 07:35:40 AM »
MUI is available directly from the Deneb card.

Set the jumper on the Deneb for "RES" (it is marked on the card) and when your system boots there will be a draw full of install files.  Install and extract the files and you'll end up with a MUI installer, FAT file type and all sorts of other goodies.

One thing you may have to do is track down an updated "INSTALLER" command (from Aminet) to replace the older version on the WB3.0/3.1 disks which will fail.

I'm trying to understand how you installed the Deneb software without installing MUI.
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline strim

  • Jr. Member
  • **
  • Join Date: Apr 2010
  • Posts: 89
    • Show only replies by strim
    • http://c0ff33.net/
Re: Deneb troubles
« Reply #3 on: May 29, 2011, 09:11:56 AM »
Quote from: Darrin;641036

I'm trying to understand how you installed the Deneb software without installing MUI.


It's perfectly possible. The only thing that really needs MUI is a Trident GUI. You can use Poseidon from the command line like this:
Code: [Select]

AddUsbHardware Devs:USBHardware/youdriver.device
AddUsbClasses

That's it, you're done, check the logs with PsdErrorLog :)
 

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show only replies by platon42
    • http://www.platon42.de/
Re: Deneb troubles
« Reply #4 on: May 29, 2011, 12:13:53 PM »
Quote from: Darrin;641036
MUI is available directly from the Deneb card.

Set the jumper on the Deneb for "RES" (it is marked on the card) and when your system boots there will be a draw full of install files.  Install and extract the files and you'll end up with a MUI installer, FAT file type and all sorts of other goodies.

One thing you may have to do is track down an updated "INSTALLER" command (from Aminet) to replace the older version on the WB3.0/3.1 disks which will fail.

I'm trying to understand how you installed the Deneb software without installing MUI.


MUI is not included in the installer image. You can perfectly use Poseidon without MUI, but you will not be able to configure things (or get popups).

To use Poseidon without MUI, use

AddUSBHardware DEVS:USBHardware/deneb*usb.device (where * is either z2 or z3pio or z3dma according to your configuration).
AddUSBClasses
SYS:Prefs/Trident NOGUI SAVE

After that, you can just use ENVARC:PsdStackloader to start the stack. Note that the above steps are also done during the first installation (though it is a bit tricky there, because when you are installing from the Rescue image, you are always in Z2 mode).

As mentioned in the other posting, you the mass storage class will by default attempt to use AmiCDFS as a CD file system and FAT95 for FAT formatted media. But you can of course use the included UMSD mountlist as a template to mount whatever you like.

To see what's happening use

PsdErrorlog

for a list of errors and messages.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: Deneb troubles
« Reply #5 on: May 29, 2011, 03:03:13 PM »
Quote from: platon42;641093
MUI is not included in the installer image. You can perfectly use Poseidon without MUI, but you will not be able to configure things (or get popups).

To use Poseidon without MUI, use

AddUSBHardware DEVS:USBHardware/deneb*usb.device (where * is either z2 or z3pio or z3dma according to your configuration).
AddUSBClasses
SYS:Prefs/Trident NOGUI SAVE

After that, you can just use ENVARC:PsdStackloader to start the stack. Note that the above steps are also done during the first installation (though it is a bit tricky there, because when you are installing from the Rescue image, you are always in Z2 mode).

As mentioned in the other posting, you the mass storage class will by default attempt to use AmiCDFS as a CD file system and FAT95 for FAT formatted media. But you can of course use the included UMSD mountlist as a template to mount whatever you like.

To see what's happening use

PsdErrorlog

for a list of errors and messages.


Ah, sorry.  I could have sworn I got it from the Deneb folder.  I must have grabbed it from Aminet.  The instructions sure as hell said to install it.
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline save2600

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
Re: Deneb troubles
« Reply #6 on: May 29, 2011, 03:53:39 PM »
Quote from: webmany;641014
I recently picked up a deneb for my A3000.  Everything is installed and running in Z2 mode (freezes in Z3 mode, but I think I know the fix for it).

Did you get yours to run in Z3 mode yet? Like yours, mine too freezes when in Z3. Someone a while back suggested re-seating the zip RAM, but I have yet to try that. Wondering what you thought the fix was...
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: Deneb troubles
« Reply #7 on: May 29, 2011, 04:01:18 PM »
Quote from: save2600;641136
Did you get yours to run in Z3 mode yet? Like yours, mine too freezes when in Z3. Someone a while back suggested re-seating the zip RAM, but I have yet to try that. Wondering what you thought the fix was...


I have an issue too on my A4000 with Z3 (and PIO) since I installed a Mediator board and I've been forced to use it in Z2 mode.  I did notice yesterday that there is a v11 firmware update for the Deneb on the E3B site (I believe mine is v9) so I've downloaded it and I'll flash the Deneb when I get home (in 3 weeks).

Has anyone tried the new firmware?
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline save2600

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
Re: Deneb troubles
« Reply #8 on: May 29, 2011, 04:14:55 PM »
Oh shoot, for clarity... got Z3, DMA and PIO mode goofed up again. PIO *is* Z3, which my system runs just fine. What I can't get to work is DMA mode. That's when my system freezes. Buster 11 and no other DMA Z3 cards installed.

Looks like the V11 firmware may fix that and your issue Darrin  :)
« Last Edit: May 29, 2011, 04:20:09 PM by save2600 »
 

Offline webmanyTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2007
  • Posts: 172
    • Show only replies by webmany
Re: Deneb troubles
« Reply #9 on: May 30, 2011, 04:21:11 AM »
Thanks for the help.  I managed to get everything working except for cdroms.

When I try using a disk, the debug shows it loading AmiCDFS (Loaded filesystem L:AmiCDFS via DOS!), but then run into this:
Couldn't find/load filesystem for usbscsi.device uinit 0 as UMSD:
Possibly no FAT32 installed?)

I checked L: and I have AmiCDFS and fat32 listed.

Quote from: platon42;641093
MUI is not included in the installer image. You can perfectly use Poseidon without MUI, but you will not be able to configure things (or get popups).

To use Poseidon without MUI, use

AddUSBHardware DEVS:USBHardware/deneb*usb.device (where * is either z2 or z3pio or z3dma according to your configuration).
AddUSBClasses
SYS:Prefs/Trident NOGUI SAVE

After that, you can just use ENVARC:PsdStackloader to start the stack. Note that the above steps are also done during the first installation (though it is a bit tricky there, because when you are installing from the Rescue image, you are always in Z2 mode).

As mentioned in the other posting, you the mass storage class will by default attempt to use AmiCDFS as a CD file system and FAT95 for FAT formatted media. But you can of course use the included UMSD mountlist as a template to mount whatever you like.

To see what's happening use

PsdErrorlog

for a list of errors and messages.
 

Offline webmanyTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2007
  • Posts: 172
    • Show only replies by webmany
Re: Deneb troubles
« Reply #10 on: May 30, 2011, 04:22:38 AM »
I had to add NOCACHE on the setpatch statement in Startup-Sequence


Quote from: save2600;641136
Did you get yours to run in Z3 mode yet? Like yours, mine too freezes when in Z3. Someone a while back suggested re-seating the zip RAM, but I have yet to try that. Wondering what you thought the fix was...
 

Offline webmanyTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2007
  • Posts: 172
    • Show only replies by webmany
Re: Deneb troubles
« Reply #11 on: May 30, 2011, 04:39:41 AM »
Never mind, got it.  Had to setup ASIMCDFS properly.

Thanks for the help
 

Offline save2600

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
Re: Deneb troubles
« Reply #12 on: May 31, 2011, 04:11:33 PM »
Quote from: webmany;641304
I had to add NOCACHE on the setpatch statement in Startup-Sequence
I just got through updating the flashrom to v11 and it now runs in DMA mode nice and stable, without crashing! Didn't have to modify my setpatch or monkey with reseating the Zip RAM either.

Thanks to the Deneb team for the continued support.  :)
« Last Edit: May 31, 2011, 04:19:38 PM by save2600 »