Welcome, Guest. Please login or register.

Author Topic: Bvision problems  (Read 2410 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: Bvision problems
« on: November 20, 2007, 11:40:02 AM »
edit s:startup-sequence

Setpatch SKIPROMUPDATES "exec.device"

Cybergfx v3 doesn't like the new exec.device

-Paul
 

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: Bvision problems
« Reply #1 on: November 20, 2007, 05:17:49 PM »
Quote

If EXISTS C:SquirrelSCSI
    C:SquirrelSCSI
EndIf

Set SCSIUpdate 1
If EXISTS C:IDEFix
    C:IDEFix
    Set SCSIUpdate 0
EndIf
If EXISTS SYS:Expansion/XSurfIDE
    Set SCSIUpdate 0
EndIf
If EXISTS SYS:Prefs/Env-Archive/NOSCSIUPDATE
    Set SCSIUpdate 0
EndIf
If $SCSIUpdate EQ 1
    SetPatch QUIET
Else
    SetPatch SKIPROMUPDATES "scsi.device" QUIET
EndIf
Unset SCSIUpdate

Unless you have a 4-way IDE adapter, XSurf IDE controller or a SquirrelSCSI, remove the whole lot in the quote and put the line

C:SetPatch QUIET SKIPROMUPDATES "exec.device"

If you do have one of them, use this

C:SetPatch QUIET SKIPROMUPDATES "exec.device" "scsi.device"
(someone please confirm the correct syntax for skipping more than one ROM update).

Or, buy cgx v4. Yes, it costs money, but it's better.
 

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: Bvision problems
« Reply #2 on: November 20, 2007, 05:20:11 PM »
Quote

Painkiller wrote:
CGX 4 installer doesn't say that it supports Bvision...

BTW I have updated my PPC firmware to this http://phase5.a1k.org/files/FlashUpdates-26042002.lha

FlashUpdates for BlizzardPPC 040/060, CSPPC and CSMK3
Last *private* release with OpenPCI 2.2 support      

44.71      26.04.2002

This one is good, keep it.