Deploy Teststand system hangs

When I start the Deploy TestStand system dialog and start a build it gets this far
Saving File:
C:\Documents and Settings\cglidden\My Documents\TestStand Deployment\DCT 3p1\Installer\DCTwPick.tsd
Processing Workspace...
Done processing workspace file
Beginning build process, please wait.
8:18 AM
and then hangs.  I am using TestStand 3.1 on a Win 2K machine and am deploying because the sequence uses LabVIEW 7.0 VIs.  I had a problem before with the utility hanging later in the process but the same fixes do not work here. There is no hidden dialog box stopping  things either.
Any ideas?
Thanks,
Chas

Hi Chas,
Are you able to create a simple sequence with just a
message box and deploy that?
Thanks,
Terry S.
Staff Software Engineer
National Instruments

Similar Messages

  • Deploy teststand system Labview instrument drivers

    I'm trying to deploy a teststand application but I have an error with some Labview VI's.
    I'm using some VI's to control an Agilent 34401A, so Labview instruments library that
    is in the default package was used. The error says that Labiew Could no open the following VIs...
    I don't want to install the Labview development system on the target machine, so I don't know
    how to fix this problem.
    I tried to copy the library to a different location an removing the VIs that are not wired (VI Tree.vi),
    but I have the same error. (On the sequence was changed the path to the new VI location).
    Thanks
    Marcos

    Marcos,
     You can execute VIs using the LabVIEW Runtime Engine, but all of the source VIs must be processed to collect their required dependencies and insure they are compiled in the current version of LabVIEW.  The Deployment Utility process VIs from your sequences automatically.  The TestStand Reference Manual has a chapter on deploying TestStand systems that should help you get started.
    -Rick Francis

  • Deploy TestStand System error

    When I try to run:
    Tools>>Deploy TestStand System>>Deployed Files>>LabVIEW Options>>Lock VI Diagrams
    I get the following error after I hit the Build key:
    Failure : linker.cpp line 2022
    LabVIEW version 6.1
    I suspect I need version 7.0?? Can anyone confirm this or let me know what I'm doing wrong?

    Rick,
    I've only got one simple vi in my sequence. I can run the build utility with no errors until I select the "Lock VI Diagrams" option. Note that my error code is now 1035 instead of 2022 like it was previously. The 2022 error was caused by not suppling password in the Lock VI Diagram box.
    Error Code:1035
    Could not process LabVIEW VIs. Fix any broken VIs before rebuilding. LabVIEW error:
    Invoke Node in TestStand - Dist Chg and Save VIs.vi->TestStand - Dist Build LLB Image.vi->TestStand - Build VI Distribution.vi->TestStand - Build VI Distribution AX Wrapper.vi->TestStand - Build VI Distribution AX Wrapper.vi.ProxyCaller
    Attachments:
    deployment_trial.zip ‏14 KB

  • What is the difference between Deploy TestStand system(3.1) and Run Engine Installation wizard(1.0) in Tools menu

    Hi,
       In TestStand

    If you want to run a TS script that calls VIs on a Runtime engine only system you have to use the Deploy TestStand utility to do that. Since a Runtime Engine only system does not have vi.lib you must search all the .seq for VI calls and then traverse all the SubVis to find all the calls to VIs in vi.lib. The Deploy TestStand does that for you. It moves all the VIs and SubVIs to a SupportVI directory and mass compiles them. Once all VIs are within the same directory the runtime engine can find them.
    Note: This is a very nasty poorly written tool. I had a deploy that would take about 6 hours to complete. I wrote my own that takes about 4 minutes to complete.

  • Deploy TS system without uninstall

    How do I set "Deploy TS system" to just update a previous installation done with Deploy utility? Is it just to call it a different name under "Installer options/Advanced options/Keywords, Version, Subject or product code"? I have looked in the manual and cant find information about these fields.
    Many thanks

    Hello Dan!
    I believe the information you are requesting can be found in the TestStand help and in particular you should look at the following text:
    Quote:
    "Advanced Installer Options Dialog Box
    To launch the Advanced Installer Options dialog box, launch the Deploy TestStand System dialog box and click Advanced Options on the Installer Options tab.
    The Advanced Installer Options dialog box contains the following options:
    Manufacturer—Specifies the name of the company, which appears in the Currently Installed Programs list of the Add or Remove Programs dialog box in Windows. This option corresponds to the [Manufacturer] Microsoft Installer (MSI) property.
    Version—Specifies the current software version number. The installer uses this number to check for a current installation and to check for upgrades. You must increment the version number to create versions of the installer that are capable of overwriting previous installers. The version corresponds to the [ProductVersion] Microsoft Installer (MSI) property.  Note  This control is disabled if the Auto Increment option is enabled.
    Auto Increment—Specifies that the version is automatically increased when an installer is built. When you select this option, the Version control is disabled.  Note  You must save your deployment before closing the Deploy TestStand System dialog box to retain the new version number. 
    Upgrade Code—Displays a string that uniquely identifies a related set of installers in Windows. Only one system, with a specific upgrade code, can be installed on a computer at a given time. An installer that has the same upgrade code and a higher version updates an older installation. The upgrade code corresponds to the [UpgradeCode] Microsoft Installer (MSI) property."
    So the last one is the method I believe you should use!
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments 
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • Is it possible to debug VIs being run on a deployed TS System?

    I have a VI that is intermittently wandering off into left field to look at all the dandelions. It's being run from TestStand (base deployment engine) on a deployed system. I'd like to debug it from my development box.
    Is there a way, perhaps along the same lines as the LV App Builder 'Enable debugging' option, to hook my development system into the VI as it's executing on the deployed system?
    I've dug around a bit, and keep finding the notes on App Builder, but haven't seen a way to do it through TS.
    Thanks for any help
    Tom McManus
    Message Edited by Thomas McManus on 07-13-2009 02:11 PM

    Hi Tom,
    You will not be able to remotely access a VI that has been called by TestStand.   You can, however, create a debuggable DLL (with the problematic VI), and remotely connect to that.  To do this, you will need to rebuild your VI as a shared library and enable debugging on the Advanced Tab of the Application Builder.  Once this is complete, you will need to change the step type to C/C++ DLL.  You will also now need to manually configure your parameters for this step.  Lastly, you will need to re-deploy your system.  Once the the TestStand Application is running, you can go to Operate»Debug Application or Shared Library from the LabVIEW Getting Started Window on the development machine.  From here you can access the shared library that is running.
    The other options you have, as I mentioned, are to bring the VI over to the development machine and debug there, activate the full version of TestStand on the deployment computer, or purchase a debug-deployment license.  I hope this was helpful!
    Cheers,
    Kelly R.
    Applications Engineer
    National Instruments

  • ActiveX Automation server error on deployed TestStand

    I'm trying to deploy TestSTand 2.0 + LabVIEW 6.1 on a PC under Win-2K.
    I created and deployed TS Engine and Operator Interface for LV.
    I try to deploy the "Auto.seq" test from the TS exemples.
    Of course, it works on my Development system.
    On the deployed system, I got an error : -18351; An error occurred reading an ActiveX Automation server type library.
    Step 'Read Database Option - Construct' of sequence 'Get Database Options' in 'SequentialModel.seq'
    Step 'Read Database Option - Read Options' of sequence 'Get Database Options' in 'SequentialModel.seq'
    After having ignored those 2 errors, the tests goes on normally and the report looks fine.
    I also get this error opening the database configuration:
    Step 'Read Database Option - Construct' of sequence 'Edit Database Options' in 'Database.seq'
    From answers already given for similar subjects, I've checked that TsDBOptions.dll is present and registered (done regsvr32...) on the PC.
    Can someone help ?
    Note: upgrading to more recent TS + LV versions is not a solution!

    Whether you are using database logging or not, you should not get an error like that when database options are loaded. From the kb's you specified it sounds like there was an issue with a COM/ActiveX server not getting registered in the past. Especially on machines in which TestStand was installed from a deployment rather than the main installer. Have you tried running the version switcher like the KB suggested? Did it succeed or give an error? If it gave an error what was the error? Could you perhaps try a fresh install of TestStand on a clean machine?
    -Doug

  • Trouble deploying TestStand

    Hi,
    I have tried many suggestions and configurations but I still cant get my deployed TestStand to run in other PC. I kept getting "Unable to launch the 'LabVIEW .Application' ActiveX automation server. TestStand cannot find a LabVIEW Development System installed in this computer." My test sequence also uses custom process model. Below are the things that I have done:
    1. Configured the LabVIEW adapter to use RTE and enable "Always Run VI in LabVIEW RTE" in the LabVIEW Advanced Settings under Module tab.
    2. Added configuration .ini files that will be used, including TestExec.ini and TestStandModelModelOptions.ini in workspace.
    3. Enable "Install TestStand Engine" and leave Engine Options/ Drivers and Components as default.
    Below are my questions:
    1. Since I am using custom process model, where should I save this .seq in?Is it in my working directory or TestStand components folder? Reason why I am asking this is because I tried both ways, the latter gave me
    "Warning: This problem will cause an error when building a deployable image or an installer. The following file(s) were not found:
    rfid_read_write.seq in step 'Reset Test Sequence', sequence 'MainSequence', sequence file 'C:\Program Files (x86)\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels\SequentialModel_RFID.seq'"
    Obviously rfid_read_write.seq has already been included and present.
    2. Should I also include this custom process model .seq file in the workspace/deployment?
    3. How to solve the unable to launch LabVIEW.Application issue?
    Thanks.

    Hi, it looks like the app has trouble starting up:
    05/01/17 10:21:47 - ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
    com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
    Did you have any errors on the compile of the code?
    You also want to check if the app is deployed (if so you may want to remove it before re-deploying it)

  • IMac G5 system hang - 2 bad 1GB memory modules?

    I am experiencing intermittent system hangs, requiring power off / on to recover. Applications run fine for hours, then everything freezes; a few seconds later the fans spool up full bore. There seems to be no logic to the failure. It happens on many different applications, including Disk Utility. No new software has been added recently (other than Apple software updates). This has been occuring for several weeks.
    I repair permissions & run disk verify. When disk utility runs completely without hanging (on verify), everything is ok.
    Applecare had me trash the ~/Library/Caches & system caches. No joy. They recommended archive & install beginning with Panther. Reinstall went ok until downloading updates for 10.4.8, then hang (might this suggest a hardware prob?).
    Rebooted in target firewire mode the cloned drive, then zero'ed the G5 HDD and restored from clone (SuperDuper!). Everything appeared ok for several days, then the same system hang reappeared. I should mention that in the course of sudying this one, I discovered Virex 7.5 was sucking the processing life from the G5; used the uninstaller to get rid of it & the iMac is quiet again!
    I have run the Applecare version of Techtools and the Hardware Test Disk, everything passes.
    I could do a clean install of Tiger, then use migration assistant to move data from the clone...if I felt it had a chance to solve it. On the other hand, maybe its a flaky hardware gremlin and I'm wasting my time doing reinstalls, and I should hustle it over to the local Apple store.
    Update - took iMac for service at Apple store where it failed under stress test with my 2 GB of memory but ran for an extended period with Apple memory. In an attempt to isolate which of the two 1 GB modules was bad, removed one module. Identical failure after 24 hrs. Howver, swapping out that failing module with the second module, identical hand. That suggests either both 1 GB modules are bad (unikely), or some other hardware issue is the problem.
    Problem seems to occur most often when starting playing iTunes, or running Disk Utility (repair permissions).
    I suppose the next step is to buy 1 GB of memory from Apple and make it fail again. Any suggestions?

    Thank you for your posts, I appreciate it.
    Skip - I tried a spare keyboard & mouse. Still failed.
    MGW - all software is up to date.
    DaddyPaycheck - I downloaded memtestosx. It fails testing each 1GB memory module separately (in different sockets). I'm running in multiuser mode and when it fails the entire iMac freezes up (just like it always does), requiring power off / power on. Is this normal behavior when the memtestosx test fails?
    I will plan to test in single user mode as the supplied doc states that if the onboard cache is failing it would pass singleuser (cache apparently disabled in singleuser mode) but fail multiuser. Maybe the onboard cache is bad?
    Thanks.

  • Close Front Panel Causes System Hang.

    I have an application where there are several front panels that I would like to have open at once, but where when they stop they would close.  I was using the scripting function fp.close - but as the application has got more complicated this seems to work less and less well.  Basically when i hit close, the system hangs for a few seconds, then the time critical stuff i have tends to timeout and then crash, and everything goes funny for a while. 
    My (uneducated) guess is that when it closes a front panel it drops loads of stuff straight out of memory - in an uncontrolled way. 
    After going for a cup of coffee it usually sorts itself out.  But clearly this isn't a sustainable solution for my application or my kidneys.
    Am I doing something wrong? - Is there something i should do to allow the Vi to finish before i try to close it? Should i be releasing references or somethign to make things better.  I thought about running the close vi sub as a new thread - but not sure if this would actually do anything different.
    Attached - the subroutine that i pass a vi ref to.
    Attachments:
    RunningVis_CloseSubVi.vi ‏17 KB

    There's nothing in the attached VI that would necessarily cause your problem. I would, however, suggest that you feed your reference through the nodes in proper flow control method rather than branching off like you've done.
    When a VI fails to close quickly, I have most often found it's due to open references which aren't explicitly closed. File references, VI references, multiple calls in a loop acquiring the same reference over and over without releasing it, .NET calls not being closed - that kind of thing.
    Richard

  • [SOLVED]System Hang in Arch Linux

    I have tried distributions like ubuntu and fedora in hope for finding a stable system . So I move on to Arch Linux
    But this problem also exist on Arch. While using my Arch Linux (including ubuntu and fedora) my system hangs with a black screen with something written on the whole screen which cannot be pasted here as my system hangs and I have to push power button to restart.
    So I check my errors.log file and found these errors
    Jul  8 22:59:24 localhost kernel: [    1.680013] ata3: softreset failed (device not ready)
    Jul  8 22:59:24 localhost kernel: [    7.298612] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    Jul  8 22:59:31 localhost kdm_greet[792]: Cannot load /usr/share/apps/kdm/faces/.default.face: No such file or directory
    I have a HCL K21 pdc notebook
    Note: In Ubuntu my notebook start with ata1: softreset failed error at boot time
    Most often this error occur while watching videos or listening music with VLC
    Last edited by Manuj19 (2011-07-09 10:13:24)

    ewaller wrote:It might be better to just post the output of lspci -nn  It will tell us a great deal more about the hardware related to the PCI bus, including specific chip set identifiers.
    Thanks for suggestion
    Here is output of lspci -nn
    00:00.0 Host bridge [0600]: ATI Technologies Inc Device [1002:5a31] (rev 01)
    00:01.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a3f]
    00:04.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a36]
    00:05.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a37]
    00:06.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a38]
    00:07.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a39]
    00:12.0 SATA controller [0106]: ATI Technologies Inc SB600 Non-Raid-5 SATA [1002:4380]
    00:13.0 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI0) [1002:4387]
    00:13.1 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI1) [1002:4388]
    00:13.2 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI2) [1002:4389]
    00:13.3 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI3) [1002:438a]
    00:13.4 USB Controller [0c03]: ATI Technologies Inc SB600 USB (OHCI4) [1002:438b]
    00:13.5 USB Controller [0c03]: ATI Technologies Inc SB600 USB Controller (EHCI) [1002:4386]
    00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 13)
    00:14.1 IDE interface [0101]: ATI Technologies Inc SB600 IDE [1002:438c]
    00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
    00:14.3 ISA bridge [0601]: ATI Technologies Inc SB600 PCI to LPC Bridge [1002:438d]
    00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384]
    01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RC410 [Radeon Xpress 200M] [1002:5a62]
    02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    08:01.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev b3)
    08:01.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C552 IEEE 1394 Controller [1180:0552] (rev 08)
    08:01.2 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 17)
    08:01.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 08)
    08:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
    Last edited by Manuj19 (2011-07-09 07:20:08)

  • Security issues, System hangs and screen sharing listed in my logs

    Should i be worry about this,
    i can not even force quit any applications when my system hangs, basically every app is un responsive, and i can only just force restart my MBP
    *5/22/09 7:31:02 PM com.apple.launchd[1] (com.apple.ScreenSharing.server[414]) Exited: Terminated*
    *5/22/09 7:32:57 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[630]) Exited: Terminated*
    *5/22/09 7:32:57 PM com.apple.launchd[1] (com.apple.ScreenSharing.server[629]) Exited: Terminated*
    *5/22/09 8:52:02 PM com.apple.launchd[1] (0x10d460.mdworker[436]) Exited with exit code: 1*
    *5/22/09 10:05:11 PM com.apple.launchd[1] (0x10d460.mdworker[1709]) Exited with exit code: 1*
    *5/22/09 11:00:09 PM com.apple.launchd[1] (0x10d460.mdworker[2656]) Exited with exit code: 1*
    *5/22/09 11:32:41 PM com.apple.launchd[1] (0x10d460.mdworker[3368]) Exited with exit code: 1*
    *5/22/09 11:39:06 PM com.apple.launchd[1] (com.apple.ScreenSharing.server) Throttling respawn: Will start in 3 seconds*

    yes but shouldn't i know when someone wants to share my screen?

  • Just updated to Yosemite, can't update or uninstall adobe flash, system hangs

    Just updated to Yosemite, can't update or uninstall adobe flash, system hangs, have to force quit,.
    Is this a problem with the new operating system and how do I fix this?

    If you can't install or update Flash, follow these instructions.

  • Random system hang-ups with Kernel 3.2.1-1 and catalyst 11.12

    Hello,
    i have a very strange problem for the last month or so (i'm afraid i cannot say, when it exactly happened the first time or if it was after a upgrade): My system just randomly crashes. I haven't yet found out when it exactly crashes and how to reproduce it. But it happens almost every 2-3 days.
    When the system hangs up, the last second of sound repeat over and over again. I can't move my mouse anymore as well as typing has no effect. I cannot change to another terminal. I cannot ssh into the laptop nor can i ping it.
    In /var/log/messages.log, there is nothing usefull.. It just ends with the old kernel messages and then the new ones, when the system restarts. No error or so.
    System runs on a Thinkpad X121e with AMD E-350 CPU. I have installed catalyst 11.12 with xorg-server 1.11.3. I will now compile catalyst 12.1 and see if it happens again.
    Does anyone have a clue why the system crashes? Has it anything to do with catalyst?
    Best regards,
    pyro

    isofluran wrote:Again, as I metioned before, the problem is likely not a hardware one but it is actually related to the kernel update (2.6.19)  or to an update which was performed at the same time.
    Can anyone give a proposal for a step by step procedure to isolate the problem?
    As I don't believe these crashes are related to anything but the kernel, one way of debugging your issues could be:
    * boot Knoppix
    * zcat /proc/config.gz | some non-volatile media
    * boot arch
    * get the current ABS
    * replace config in kernels/kernel26 with the one from Knoppix
    * makepkg
    * install and test
    When that kernel runs, try to diff the two configs and see what's changed in arch. Also comparing both kernel versions if no significant changes exist might hint on the kernel being the problem.

  • System hangs when copying large quantity of files from external HD

    A little background:
    I was having some problems with the original OS (10.4.1), including periodic freezes. I bought the Mac Box Set '09 and installed Snow Leopard (10.6.5), but ran into some problems and in the process had to reformat my internal hard drive. I backed up all of my photos (~16GB), Documents (~1.5GB) and Music (~50GB) on a WD external hard drive (My Passport 750GB).
    *The problem*: After the 10.6.5 install, the computer works great (no random freezing when I click around in Finder), but I am having trouble copying files back to the internal HD from the external. I can copy up to about 1GB at a time without any problems, but any time I try to copy more than that, the system hangs (first the spinning disk cursor, then it totally freezes) and I have to do a hard reset. I have tried copying a number of different folders (pictures and music), and the same holds true: small folders with a few files copy without a hitch, but any time I try to copy a lot of files at once: freeze city. This problem occurs whether I am using Finder to copy the files or iPhoto/iTunes to import them.
    I have verified both disks using the Disk Utility AND restructured/verified them using DiskWarrior. I also had no problem copying all of my files from My Passport to a second external HD using this MacBook, so I assume the Passport is fine. Is this a physical problem with my internal HD? If so, why can't DiskWarrior or DiskUtility catch it? I just noticed that there is an internal HD recall for this model of macbook, although I have never gotten the question mark on startup that would qualify me for a replacement HD from Apple. Maybe it's a problem with Snow Leopard... I would love to know if anyone has had this problem before or has some advice.
    Thanks,
    Sam

    External USB/FW drives 'falling off' or drives spinning down (going to sleep) and I would assume since you have been running 10.4 that the Passport might be older model, perhaps not the latest firmware, maybe not compatible with Macs and with Snow Leopard.
    Obviously you want FW800 but for some, USB worked where FW fails.
    Hard Reset: do you have another hard drive to boot from to run Disk Warrior? is that updated to 4.2 or later? you never want to run DW from CD. Else, boot from OS X 10.6.5; or Single User and run FSCK. HFS+ doesn't take kindly to hard restarts even though a Safe Boot helps a little, that isn't as good as FSCK or one of the other options.
    Disk Warrior Rebuild is more thorough, but if you hold OPTION while clicking on REBUILD it brings up more choices. And you want to scan the full hard drive.
    Going back to Aug/Sept 2009, there were a lot of threads about external hard drive issues. Wish I could point to a good one.

Maybe you are looking for

  • Characteristic Relationship Error

    Hi I am deriving 0fiscper by concatenating 0fiscper3 and 0fiscyear. This works perfrectly in BPS. However, when I define the characteristic relationship in IP I get hte following error when checking: Characteristic relationships for InfoProvider ZSEM

  • Treo Pro on-off question

    Hello, concerning the Palm Treo Pro, is there a way to totally turn off the phone(without removing the battery)? (Need to save the data thats in the phone)  I know you can turn off the "phone" portion, but some apps I think are still running down the

  • Incorrect Commitment item derived for GR/IR for service orders

    Hi Guys We are currently on support pack 14, release 200 of EA-PS. I'm experiencing problems in with FM account assignment derivation. Especially with regards to service entry sheets. The system is deriving account assignments well from goods reciept

  • Can't install Encore in CC

    I know this is my fault, but can't figure out how to fix it. I was using CS6 bought on cd but needed CC to edit Sony F55 footage. I uninstalled CS6 through Win7 control panel and now when I try to install Encore as described in Adobe instructions for

  • IO LA, no video playback

    The IO LA is hooked up to my powerbook's FW400 port. I have a Lacie FW800 cardbus card installed on the pcmcia slot. A G-raid is hooked up to the Lacie card via fw800 cable. Powerbook is a new 1.67ghz with 2 gb of ram. The problem: I can get audio pl