How to make MSI D16 (MS8216S) read DVD+RW disks

Greetings
I have MSI D16 drive, for the last 6 months. When I found out that it cant read the DVD+RW disks, I replaced it with the NEC Drive.
Since MSI havent released nothing since 2003. Why was this drive in strores in 2004?
Is there some beta firmware for this drive, so that it can read DVD+RW disks?
Best regards

I think your question is mainly directed on MSI with regards to the release of BIOSes. This is a mainly user to user forum help so here's how you can contact MSI.
Good Luck .

Similar Messages

  • How to make a DFF in read only mode

    Hi All
    There is a requirement to male an descriptive flexfield (in Puchasing PO Headers) i read only mode for all the users.
    So that user must not select any values, Is any way to do this. Any workaround is possible ?
    Regards

    Hi;
    Please follow below and see its helpful:
    [Solved] How to make a DFF segment 'Read-Only' using Form Personalization?
    Also check:
    http://download-west.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/ogenff03.htm
    Regard
    Helios

  • How to make a DFF as Read only field

    How to make a DFF as Read only field

    Hi,
    You can add the read only token ($RO$) to any of the segments in the list. For example:
    segmentlist = "Context1|Segment1($RO$)|Segment2..."
    Thanks,
    Kumar

  • HT1338 how can make a room from my start up disk in in mac pro

    how can make a room from my start up disk in in mac pro

    Only you can decide what you want to delete to free up space on your PB, Personally I think you'll find 17 GB won't go very far when you start to add video.
    Consider an external drive. Don't forget if you let your free space fall below 10% of the total size of the drive you will risk corrupting your directory structure or causing other damage which may result in a loss of data.

  • 12" G4/1.33 Superdrive - does it read DVD+R disks?

    Hi all,
    Quick check on the specs, which strangley I can't find anywhere on the web!
    I have an Aluminum G4/1.33 12" with Superdrive (model Matshita UJ-825) and wanted to find out if it reads DVD+R disks. I was looking at a DVD Recorder from Philips for the TV that uses DVD+R and +RW disks, and wanted to know if movies and TV shows I burn with the Philips would be readable on my powerbook?
    Thanks.
    Chris

    I have the same powerbook model as yours and I've tested three DVD burners with it. My Panasonic burner burns both + and - dvd's and the powerbook reads both fine. My brother-in-law has an iLo +R burner and it reads his as well. I also tested another model but I can't remember what it was(I know it wasn't a Phillips) but it only burned +R and the powerbook did not like those at all. I have not tried any RW's so I can't give an answer for those. By the way, I love my Panasonic burner, it is awesome because it burns everything +, -, R, RW. I hope this helps a little.

  • How to make select list as read only

    Hi All.
    when i m loading a page ...how to make value of select list as read only ..
    i tried doing this ....
    i added readonly attribute to the select list's element attibute ...it is showing as read only field by darkening the select list field but ... the select list is editable even now... its allowing to choose from drag and drop ...
    Thanks & Regard ,
    Nandini

    I have the same requirment..
    I have a select list on a editable form and i want to make that one read only.
    When I use read only property it doent do anything. (But this is working for text items well).
    When I use "disabled' option it works fine. But then that value does not post when use POST the form. So making select list disabled is not a solution.
    Any Idea..
    Thanks
    mc

  • How to make few DFF fields read only in Forms

    Hello.....
    I am having an Issue in forms customization through custom.pll
    I need to make few DFF fields read only in HRMS enter and maintain form through custom.pll
    I tried with fnd_descr_flex.update_definition but in vain
    So please help me how to rectify this issue.
    Edited by: user.nazeer25 on Jul 9, 2010 5:27 AM

    Hello,
    Wrong forum.
    Ask this kind of question in the E-Business Suite forum ;-)
    Francois

  • How to make HP Mediasmart Video reads .MKV files?

     Hi there. I've recently bought a HP DV7T-2000 notebook and I've got really excited about this product. It's really awsome! The only "problem" till now is that I can't play .mkv files using HP Mediasmart Video, even after installing the matroska codec. I can play .mkv files using any other video player, but HP Mediasmart Video.
    Does anyone know how to make this work?
    For the records, I'm running it over Windows 7 Professional 64 bits.
    Thanks for the help.

    Are you saying export my processed video to .movs or DNxHD and give to him?  The terms are all new to me.  When I last edited with FCP it was with DVCam footage captured from the cassettes.  Would he be able to then import the audio from the SxS card and sync it on his time line with those kind of files?
    Nothing was deleted....straight 1 hr 2 minute single take.... broken down to the smaller files both by the Nanoflash and the SxS card..  I would drop the soundtrack from SxS onto my time line and sync it up for him first with the noise processed Nano video files if I could figure out why it isn't following the video onto the time line?  Why does the 1080 60P codec from the Sony NEX 5N still camera bring the audio along automatically and the file fromn the Sony PMW 320 does not?  There must be a lot of EX1 and EX3 shooters here.  Please, what do I need to do with the buttons or targeting or settings for the 2 audio tracks on time line for those files to have the audio come along?  From the SxS files I imported, both the ones that say "CLPR" and right below that, "CUEUP.XML"  play the sound in the browser source window.

  • How to make a checkbox as read-only ?

    Hi,
      My current requirement is to make a checkbox as read-only. Previously, the checkbox has been declared as
    PARAMETERS: cb_gr AS CHECKBOX DEFAULT 'X'.
    Now am required to make this as read-only. There are <b>no screens</b> defined in the report containing this checkbox and so am not knowing where to give the statement
    LOOP AT SCREEN.
    **Make the checkbox as disabled**
    ENDSCREEN.
    It is known that this statement has to be given in the PBO of a screen. So kindly guide me at the earliest on how to resolve this issue.

    Hi aISWARYA  ,
    Here is the Example for  making the report  parameter as  Read only  using the Report  Event  ,   Dont need and  screen Number for it , becuase  your selections itself is an Defualt 1000 screen which as   PAI & PBO , in which it maintains this Report Events in it  .
    "Change the Input Fields Dynamically in a Screen
    'The following example may help you:
    SELECTION-SCREEN BEGIN OF BLOCK 001.
    PARAMETERS: P_MRU  RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC,
                P_PART RADIOBUTTON GROUP SEL.
        SELECT-OPTIONS P1 FOR <field> MODIF ID PRT.
        SELECT-OPTIONS G1 FOR <field>  MODIF ID MRU.
    SELECTION-SCREEN END OF BLOCK 001.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF P_MRU = 'X'.
          IF SCREEN-GROUP1 = 'PRT'.
            SCREEN-INPUT = '0'.
          ENDIF.
          IF SCREEN-GROUP1 = 'MRU'.
            SCREEN-INPUT = '1'.
          ENDIF.
      ELSEIF P_PART = 'X'.
         IF SCREEN-GROUP1 = 'MRU'.
           SCREEN-INPUT = '0'.
         ENDIF.
         IF SCREEN-GROUP1 = 'PRT'.
           SCREEN-INPUT = '1'.
         ENDIF.
      ENDIF.
      MODIFY SCREEN.
    ENDLOOP.
    Reward points  if it is usefull .......
    Girish

  • How to make a schema really READ ONLY

    Our legacy database is on 11.2.0.1/Redhat. Last week, one developer by accident changed the legacy schema by executing drop/creat/alter table commands. This causes big problem. Now we want to make the legacy schema absolutely read only. Thus nobody can change the schemas object and data.
    There were posts talked about make the tablespace toe read only. That stopped inserting/deleting but one can still change the schema objecs with create, drop and alter, e.g.11:31:41 SQL> create table DUMMY(dummy int);
    Table created.
    11:32:06 SQL> alter table dummy add ( address varchar(20));
    Table altered.
    11:24:14 SQL> drop table DUMMY ;
    Table dropped.How can I stop this type of changes to the schema?

    Revoked most privileges from user LCCH (this is the one I want its schema READ ONLY), only leftselect distinct privilege,admin_option from (
    select r.role,user,r.privilege,r.admin_option from role_sys_PRIVS r
    union
    select 'sys',p.* from user_sys_PRIVS p order by 1,2,3
    PRIVILEGE                                ADM
    CREATE SESSION                           NO
    SELECT ANY DICTIONARY                    NO
    SELECT ANY TABLE                         NONow user LCCH can still create table in its own schema13:08:49 SQL> show user
    USER is "LCCH"
    13:08:56 SQL> create table lcch.DUMMY(dummy int);
    Table created.
    13:09:33 SQL> drop table dummy purge;
    Table dropped.I double checked the privileges granted and confirm that schema has not role granted, no object privileges granted and only the above 3 system privileges granted.

  • How to make an list row Read only

    Hi All,
        Can anyone please tel me how to make the List row (list item) read only where the status column value is Submit.(i.e the whole row has to be made as readonly, am using event handler to try this out)
    Thanks in advance 

    Hi,
    According to your description, my understanding is that you want to set the list item read only based on the status column.
    If you want to do it using Event Receiver, you need to check the status column value using Server Object Model, then break role  Inheritance and rest role assignments to set the item read only.
    Here are some detailed code demo for your reference:
    Change SharePoint list item permissions to Read only programmatically
    How to: Create an Event Receiver
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to make specific cell(s) read-only in a data-grid

    Hi there!
    Is there a way to make an specific cell read-only in a data-grid?
    Best regards,
    Ciro

    Hi !
    After some months... here is the solution:
    Private WithEvents _gridTaste As DataGrid
    Private Sub MyScreen_Created()
    AddHandler FindControl("GridTaste").ControlAvailable,
    Sub(s, e)
    _gridTaste = CType(e.Control, DataGrid)
    End Sub
    End Sub
    Private Sub _gridTaste_BeginningEdit(sender As Object, e As DataGridBeginningEditEventArgs) Handles _gridTaste.BeginningEdit
    ' I want do set the cell (2,0) as read only:
    If e.Row.GetIndex = 2 AndAlso e.Column.DisplayIndex = 0 Then
    e.Cancel = True
    End If
    End Sub
    I hope this post help you too!
    Best regards,
    Ciro

  • How to make a cell/column read only

    HI All,
    Is there any way to make a specific cell read only with in a specific data form?
    Similarly is there any way to make whole column read only inside a specific data form?
    I don't want to make changes in my dimension member (e.g Dynamic Calc), i want to make these changes at data form level because, these cell/column are read only at one form but on some other data form they are editable/enterable

    If you want to make a column read only then have a look at asymettric columns in the planning admin doc, if you use them then you can make one of the columns read only.
    If you want a make one cell read only then one method could be to use javascript, you could add an extra member which is dynamic calc and point to the original member with a formula but it doesn't sound like you want to do that.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to make a column as read only for update integrator.

    Hi All,
    i came across one issue while creating integrator.
    for update integrator i have column rowid.rowid is a parameter. by using this(rowid) i'am updating.i want to make rowid column as read only .
    if i enable read only for rowid,then it is passing null as parameter and inserting new row instead of updating the row.
    If any one came across this problem you can help me in fixing this issue.

    Hi Sanket,
    Thanks for reply.
    i have created a dummy column and passed the value of the orginal column values to dummy cloumn. and hided the orginal column.
    in this process i have come across same issue. it is not passing the value as parameter and instead of updating the row it is inserting an new row.
    Any alternate for this scenario.
    Thanks in advance.

  • How to make a bootable backup on external hard disk?

    Hi guys, I want to ask how can make a backup of entire C(windows) drive on my external hard disk.I tried using backup option in my transcend hard drive
    software but it gave me some errors..So I used backup option C:>properties and made a backup on my hard disk.But I am not sure if I can restore from it if my windows crashes coz I don't know if I can use this backup file from boot.So here's what I need 
    1)To make backup in hdd without having to wipe the it. 
    2)To make the backup bootable incase my windows crashes, I should be able to restore all my C drive..

    Hi... I agree with your Number "2". I think that it is much better for you to install a backup tool e.g.aomei backupper (http://www.backup-utility.com/features/) and to forget about any possible troubles at all as the tool will backup everything you need and how you need, creating the whole image of the disk c which you can easily restore in case you have the crash.

Maybe you are looking for

  • How can I do a screen dump on my Mac?

    I am trying to print off a list of tracks from iTunes but if I copy and paste into Word it doesn't print in proper order so I'm now trying to do a screen dump but can't remember how to do it.  Can anyone help please?

  • [DW MX 2004] DELETE RECORD

    Hi, I can't DELETE RECORD in LOCAL SERVER (MySQL Server 5.0) and REMOTE SERVER , but INSERT AND UPDATE WORKS. Page code is <?php require_once('../Connections/connpuntofermo.php'); ?> <?php session_start(); $MM_authorizedUsers = ""; $MM_donotCheckacce

  • Java.lang.ClassNotFoundException: MyApplet

    Hi everybody! I have a problem with loading my applet on the other machines than mine. On my computer everything seems to be fine and my applet works perfectly, but when I try to run it on the other computers, I always get the following error: java.l

  • How to check actual allocated and used memory for java process in solaris?

    Hi, I'm testing performance for java application on solaris 10. And I would like to know how to measure actual memory allocated and used for java process. I'm setting -Xms512m -Xmx512m for my java process and I use prstat command to monitor it's memo

  • Objects for deletion included in support package are not deleted

    Hi experts, How can i create a support package using Add-on Assembly Kit that deletes several objects? This is the case: We have DEV, QA and PROD systems. The objects are deleted on DEV and the transports are released. The transports are automaticall