How to put a dm1-4108au memory to 4Gig?

Manual said to remove "door service". I don't see one. JB HiFi said just do it yourself. What happens to the warranty if I process and take the computer laptop apart?

The upgrade of memory by the owner of the laptop is allowed and does not violate the warranty.

I hope the following image makes it more clear to you that the door service is the largest part of the outer external shell of your laptop.

It is not a small panel removable (or door) that exist on most laptops, you probably expect to find.


Tags: Notebooks

Similar Questions

  • I took some photos of my email inbox to my husband's e-mail address. He wants to put pictures on a memory stick. How can I do this?

    I took some photos of my email inbox to my husband's e-mail address. He wants to put pictures on a memory stick. We don't are not very computer so would like to simple answers. Thank you.

    original title: Photos on flash memory cards

    First... copy pictures from e-mail messages for a
    New folder on your hard drive.

    You can do this by opening an e-mail message
    and go... File / save attachments...

    You can easily create a new folder on your desktop...
    simply right-click on an empty area of the desktop and choose...
    New / folder...

    When all the pictures are copied to the new folder...
    You can send them to your Memory Stick...

    I'm guessing that you have a drive internal or external?

    If_Yes_try the following steps...

    Insert the Memory Stick into the slot on your support
    drive and go to... Start / computer.

    The drive should be recognized as one or more
    Removable disks and each will have a drive letter.

    Example:
    Removable disk (e :))
    Removable drive (g)
    Removable disk (h :))

    Left-click each removable disk until you reveal them
    Root directory of the Memory Stick.

    OK... now you know... the drive to open your new letter
    Folder.

    If you right-click a selected group of photos or a complete
    You should be able to choose the folder... Send to / removable
    Disk (? :))..) .This must copy the photos on the Memory Stick.

    Make sure that the photos are in one or more records because
    the number of photos that you can copy to the directory root
    will be very limited. And you will receive the following error:

    "Impossible to copy the XXXX: failed to create the directory or file.

    If you prefer to copy Photo Gallery... click right one selected
    Group of photos and choose... Copy. Reach... Start / computer
    Click with the right button on the memory card drive letter and choose
    Dough.

  • Satellite A30 921: how to remove and replace the memory?

    Hi, can someone help me how to remove and replace the memory of satellite A30 921. and also, please give a detailed instruction.

    Thank you in advance.

    Hello

    There is not much to explain. On the low side in the Middle it is placed to cover memory (fixed with two screws). Remove the cover and you will see 2 slots there. I put t know how much memory you here but like Stefan says you can use max 2 GB of RAM (2 x 1024Mo PC2700 - PA3313U-1M1G). How to remove the memory modules, which you can see on http://www.hardwaresecrets.com/article/189/5

    Good bye

  • How to load a pointer data memory in table

    I'm trying to interface to a DLL used to manage a piece of hardware. The DLL is written in c. uses _stdcall and the Import Wizard has hooked up with success of most screws in a library; many of them work everything just as it is. I have also played with the knot of library function call and think that most of the time, I got the hang of it. I ran successfully for the odd Windows API call (e.g., MessageBox). However, I am a newcomer in Labview. My problem is related to a DLL function that requires a pointer to a block of memory, in which he then dealt with the material (in the form of table of UINTs) data. I want to display these data in Labview, through a table I guess. I think I found everything I need to do in terms of creating a table and hanging until the node of library function call with an input pointer.

    I hope this would work IF the block of memory has been fully completed until the function has returned. HOWEVER, this is not how the DLL function. It creates a thread that exert to put data in the memory block after the function in the DLL. Extra features are available for face to discover if the data transfer is complete. I guess this is enough to refute the marshaling of data in Labview, unless there is some special commands for this purpose.

    I thought maybe I should allocate the memory using the Windows API (LocalAlloc LPTR flagged so I get a pointer) and I wrote a little VI that allocates and releases the memory that seems to work. This way I can release memory when the transfer is complete. MY PROBLEM is, given the pointer to the block of memory, as returned by LocallAlloc, how can I get Labview to read the memory in an array of integers.

    I am now a little stuck and would like to receive advice on one, how to convert the block of memory, or on a way to approach things btter.

    TIA

    SteveJM wrote:

    So I have a working solution, which is basically the same idea as your suggestion, but uses the Windows API. I took the trouble to mention it, but when I looked more closely at 'MoveBlock', 'DSNewPtrt' etc, I realized that they are a static C library. This means that using them requires that you have a C development system and knowledge how to build DLLs on that. As it happens that causes me a problem, but it seemed like a hammer in this case because the routines you need are already in the kernel32.dll module. [Yes that makes specific Windows, but then you would need rebuild your dll for each operating system in any case].

    This paragraph is completely inaccurate.  These functions are integrated into the runtime LabVIEW, without which your LabVIEW code will not work.  You have the guarantee that if you can run your LabVIEW code, or in the development environment or as a compiled application, these functions are available.  No need for a C development system (if that were the case, don't you think someone would have mentioned in one of the many messages on this forum on the use of MoveBlock?).

    SteveJM wrote:

    It is true that you need to find a way to pass the pointer to the destination of reference. In other words, using a "handful" I guess. One of the difficulties is that the documentation for Labview is rather imprecise on what happening coming in and out of the function call. Unfortunately, the meaning of "Handle" is very dependent on context, so documentation should be much more detailed. If you select 'Manage' rather than "Pointer table" minimum size box disappears implying that Labview will take a pointer to a pointer to a format of Labview. It would then allow the size information in the allocation of the table and set the offset pointer approprately when passing a pointer to the function that would fill the memory. If the size of the table was large enough, it might be useful to tweak with this to avoid the copy useless (and allocation), but I don't have time now, unless I find the best literature which explicitly explains this gathering takes place for each option in the dialog box.

    All the help you need is available.  Set up a call library function node to pass by handle, close the configuration dialog box, right-click on the function call library node and choose Create .c file...  You will get a draft of C with all structs defined for you, and you will see that the handful of LabVIEW table includes size information.  There is no "triage."  He is just passing pointers autour (and a few and Word-permutation of bytes due to problems of "endianness").  When you pass an array of pointer to array value, you get what you expect - LabVIEW dereferences the handle once and passes the pointer of table.  It's exactly like a C function call.  Nothing unusual occurs when the call is returned (with the exception, even once, "endianness" switch if necessary).  That said, it's a bad idea to do what you want to do with a handle, because LabVIEW is allowed to move the table when he likes and has no way to know that some other functions still has this memory block to stay where he is.

  • How can I configure an IMAGE MEMORY FULL I need dysfunction anti virus software.

    I tried AVG, MS Essentials, AVAST antivirus, they make the permenantly active HD and the PC (XP Pro 2002, 2.5 GB of RAM, 2 GHz, AMD SEMPRON, 70 GB of FREE hard disk) unusable and ends up the accident, shows BEGINNING MEMORY DUMP but does not have one.
    I am contacting AVAST support, who need a COMPLETE MEMORY IMAGE I set option of the SYSTEM FAILURE of MINIDUMP which have not spared either, NOW I can't reset to COMPLETE DISCHARGE of MEMORY because the option is 'NOT' gone!
    CAN ANYONE HELP? How can I reset to DISCHARGE MEMORY FULL? How to make a DUMP of MEMORY to record? I have all the correct configuration as described virtual on C: set to auto config of good size.
    Help!

    What is your system brand and model?

    Do you have any type of RAID configuration with your hard drives?

    Do you experience a system crash and blue screen of death (BSOD)?

    If you are experiencing a BSOD, you think people AVAST is going to help you with this?

    Don't you think that your system has some malicious software on it?

    If you think you have an infection and can always go on the Internet, I scan with other software first, then see if you still have a problem with the configuration of the memory dump and if you do, then fix it.

    Of course things should work, but it makes no sense to try to fix something on a system where malware can hide.  Malware will sometimes afflict the debugging tools and options on your system that you can use to find and remove it.

    Download, install, update and do a full scan with these free malware detection programs:

    Malwarebytes (MMFA): http://malwarebytes.org/
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/
    They can be uninstalled later if you wish.
    Restart your computer and solve the outstanding issues.
    Just to review, here's what your settings should look like for a partial memory (usually suffixient for troubleshooting the BSOD) image:
    Right click my computer, properties, advanced, startup and recovery settings.
    In the system failure section:
    Put a check mark in the box "write an event to the system log.
    Put a check mark in the box "send an administrative alert.
    Uncheck 'automatically restart '.
    In the Write debugging information section select:
    Partial dump (64 KB)
    Set the directory small dumpster:
    %SystemRoot%\Minidump
    Click OK, OK.
    Restart your computer.
    If you see a BSOD and want to see if you can fix, follow these steps:
    Here's a BSOD example showing information you provide:
    Send for the nose and the Red arrows (3 to 4 lines total).
    Send all * line STOP message since there are clues in the 4 parameters.
    Ignore the boring text unless it seems important to you.  We know what a BSOD looks like, we need to know what your BSOD looks like.
    Download BlueScreenView here:
    Unzip it and run it (BSV installs nothing) and let him complete the digitization of all your crash dump files.
    If you double-click on depressed, you will get information on it (including the field caused by the driver) and you should be able to spot the problem right away - especially if you see a model in landfills where Caused by field pilot is the same (beginning with this driver).
    Select (highlight) one or more of the most recent dump files by clicking on them and hold down the CTRL key to select multiple files.  Try to select only the most recent links that relate to your problem (perhaps five or six to start dump files).
    Click on file, save selected items and save information from the dumps to a text file on your desktop called BSOD.txt
    .  Open BSOD.txt with a text editor, copy the text and paste it in your next reply.
    Here's an example of report ASB to a single BSOD I initiated on purpose that indicates the cause of the accident as the pilot i8042prt.sys belonging to Microsoft Corporation:
    ==================================================
    Dump file: Mini062110 - 01.dmp
    Crash time: 21/06/2010-11:51:31
    Bug Check String: MANUALLY_INITIATED_CRASH
    Bug check code: 0x000000e2
    Parameter 1: 0x00000000
    Parameter 2: 0x00000000
    Parameter 3: 0x00000000
    Parameter 4: 0x00000000
    Caused by the driver: i8042prt.sys
    Caused by the address: i8042prt.sys + 27fb
    Description of the file: i8042 Port driver
    Product name: Microsoft® Windows® Operating System
    Company: Microsoft Corporation
    File version: 5.1.2600.5512 (xpsp.080413 - 2108)
    Processor: 32-bit
    Computer name:
    Full path: C:\WINDOWS\minidump\Mini062110-01.dmp
    ==================================================
    Send information from 5 last memory dumps.

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • How to download music on a memory card to play the radio or iPhone

    I have a problem with my computer cause I don't really know much about computers, but I really need help with this problem I want to use windows player to load music into a memory card for my car stereo and my phone or any other device that I may own? Please help me with this problem and please tell me what I should do to put music into the card! / thanx A - lot! I hope you can help me!

    Hello

    We would like to get a better understanding of this issue, so we can better help not only you but other users with similar problems.

    1. how you try to access your memory card?

    2. done work before?

    3. what exactly happens when you try to load music on your memory card? Do you receive an error message?

    I suggest you to try the steps below and check if it helps.

    Method 1: If your hardware devices don't work or are not detected in Windows, then I suggest you follow the steps from the link below:

    http://support.Microsoft.com/mats/hardware_device_problems/

    For more information: Windows Media Player sync: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/Windows-Media-Player-sync-frequently-asked-questions

    Hope this information is useful.

  • How to put photos on the sd card and place it on a slide photo?

    * Original title: photo sharing

    How to put photos on the sd card and then place it on a photo slide7D

    Hello

    Please contact Microsoft Community.

    Insert the SD Card/Memory Stick in your reader of media and go... Start / computer.

    The drive should be recognized as one or more removable disks and
    each will have a drive letter.

    Example:
    Removable disk (e :))
    Removable drive (g)
    Removable disk (h :))

    Left-click each removable disk until you reveal the directory root of the SD.
    Card/Memory Stick.

    OK, now that you know the letter of player if you click right one selected
    Group of photos or an entire folder, you should be able to choose... Send to
    /
    Removable disk (? :))..) .This must copy the photos to the SD Card/Memory Stick.

    I hope this helps.

  • How to put an impulse on a guitar track?

    Hello!

    Logic Pro 10.2.2. I remember in earlier versions of the logic, you can simply move WAV file pulse to the designer of the space.

    But now it doesn't work at all, so the question is how to put a pulse of WAV ready (ready) on the guitar track?

    Thanks before!

    You use the context menu in the user interface:

    Or you can open the IR utility, drag it there, make some changes (denoising, for example) and create SpaceDesigner setting. Then, it appears in the menu presets.

    Best,

    DaCaptain

  • How to put bookmarks in the left side of the screen forever?

    I use every night, 64-bit laptop.
    How to put bookmarks in the left side of the screen for good to keep them here? I couldn't believe how you hide this option. Other browsers requires a simple click.
    THX

    To open or close the bookmarks bar, do one of the following:

    • CTRL + B
    • tap the ALT key, the Menu Bar temporarily displays, click on view > sidebar > bookmarks
    • Hold DOWN the ALT key while pressing the VEB keyboard letters

    If the bookmark sidebar is open when you exit Firefox (Firefox button > output OR file > exit), it should be there when you restart Firefox.

    Also see-> https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • put photos on a memory card, through my printer

    I'm not sure I have the right forum.

    I am trying to put pictures on a memory card, the card will then go on my digital photo frame, I put the card in my printer which is smart Photo 5520 and I use windows 7, when I did it before with another printer, the card came as a removable device, and then I did just to drag the image on the memory card icon I did it with my Epson but my HP printer won't.

    I asked all the time and the girl who helped me it paired with the Internet, I saw my pictures on it, but she wouldn't let me put more photos, that's why I'm asking again, I hope someone can help me, that I know that the idea at all, I'm not a computer buff, I only know the basics I thank you in advance to anyone who is kind enough to help me

    I would actually try an external memory card reader and see if it works with this drive. You can buy one at any computer supply store.

    If the provided information is useful, please mark my post with the congratulations and the Solution accepted while others can locate it easily. I'll continue to help you if necessary.

    Mario

  • How to put 2 A5 flyers on a page A4 Pages

    How to put 2 A5 flyers on a page A4 in Pages? On iMac

    Hi Billy,

    5.6.1 the pages.

    If your flyer is in a text box, resize the box to fit a half page A4. Copy, paste, and then drag the copy down half of the A4 page.

    Alignment guides can help (Menu > Pages > Pages Preferences > leaders):

    Also Menu > view > show rules.

    You can drag a Guide of alignment (orange line in the following screen shot) of the horizontal rule (not to print the Guides).

    Menu > View > Show presentation in order to see the page margins and the header and footer.

    50% of the zoom for a small screenshot.

    File > Menu > print... to confirm the layout

    Kind regards

    Ian.

    Edit: You can drag a Guide to align the horizontal rule (orange line in the following screenshot).

  • How to put in place measures in the application of health?

    How to put in place measures in the application of health?

    What do you mean 'the configuration steps? If you want steps if poster on the health dashboard, tap on health at the bottom of the screen data. Tap fitness. Tap measures. The value "Show on dashboard" on.

    The health app is really more than one application storage and synchronization. You can't do things as targets for a particular metric. If you want to set a goal of step and follow it, use one of the many followed apps available that can extract data from health. Map My Fitness, My Fitness Pal, Jawbone UP and Fitbit (both can be used with the phone if you have an iPhone 5 or a later version). If you like to compete with others, the Club activities is fun.

  • How to put an application on the dock icon without the arrow shortcut showing at 07:00

    Whenever I try to place an application icon in the dock icon get a tiny arrow shortcut to as for the 07:00 click the newly created and connected position.

    None of my icons for other applications in the dock has this small arrow on its icon.

    So, how to put an icon on the dock without the shortcut arrow display at the 07:00 position?

    If I understand you correctly, simply drag the application in the dock. No need to create an alias first.

  • NB100: How to put Windows XP on the remix of ubuntu Linux OS?

    Did someone give help on how to put xp on ubuntu OS, I'm not very sure and other positions did not help at all.

    Often it s useful to ask Google.

    I founded a great site and this should answer your question:
    https://help.Ubuntu.com/community/WindowsDualBoot

    Good luck!

  • HP Pavilion slimline: need for instructions on how to put wifi address and password.

    Need instructions on how to put wifi address and password to secure the wifi connection.  Please notify.

    HIH @G_ee,

    Welcome to the Forums of HP's Support.   I see you want to learn how to connect your HP Slimline computer to your secure wireless network.   I am convinced that I will be able to help you find a solution, and I ask only that pay you it forward. When solve us the problem, I would mark you kindly post as accept as Solution so that others have the same or similar problem can find what worked for you.

    I have included a document to Add a device or computer to a network of Microsoft for you.  It will guide you through the steps to add the computer to your network.

    Please let me know the results.

Maybe you are looking for

  • Equium A200-1V0 - freezes and turns off

    Hey! My girlfriend has an Equium A100-1V0 Windows 7 (first of all, he ran on Vista then one day on XP and then came a clean install of Windows 7) that freezes lately a lot. At first we thought it was some software, we tried disabeling everything star

  • Cannot send emails from iPad 2 air.

    I can receive emails on my ipad, but I can't send them.   I have a Telstra business account.

  • Dear team of microsoft answers,

    Dear team of microsoft answers, Thank you very much for your response and I really enjoyed your collaboration. regarding this question, I have not any changes to my computer except the ordinary updates.and of windows I tried all methods have shown do

  • LICENSE of BOTNET in ASA

    One of MY customer wants to upgrade their 5 qnty of ASA-5000 X series firwall with firepower. and they also wants to license BOTNET. My question is, is it mandatory (BOTNET) when you upgrade to ASA - fire power? Coz, we also take AMP, STROKE. and I w

  • Downloaded Windows 8. Can't see my contact list/address book.

    Where is my address book. Also when I write email and type in the contact that I can auto complete email address? Thank you. Brian