Resolved problem chip intel and jmicron with bios 7.6?

Blank, I wanted to ask if you have news on new bios the 7,61 beta if they are resolving the problem that the chip intel and jmicron that they cannot work together?
For this reason they are firm to version the 7.1.
Salutes.

Hello lucabis,
I know that you are desperately looking for an answer to your question.  The problem is that everyone of us would have to actually test it.  Those users that use RAID are most probably tired of testing by now and have gotten used to sticking to one of the 7.1x BIOS versions. Those that don't (like myself) have their system up and running as well and might not really feel to start experimenting again.
Since you never felt like creating a signature that shows your system configuration I don't know what your system looks like, if you are even using RAID or which BIOS version your are using at the moment.
In any case, I suggest you find the answer yourself and post the result here.  All you have to do is flash the latest BIOS, keep the JMicron controller enabled, switch the Intel ICH7DH SATA controller to RAID mode in BIOS and see if you can access the Intel Matrix Storage Manager Option ROM by pressing <CRTL + I> during POST.  If it doesn't work properly you can flash back to your previous BIOS.

Similar Messages

  • Problems printing labels and envelopes with related names

    When I try and print out labels for Christmas cards from Address Book, the program creates the first line of the label with the name on the Address Book "card", plus the names of the "Related Name" entries on the card. This works for most cards except in the following situation.
    The Related Name field (Spouse, Child, etc.) does a 'fuzzy lookup' to match other cards in the Address Book database. If there is another card with the same name as one of the related names, the address is checked to see if the address matches. If it matches (or if there is no card that matches the related name), Address Book will include the related name on address labels. (Address information is required for this test since Address Book will not print a label for a card that does not have and address.) This was the source of my first problem as I had a card for a related name that had an old address on it, so Address Book chose not to print that related name on the labels as they did not live at the same address. I agree with this logic.
    The real problem is revealed when you add a related name to a card in which the first name of the related name matches the first name of another card which is NOT the same person. So I have a card for "John Hart", and on that card I have two relate names, a Spouse of "Nancy Hart" and a Child of "Eric Hart". I also have a card for "Nancy Hart" with a Spouse of "John Hart" and a child of "Eric Hart" and the address matches that on the card of "John Hart". If I print a label for "John Hart", Address Book properly prints "John, Nancy and Eric Hart". Now if I add a card for "Eric Smith" and either have a different address or no address at all on that card, when I print a label for "John Hart" Address Book will print "John and Nancy Hart", effectively losing the child. I can only think that Apple made the search for related cards TOO FUZZY and forgot to include the last name in the search.
    Apple... are you out there? Please help!!!
    PS: My full database has many records that are incurring this problem, and it's annoying.
    PowerMac G5 Dual 2.5 Mac OS X (10.4.3)

    After going through 3 2nd level support personnel, I finally reached one who cared enough to actually type in what I asked him to, and then to research the findings.
    As I pointed out above, Address Book compares the related names with the other cards in the database. If there is no card for the specific related name, Address Book will stop at a record with a matching first name and then compare addresses. If the addresses do not match, it will not print the related name. The support rep stated that hopefully in future version this might be refined.
    AS A WORKAROUND, he suggested I create cards for any of the related names on my cards. Once this is done, and the cards have matching addresses, all of the related names on the selected card for label or envelope printing are printed.

  • Problems using JavaMail and activation with Java 1.6

    Hi,
    I have developed an application with a SOAP architecture using Axis. Everything worked fine until I upgrade the JRE version from 1.5 to 1.6. Since then a "javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/related; type="text/xml" " exception is thrown every time I try to connect to the webservices.
    Debugging the code I've found that the problem is a null value in the "dch" attribute of the ObjectDataContentHandler object returned by the getInputStream method in the DataHandler class.
    When I launch the application using JRE 1.5 this attribute value is "text_plain" and everthing woks ok but when I launch it with JRE 1.6 the attribute has a wonderful "null" value...
    Anybody knows what could be the reason for that "null" value?
    I've looking for this problem in diferent forums and I believe that could be some kind of incompatibility between the activation version provided with the JRE 1.6 and the JavaMail 1.4 version but I'm not sure.
    Thanks in advance!

    My application also stopped working and sadly is a production application (is in a production environment and production depends heavily on it since it contains Standard Operation Procedures documents).
    I've tried so far uninstalling jre 1.6 from server, opening the jnlp with jre 1.5.13 and nothing yet. the curious thing is that the jre 1.6 update took place some time ago and today I'm getting the error. Not sure i the server went down recently which might explain some of it.
    Here's my error:
    java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
            at org.apache.axis.Message.setup(Message.java:352)
            at org.apache.axis.Message.<init>(Message.java:235)
            at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:779)
            at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
            at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
            at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
            at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
            at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
            at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
            at org.apache.axis.client.Call.invoke(Call.java:2767)
            at org.apache.axis.client.Call.invoke(Call.java:2443)
            at org.apache.axis.client.Call.invoke(Call.java:2366)
            at org.apache.axis.client.Call.invoke(Call.java:1812)
            at com.bluecubs.xinco.client.XincoExplorer.doDataWizard(XincoExplorer.java:2788)
            at com.bluecubs.xinco.client.XincoExplorer$8.mousePressed(XincoExplorer.java:1437)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
            at java.awt.Component.processMouseEvent(Component.java:6035)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: Error reading data stream:  Error in MIME data stream, start boundary not found, expected:  ------=_Part_5_13931643.1192823865125
            at org.apache.axis.attachments.MultiPartRelatedInputStream.<init>(MultiPartRelatedInputStream.java:339)
            at org.apache.axis.attachments.AttachmentsImpl.<init>(AttachmentsImpl.java:119)
            ... 39 more
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.lang.RuntimeException
    faultActor:
    faultNode:
    faultDetail:
            {http://xml.apache.org/axis/}stackTrace:java.lang.RuntimeException
            at org.apache.axis.Message.setup(Message.java:361)
            at org.apache.axis.Message.<init>(Message.java:235)
            at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:779)
            at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
            at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
            at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
            at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
            at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
            at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
            at org.apache.axis.client.Call.invoke(Call.java:2767)
            at org.apache.axis.client.Call.invoke(Call.java:2443)
            at org.apache.axis.client.Call.invoke(Call.java:2366)
            at org.apache.axis.client.Call.invoke(Call.java:1812)
            at com.bluecubs.xinco.client.XincoExplorer.doDataWizard(XincoExplorer.java:2788)
            at com.bluecubs.xinco.client.XincoExplorer$8.mousePressed(XincoExplorer.java:1437)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
            at java.awt.Component.processMouseEvent(Component.java:6035)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
            {http://xml.apache.org/axis/}hostname:PRAII1371900
    java.lang.RuntimeException
            at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
            at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
            at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
            at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
            at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
            at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
            at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
            at org.apache.axis.client.Call.invoke(Call.java:2767)
            at org.apache.axis.client.Call.invoke(Call.java:2443)
            at org.apache.axis.client.Call.invoke(Call.java:2366)
            at org.apache.axis.client.Call.invoke(Call.java:1812)
            at com.bluecubs.xinco.client.XincoExplorer.doDataWizard(XincoExplorer.java:2788)
            at com.bluecubs.xinco.client.XincoExplorer$8.mousePressed(XincoExplorer.java:1437)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
            at java.awt.Component.processMouseEvent(Component.java:6035)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: java.lang.RuntimeException
            at org.apache.axis.Message.setup(Message.java:361)
            at org.apache.axis.Message.<init>(Message.java:235)
            at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:779)
            at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
            ... 32 moreAnd the related code:
    Message m = null;
                                MessageContext mc = null;
                                AttachmentPart ap = null;
                                Call call = (Call)xincoClientSession.xinco_service.createCall();
                                call.setTargetEndpointAddress(new URL(xincoClientSession.service_endpoint));
                                call.setOperationName(new QName("urn:Xinco", "downloadXincoCoreData"));
                                Object[] objp = new Object[2];
                                objp[0] = (XincoCoreData)newnode.getUserObject();
                                objp[1] = xincoClientSession.user;
                                //tell server to send file as attachment
                                //(keep backward compatibility to earlier versions)
                                ap = new AttachmentPart();
                                ap.setContent(new String("SAAJ"), "text/string");
                                call.addAttachmentPart(ap);
                                //invoke actual call
                                byte_array = (byte[])call.invoke(objp);
                                //get file from SOAP message or byte array
                                mc = call.getMessageContext();
                                m = mc.getResponseMessage();
                                if (m.getAttachments().hasNext()) {
                                    ap = (AttachmentPart)m.getAttachments().next();
                                    in = (InputStream)ap.getContent();
                                } else {
                                    in = new ByteArrayInputStream(byte_array);
                                }The stack trace point the error to the line:
    *byte_array = (byte[])call.invoke(objp);*
    Edited by: javydreamercsw on Oct 19, 2007 1:08 PM

  • C440 Internet connectivity problem Windows 8 and Now with windows 10

    This has been an ongong problem with this machine.  It will suddenly stop connecting to the internet. Can ping DNS server by IP, can ping internet IP addresses, all other computers in the house can still connect. Have disabled and reenabled the ethernet.Attempted to repair with windows, no luckflush dns and winsock, no luckturn firewall off and back on but still no luckmake static IP address and static DNS still  nothingback to dynamic IP address, nothing.  Ipconfig release and renew, still nothing. Reboot the computer and it works for  now.  This issue happens repeatedly any ideas? 

    hi timbash,
    Welcome to the Forums.
    May I know the model of your wireless adapter (e.g., Atheros AR9485) and the version of the driver that you're running.
    In addition to the troubleshooting steps that you've tried, can you consider doing the following:
    1. Run Windows Update to get the latest patch and bug fixes for the OS.
    2. Set the power plan to High Performance.
    3. Open Device Manager > Network Adapters then right click on the wireless adapter (choose Properties) > Power Management Tab > Uncheck“Allow the computer to turn off this device to save power”  then hit Ok.
       - Sample image
    If you're using a driver from the Windows Update, consider using the Windows 8.1 driver from the C440 drivers page (run it in compatibility mode if necessary) and observe.
    Let me know if the above steps works for you.
    Regards

  • OVI problem replace calender and tasks with those ...

    hi all,
    I have a brand new Nokia C2-01 that I love. But I am struggling with the OVI suite and beg for your help
    Using the latest version of OVI (3.1.1.85), I want to keep the calender on the mobile up to the date with those in my Outlook. As I mainly change my dates in Outlook, I want this calender as the only source for the mobile calender.
    here is the problem: whenever I sync the calender with the C2-01, it does not recognize the changes made in Outlook. it simply mixes the dates both calenders and creates a mess in both (same when I allow to delete dates)
    in the old nokia pc suite - which, unfortunately, does not suppert the C2-01; I already tried - there was this nice feature that first deleted all entries on the mobile phone and then but the content of the Outlook calender in there. OVI, for whatever reason, does not have it anymore
    what can I do to make this work?
    thanks a lot!
    harry

    Yes I've checked the link too. But I still can't sync the notes (and only the notes) from my Nokia E65.
    OVI Suite will happily copy all other content at start up but failes when it starts to copy the notes each time giving the "Reconnect USB...." message with error number 83860005 (if that means anything to anyone).
    After many attempts yesterday I copied the notes to my Outlook, but again I now get the same mesage and it won't update! The only thing that I can think of is that some of my notes are pretty long and that there maybe a limit to the number of characters copied befor the process terminates???

  • Updating Firefox for MAC G5 X.5 non Intel, and also with Intel -core 2 duo (non x86?).

    Dear Firefox and Mozilla,
    My wife has a MAC G5 10.5.8 Power PC. She gets upgrade messages from you and can not contact you, as some smartypants has a popup that says she can't until she upgrades. Probably because she doesn't have the INTEL core, she can not download the latest Firefox. Will you be supporting non Intel?
    I have an Intel Core 2 Duo on my MAC G5 MacBook......not the x86??, and have Firefox 8.0.1.....which seemed not to like me at the 7.0 download. Are there issues or considerations that I should be aware of?
    Thank you for your time and help. We appreciate the work that goes into having Firefox here for us.
    Garfield Barnes

    As of Firefox 4.0 and newer only the Intel is supported as the PPC was dropped and 64-bit was put in place with the 32-bit version.
    For PPC Macs there is two options. Either you can use the current 3.6.* version from http://www.mozilla.org/en-US/firefox/all-older.html
    Or you can try a third-party version of Firefox 8.0 from http://www.floodgap.com/software/tenfourfox/
    However do see http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported if you use this version.

  • Gaming problem blurring, freezing and going with onboard GPU with the AMD Radeon HD 7560D

    HP Pavilion p7-1534 Desktop, OS windows 8, My problem is that i can not play games with out them blurring and or freezing and going. And i updated the drivers to see if that would solve the problem but it did not. I did diagnostic on the GPU but it said it was OK. I tried lower game settings it still does it. I am using the onboard GPU to play games and it is AMD Radeon HD 7560D Graphics. My CPU is AMD A8-5500 APU.  
    This question was solved.
    View Solution.

    dwellas,
    What are the titles of the games your having difficulty with?
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Problems in CS3 and AS3 with embedded fonts

    Hi. I recently downloaded the trial version of CS3 to test it
    out. I'm an experience AS2 developper, and have 10 years of C, C++,
    C#, Java, PHP ... programming experience on BIG projects before
    starting flash.
    I have been trying to use an embedded font in AS3 with a
    dynamically created textfield. I've tried all the examples in
    O'Reilly's ActionScript 3.0 Cookbook. They suggest using the
    [Embed] meta tag, but quite honestly it does nothing in CS3. I had
    the Size Report option selected, and it shows clearly by the file
    size the font isn't present in the SWF.
    Then I tried doing it the way I did in Flash 8. Again there
    no luck. My TextField exists, but there is simple no font being
    rendered.. Here is my bit of code.
    In my library I have a symbol called arialBold. In the
    linkage settings, I have "Export for ActionScript" checked, and
    "Export in first frame" checked. The class is "arialBold" but I
    wonder if that's right? and the Base class is "flash.text.Font"
    I tried every variation I could think of. I must be doing
    something wrong. You can find my file here :
    http://www.newcommerce.ca/as3/fonttest.fla
    Thanks for your help! If you can fix this, i'll be very
    happy!

    this code works
    var tf:TextField = new TextField();
    var tfor:TextFormat = new TextFormat();
    tfor.font = new _TrebushetMS().fontName;
    tfor.italic = true;
    tf.width = 300;
    tf.height = 200;
    tf.embedFonts = true;
    tf.border = true;
    tf.defaultTextFormat = tfor ;
    tf.text = "this is a test";
    this.addChild(tf);
    This code does not work
    var tf:TextField = new TextField();
    var tfor:TextFormat = new TextFormat();
    tfor.font = new _TrebushetMS().fontName;
    tfor.italic = true;
    tf.width = 300;
    tf.height = 200;
    tf.embedFonts = true;
    tf.border = true;
    tf.setTextFormat(tfor) ;
    tf.text = "this is a test";
    this.addChild(tf);
    i don't know why

  • Problems between Illustrator and Photoshop with CS

    Hi all, I wasn't sure where to put this so I put it here.
    I have just upgraded my OS to 10.4.5
    Since then, if I have a document open in Illustrator, and copy an element (such as a picture) on to the clipboard, when I go to Photoshop this alert comes up:
    "Could not import the clipboard because the specified format is not in the edition."
    Any idea why it says this? It's really annoying!!!!!!!!

    this was a known issue. i have CS2 some i'm not exactly sure what if anything has changed but try this:
    open up illustrator.
    in the menu bar click on illustrator>preferences>file handling & clipboard
    where it says "copy as:" make sure both options are checked.

  • With new bios resolved problem of the two controller

    Blank I would want to know if with last bios the 7,5 the problem of the controller intel and jmicron that they cannot work together and be resolved.
    Thanks.

    Quote from: lucabis on 19-June-07, 23:06:12
    Blank I would want to know if with last bios the 7,5 the problem of the controller intel and jmicron that they cannot work together and be resolved.
    Thanks.
    Quote from: Jack the Newbie on 21-June-07, 17:33:56
    This time I think I understand him:
    Mainboard: MSI 975X Platinum PowerUp-Edition (MS-7246 v.2.1)
    He wants to know if the incompatibility issue between JMicron and the Intel RAID controller that appeared with the 7.2x BIOS-Versions has been resolved in the latest official BIOS (7.5). The JMicron controller has to be completely disabled in order to use Intel RAID.  One IDE and one SATA port are rendered useless due to this BIOS bug.
    HOW??! How you can read his mind??!?

  • INTEL AND POWER PC difference?

    at work I run an intel. at home I am still stuck with a g-5 power pc. when I burn to a disk image at work (intel) and bring it home to burn on my lightscribe the .img is very badly pixelated (extremely).
    Before I burn it I open it with DVD player and it really looks bad.
    Could there be a "problem" between building a movie on an intel and viewing it on my power pc?
    This is the second time I have gone through this process and and spent over a week on this wedding project for my niece and I get the same results every time.
    the entire project is 53 minutes with 3 separate .mov files.
    I guess I could try encodeing from my power pc at home, but it usually takes 24 hours.
    as a side issue, does anyone know of a software program that speeds up encoding without any loss of quality?
    Message was edited by: apple id number 11

    I dont know but I suppose there is different encoding language (slightly) from an intel processor to a power pc processor. Compressing with intel and decompressng with a power processor equals large choppy pixelated scences and extreme contrast settings. perhaps different PCI graphic cards?
    Anywho, I have it processing through my power mac, which worked the first time. I simply had over a minute of black space at the end of the first movies, so I went to cut out that portion and a week later I'm just now bearing down on the end of the re-encoding. After many trials and tribulations experimenting with different processors although same computers its the only conclusion that i can come up with. except maybe i wasnt holding my mouth just right during the process.

  • K8D Master-F 9131 problem with BIOS 1.2 and Raidcore BC4852

    The board does not start the Raidcore BIOS with motherboard 9131 BIOS 1.2 installed. It works OK wih BIOS 1.1.
    Raidcore 4852 FW is V130. (tested V110 = same problem)
    Bios found here:
    http://www.msi.com.tw/program/support/download/dld/spt_dld_detail.php?UID=441&kind=3
    Both 1.1 and 1.2 BIOS was unable to recognise my Opteron 242 CPU steppings which indicate they are both quite old. Maybe MSI could fix these problems and include the newer CPU steppings like the ones for 250 CPUs. Bios 1.2 is dated nov. 28th 03 which is a year old. BUHU.
    I am building a LARGE storage server based on this motherboard. Several others to come (planning on using the MSI K8D Master 3 -133 9161), but if MSI does not upgrade the BIOS for their high end boards I will start looking for another supplier real fast.
    Sincerely
    ArildS
    Norwegian Central Securities Depository

    I'll stick with the V1.10, but I'd fell better if MSI showed me they actively update their systems by releasing updated BIOS files from time to time.
    I can't sell a 15000$ storage system that doesn't recognise the CPUs installed. The customer would laugh and tell me to come back with a supported system.
    Isn't this a VERY valid reason for wanting updates? Even if it only is an updated CPU list?
    The only reason I tried this MSI board is that it was the only one available with my retailer at the time I bought it with 3 PCI-X 100Mhz slots. Maybe I should go with a Tyan Thunder next time. Tyan at least show some activity.

  • Kt4v possible problem with bios 1.8 and hd

    Any Idea anyone with this one.
    system running well till the other day when hd went very slow even after defrag, install bios 1.8 and reset the bios and adjusting it for my setup. Come to check my harddrive with maxtor powerdiag 3.04 and could not find the drive or any other drives connected. In the bios setup the drive is present. I removed all drives, cdroms, etc except the maxtor main hd and tried again with the same result. After placing in an ata100 controller card in to a spare pci slot and plugged the hd on to it, that the software sees the drive. The test finished and show the HD to be fine.
    The question is do I have a problem with the onboard contoller or with the new bios or both.
    When I first got this MB I did the same test with the original bios and the hd connected to the MB controller and the software had no problem seeing that and other drive connected.
    my pc  
    6712 mb kt4v
    athlon 2700+
    ti4200 graphics card
    2 off ddr333 512Mb memory
    floppy drive
    sony cdrw
    system software windows xp pro
    hard drive maxtor d740x-6l 60Gb ata133

    I'll stick with the V1.10, but I'd fell better if MSI showed me they actively update their systems by releasing updated BIOS files from time to time.
    I can't sell a 15000$ storage system that doesn't recognise the CPUs installed. The customer would laugh and tell me to come back with a supported system.
    Isn't this a VERY valid reason for wanting updates? Even if it only is an updated CPU list?
    The only reason I tried this MSI board is that it was the only one available with my retailer at the time I bought it with 3 PCI-X 100Mhz slots. Maybe I should go with a Tyan Thunder next time. Tyan at least show some activity.

  • I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    The battery is fully charged so it is not the problem.
    What happens when you use the MagSafe?

  • Apple tv is giving me a meesage that says... There is a billing problem with a previous purchase. Go to the iTunes Store on your computer and click Purchase History to resolve problem. I have gone to my purchase history but can't seem to fix this issue.

    Apple tv is giving me a meesage that says... There is a billing problem with a previous purchase. Go to the iTunes Store on your computer and click Purchase History to resolve problem. I have gone to my purchase history but can't seem to fix this issue.

    You can contact the iTunes Store Customer Service department at no charge using the form on their Support page (select the category and subcategory closest to the issue you're reporting and you'll find an "Email Us" button) and explain your problem to them.
    Copied from Varjak Paw in :https://discussions.apple.com/thread/2598671

Maybe you are looking for

  • Em Dashes Revisited

    When I first upgraded to RH7, I noticed that all the em dashes in the projects I converted from RH2002 to RH7 displayed as &emdash; in my compiled help. The updates seem to have fixed that problem when converting/upgrading projects, but em dash suppo

  • Confirmation of PO Error in process

    Hi All, This problem is related to Extended classic scenario . While doing confirmation in SRM  for consumable material l  /  without material master / without  valuation class , its going into "Errror in process" . When I checked the IDOC in backend

  • JNDI DataSource on Tomcat 4.1.27

    I am running Tomcat 4.1.27 with JVM 1.3.1_07-b02 on WinXP and I am trying to connect to an Oracle 9i database. I have a datasource setup and when I supply a username and password in the datasource everything connects fine. However, I need to be able

  • Windows XP will not load post OC

    I am unable to get Windows XP to reload after a blue screen of death error, post OC of my processor.     Bios will boot properly, but when it reaches windows load screen, it simply goes dark..  No error, no message.  I cannot even load windows reinst

  • National Instruments PCIE 1429

    Hi, I am using a monochrome Basler Cameralink Camera(A504K)of resolution 1280x1024 with a card grabber PCIE-1429 (x4 slot). The image acquisition is controlled through MAX  of LabVIEW version 11.0.1. The problem is that when I try to reduce the numbe