DVD/CD rom drive reads CD's but does not read DVD's

i m having a problem in my laptop satellite c855d-s5106
my laptop's DVD ROM (HL-DT-ST DVDRAM GT80N) reads CDs but when I insert a DVD in it,  it doesn't even recognize that there is a DVD inside. my dvd indicator light blinks for just about 8-12 seconds and when i double click to E: (DVD drive) it says please insert a disk into Drive E: Also there are no error massages.
and i 've tried many things like registry cleaning, reinstalling drivers even upgraded my windows 8 to 8.1 but the fault is same
also could anyone provide me the firmware (update file) for HL-DT-ST GT80N  
any help will be appriciated  
Solved!
Go to Solution.

Called them and went through a BIOS reset and did not fix.  One DVD-ROM will read another will not.  One right out of the box in pristene condition won't read, another that has been used and has some scratches won't.  Started talking a factory reset which is not an option at this time because of all the work related stuff and setup.  Said she was kicking it up a level but they were all tied up and I have to call back.  Case number 20140506452110.
Again, you close the door, it tries to spin up then spins down, then it tries again and spins down and nothing.  In file manager the drive is shown but no disc lable and when try to open get the "please insert a disc into drive e:" message.

Similar Messages

  • My flash reads the xml, but does not understand the tag php....

    my flash reads the xml, but does not understand the tag php. I want to read my xml dynamically, please help me.
    code:
    stop();
    function randomOrder(targetArray)
        var _loc2 = targetArray.length;
        var _loc3 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc3[_loc1] = _loc1;
        } // end of for
        var _loc4 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc4[_loc1] = _loc3.splice(Math.floor(Math.random() * _loc3.length), 1);
        } // end of for
        var _loc5 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc5[_loc1] = targetArray[_loc4[_loc1]];
        } // end of for
        return (_loc5);
    } // End of the function
    var randomNUM = "?n=" + random(9999);
    _root.lan = 1;
    var homehead;
    var homelink;
    var homelinkwindow;
    var homebg;
    var homeflash;
    var lamp = Array();
    var promo = Array();
    var promobottom = Array();
    var headimg = Array();
    f_xmlwork2 = new XML();
    f_xmlwork2.ignoreWhite=true;
    f_xmlwork2.load("banner.php");
    f_xmlwork2.onLoad = function(sucess){
        if (sucess){
             trace ("XML loaded!");
             f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);
             f_totalx2 = f_xmlItemx2.length;
            trace(f_totalx2);
             var _loc12 =0;
             // declarar a imagem de fundo
             homebg = this.firstChild.childNodes[0].firstChild.nodeValue;
             f_headimg = this.childNodes[1];
                 for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)    {
    juju = f_headimg.childNodes[_loc2];
    jj = headimg.push({headimg: f_headimg.childNodes[_loc2].attributes.headimg, bgimg: f_headimg.childNodes[_loc2].attributes.bgimg, msgimg: f_headimg.childNodes[_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes[_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes[_loc2].attributes.rightthrow});
                 //end for
    allpromo = this.childNodes[2];
    jjpromo = allpromo.childNodes;
    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++_loc2)
    trace (jjpromo[_loc2].attributes.title);
    jj = promo.push({img: jjpromo[_loc2].attributes.img, title: jjpromo[_loc2].attributes.title, url: jjpromo[_loc2].attributes.url, window: jjpromo[_loc2].attributes.window, info: jjpromo[_loc2].childNodes[0].nodeValue});
        // end of for
        allpromobottom = this.childNodes[3];
        jjpromobottom = allpromobottom.childNodes;
        for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++_loc2)
            trace (jjpromo[_loc2].attributes.title);
            jj = promobottom.push({url: jjpromobottom[_loc2].attributes.url, window: jjpromobottom[_loc2].attributes.window, info: jjpromobottom[_loc2].childNodes[0].nodeValue});
        } // end of for
         if (f_xmlwork2.loaded == true)
            headimg = randomOrder(headimg);
            for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)
                trace (headimg[_loc2].headimg);
            } // end of for
            play ();
        } // end if
    trace(f_xmlwork2);
    stop();
    PHP code:
    <?
    $link=  mysql_connect("localhost","rnpac_eco","123");
    mysql_select_db("rnpac");
    $dir="banner/";
    $dir1="produtos/img_pro/";
    $dir2="universo/actividades/";
    $sql = 'SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6
    FROM tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER BY RAND()';
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row1=mysql_fetch_array($resultado);
    $sql = "SELECT  tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1,tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_imagem_produto.actividade_id FROM  tbl_sub_universo, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE tbl_actividade.id_actividade =tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade =tbl_detalhe_actividade.actividade_id ORDER BY RAND()";
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row2=mysql_fetch_array($resultado);
    $query='SELECT * FROM tbl_banner ORDER BY RAND()';
    $resultado = mysql_query($query);
    echo' <?xml version=\"1.0\"?>
    <home_left_headline>
    <bgimg>'.$dir2.''.$row1['imagem1'].'</bgimg>
    </home_left_headline>
    <home_flash>';
    while($row = mysql_fetch_array($resultado)) {
    echo'<swf headimg="" bgimg="" msgimg="" leftthrow="" rightthrow=""></swf>';
    echo'</home_flash>';
    echo'<promotop>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    </promotop>';
    mysql_close($link);

    i have two files banner.php, for testing my flash banner.
    This one works:
    -------------------------------| banner.php |---------------------------------------------
    <?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>
    -------------------------------|end  banner.php |---------------------------------------------
    this other does not work:
    -------------------------------| banner.php |---------------------------------------------
    <?php
    echo"<?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>";
    ?>
    -------------------------------|end  banner.php |---------------------------------------------
    Why? What is wrong? why does my flash does not understand the tag php
    Message was edited by: armandix

  • I have transferred all my music from iTunes onto my USB to play on my car audio radio. The radio reads the music but does not play it in sequence. There is a specific way to save the music into folders and name them. I have a Pioneer DEH-2350UBSW.

    I have transferred all my music from iTunes onto my USB to play on my car radio. The radio reads the music but does not play it in sequence. So it plays certain folders, then it skips folders. in certain folders it skips tracks. apparently there is a specific way to save the music into folders onto the USB with regard to naming the tracks and folders.. I have a Pioneer DEH-2350UBSW. Can anyone please help.

    It is a stick, Cruzer Blade 16gig.
    In the manual it says the following about the USB storage device:
    1. Playable folder hierarchy is up to 8 tiers
    2. Playable folders up to 500
    3. Playable files up to 15 000
    Under sequence of audio files it says that the user cannot assign folder numbers and specify playback sequences with this unit. It also gives an example of a hierarchy:
    01 - folder
    Under that is 02 which is also a folder
    Under that are compressed audio files 01 to 05: folder number
    Under that there is another folder same concept as above - I have attached that part of the manual in this response.
    I named my folder - Folder 001 Artists name and then in that folder I added the tracks as:
    001 Song title
    002 song title
    It played the 1st song in the folder and skipped to the next folder, I can't even locate the other tracks.
    On another folder I saved 31 songs but only 29 played so I am not sure whether there is a limit.
    All I need is an example of how to number and name everything.

  • Dv9000 laptop dvd drive and webcam not found. drive initializes on boot but does not show up.

    The DVD/CD-Rom drive will initialize and will read a CD when inserted but it does not show up in the BIOS or in Windows. It's a Lighscribe drive. The webcam was not found either. I recently reloaded this machine for a friend back to the factory setup. Installed all additional software and everything is working but the drive and the camera. Is there any way to actually test these devices for failure? Or is there a patch or a software package I may be missing? It's a dv9000 but it has dv9007 on the bottom. And an AMD processor.  If anybody has any ideas I would greatly appreciate the help.

    Spoiler (Highlight to read)
    It does not show up in either one. The camera or the DVD drive.  No X's or error Triangles. I guess they could have gone bad at the same time but that's not likely. It would be one heck of a coiencidence. I am wondering if there is an alternate chipset driver or patch. Maybe a controller driver? The system has dv9000 on the display and dv9700 on the model # tag. I believe 1 is Inter and the other NVidia. But the Factory image installed the NVidia drivers.  

  • Just bought a PNY flash drive and my macbook pro does not read it. Any suggestions?

    Have used other drives on my macbook pro and they work fine. Just bought a PNY 32gb flash drive and my mac does not read eat. Any suggestions?

    does the some thing happen wiht other flash drives? If it's isolated to just that flash drive then you need to contact PNY for support.

  • My MacBook Pro accepts the DVD but does not read it ( no icon too )- I cant eject it too!!

    Hi,
    I have a MBP 8.2. My MBP accepted a DVD in but after some whirring noises, it does not show any DVD icon or read the DVD. I checked to see if i could see the icon in My diskUtility; but it isnt shown there. I opened iDVD and checked if i could open a new project,; it asks me to insert a DVD. So apparently it doesnt know there's a DVd in it.
    I tried restarting while pressing the trackpad button, but it doesnt work . I think Ive tried almost all the tricks mentioned on every site. I dont want to do the Card trick as it would make my warranty void. I should also probably mention there is no emergency eject hole.
    Please HELP! Is there any other way to get the CD out? . Also would upgrading to Lion help with this problem??

    Have you tried to enter in Terminal (in the Utilities folder):
    drutil eject
    and then press the 'return' key.
    If that fails, position the MBP where gravity is your friend, shake it a bit with a vacuum cleaner engaged.
    Last resort is the Apple store.
    Ciao.
    Installing Lion will not solve this problem.

  • I am having trouble setting up my time capsule...it connects but does not read my ethernet internet connection...linksys works fine...help please.

    Can anyone assist?  I thought it would be a very easy setup...jd

    Tim@Merced wrote:
    I have the same issue.  I spent 45 min on the phone with cable company internet tech, he could not figure it out.  He was able to see the TC receive an IP address, but I was not able to access the internet, even though I had a green light on TC and my wireless network was working.  I thinks it is an Apple issue. I removed my new TC, reconnected my Netgear wireless and eveything is back to normal.
    I hope Apple or someone has an answer.
    Same response to you.. test by ethernet if you haven't already.. and your arrangement is not too difficult.
    I am guessing you got into the TC to set it up? How?
    If the computer does not receive the correct gateway and dns address you will be able to get access to the TC but not the internet. Check the network settings. Compare what you get when connected via the Netgear which is working with the TC which is not working.
    You might be able to get around it by manually setting IP address.
    Please make sure you have cable modem plugged into WAN port.. Apple's label is not exactly clear.  but the WAN port is slightly separate from the others. And has a different symbol.
    I also bet you have Lion on the computer.

  • When I insert a dvd into my PC Player it spins but does Not download it, Why?

    When I insert a DVD game ( brand new) I can hear it spinning but it will NOT download. When I insert a DVD or a CD for it to play it does NOT play. I have the PC set to play automatically and I have also tried downloading the player they show to download for Windows I know it is three initials and it starts with a V?? it made no difference. Why doesn't Windows Media player play te? I do not care who plays them I just need to have my PC accept and to download from Dvds and CDs and to also play them would be really great. I can Not figure out what is causing these problems, aand I really NEED help in fixing these problems. I hope someone understands what I need to do to to correct these prob;ems. Know you will be my Hero and will always have my sincere heartfelt appreciation forever for offering the help I need. Thank You 

    It is not asking what part of your country you are in, but what country/region you are in.
    Region encoding is the mechanism that enables motion picture studios to control the worldwide release of their movies. It is required by the DVD Forum (http://www.dvdforum.org/forum.shtml) in all commercial hardware DVD players. Every DVD-Video disc contains one byte of data representing a region code, which limits where the disc can be played.
    http://support.apple.com/kb/HT2397
    Once you have set the region in DVD Player five times it cannot be changed.
    Instead, use VLC to view videos from different regions:
    http://www.videolan.org/vlc/download-macosx.html

  • PS3 droplet called from command line in XP reads in files but does not execute action

    Hello.
    I am a researcher interested in anxiety disorders in young children. As part of a functional magnetic resonace brain imaging study we need to compare children's responses to familiar and unfamiliar faces. The latter are no problem, but for the former we need to take pictures of the children's mothers and process them "on the fly" so that they can be incorporated into stimulus sets presented in the MRI machine (otherwise known as the "magnet").
    For presentation in the magnet, the images have to be in a particular format. I have created an action that produces the appropriate format, and a PS3 droplet that behaves appropriately (outputs correctly modified files to the stated address) when a Windows XP (SP3) folder is dropped on it.
    However, I need to automate the procedure further because it will be executed by individuals with little or no understanding of PS etc.
    It occurred to me that I could call my droplet from the XP command line with the folder containing the relevant files as an argument (and then I would be able to incorporate this function into an overall control program).
    However, I have found that this approach loads the relevant files into CS3, but that the actions don't run.
    I would very much appreciate any help with this problem.
    Thank you.
    Adrian Angold.

    A command line script might work, but would lack a user interface. Error
    processing and logging capabilities would also be limited.
    I would consider writing a small application in a language such as Visual
    Basic or C# that uses Photoshop's automation interface. The automation SDK
    is provided on the Photoshop DvD.

  • I put a DVD into my MacBook Pro and the computer does not read it. what do I do?

    I have a DVD with a bunch of home movies on it. When I put the DVD into my MAcBook Pro so it would burn to my computer, nothing appeared. It made a lot of noise but nothing happend to the screen. I need help!!

    Try the DVD on a console DVD player or another computer.  If plays, your super drive may need replacing.  Just trying to diagnose what's not working

  • When I lock my screen it says phone is locked and whenever I click anything it reads it out but does not let me slide to unlock the screen often but when it does it just reads of my pass code and letters but doesn't unlock my phone .

    A Voice is reading everything that I click on, on my lock screen out loud but doesn't let me slide to unlock ect i canny access the phone

    Hello TaylerLauren,
    I read your post, and it sounds as though the Voice Over feature has been activated. I have linked to an article that will instruct you on how to use it, and the location in Setting where you can turn it off:
    iOS: Configuring accessibility features
    http://support.apple.com/kb/HT5018
    Voice Over information from the iPhone User Guide:
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    VoiceOver
    VoiceOver describes aloud what appears onscreen, so you can use iPhone without seeing it.
    VoiceOver tells you about each item on the screen as you select it. The VoiceOver cursor (a rectangle) encloses the item and VoiceOver speaks its name or describes it.
    Touch the screen or drag your finger over it to hear the items on the screen. When you select text, VoiceOver reads the text. If you turn on Speak Hints, VoiceOver may tell you the name of the item and provide instructions—for example, “double-tap to open.” To interact with items, such as buttons and links, use the gestures described in Learn VoiceOver gestures on page 130.
    When you go to a new screen, VoiceOver plays a sound, then selects and speaks the first item on the screen (typically in the upper-left corner). VoiceOver also lets you know when the display changes to landscape or portrait orientation, and when the screen becomes locked or unlocked.
    Note: VoiceOver speaks in the language specified in International settings, which may be influenced by the Region Format setting in Settings > General > International. VoiceOver is available in many languages, but not all.
    VoiceOver basics
    Important: VoiceOver changes the gestures you use to control iPhone. When VoiceOver is on, you must use VoiceOver gestures to operate iPhone—even to turn VoiceOver off.
    Turn VoiceOver on or off. Go to Settings > General > Accessibility > VoiceOver, or use the Accessibility Shortcut.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Dvd drive does not read dvd but reads cd only.

    my hp compaq 420 core2 duo dvd drive does not read the dvds but only reads the cds. How can i solve this problem, please help me with the correct answer.
    This question was solved.
    View Solution.

    It will likely require replacement of the drive. There is more than one laser in there: one for each function. One can go bad without the other going bad.
    608141-001
    Above is the part number for the DVD burner drive. I could not find one on eBay.  Here is one online:
    http://www.mydvddrives.com/replacement-for-hp-compaq-608141-001-sata-cd-dvdrw-dvd-ram-drive-burner-l...
    Replacement is easy. Remove a single screw on the bottom and slide the old drive out and replace with the new drive.

  • Dvd/cd rom drive deleted

    Somehow my Dvd/cd rom drive was deleted. I have a compaq presario f700 notebook computer. I looked in drives and the bios and it is no longer listed. I went to HP website and can not find any wheres to redown load it. Does any one know how to get it back?
    I am also having a problem with when I turn on my computer the screen is black it is booting up but I can not see anything. I shut it down and sometimes ttakes a few tries then it i can see the password screen. I did do a windows check and it said my nividia geforce needed updated, but again when I went to hp website and scanned it said it was up to date. So not sure what is going on........any ideas?
    [Personal Information Removed]

    With the iPod connected and allow use as disk drive checked, right click on the ipod icon on your desktop then change the drive letter of the iPod, say to P. Eject the iPod and disconnect it, reboot your computer and see if the drive is back.

  • Pavillion dv9810us DVD/CD-ROM Drive and Vista Device Manager Question..​...HELP!!!​!!

    I have a Laptop, just over a year old, runs Vista Home Premium SP2. Here is the scenario
    Hadn't used the DVD/CD-ROM drive for 3 or 4 weeks at which time it worked fine. Tried to use it a couple of days ago and discovered it wouldn't respond. I figured I needed to maybe rollback the Driver or something. I checked in the Device Manager and saw the main HDD was listed but there was no DVD/CD-ROM drive in the Device Manager List. Does Vista remove the DVD/CD-ROM drive if it's inoperable (DEAD) or has something happened that removed the Device from the List. I've had Drives go South before in Windows 98 and 2000 but they were never removed from the Device Manager List they just didn't work but I know Vista is a OS of a different color so I don't know. Just trying to figure out if I'm fighting a Hardware or Software fight here, I'm at a loss and can't afford to just take it into a shop for diagnosis. Any answers or tip on how to definitly isolate the problem would be greatly appreciated, thanks in advance for any Help.
    Len

    I have the same problem, dvdrw not showing in device manager.  Bought a new TS-L632N dvdrw by TSST and it still does not show in device manager.  This started after I ordered new recovery disk from HO (vista Home Preminum) and reloaded the OS.  I know HP knows about this problem but will not do anything about it.  Online support not good and a 500 dollar repair bill would be a waste when you can buy a new laptopn for that.

  • Please help dvd/cd-rom drive won't work

    When I start computer the dvd/cd-rom drive is seen and works under  my computer (listed under other) but after an couple of minutes the drive has an red x and is listed as cd drive. There are times when it doesn't show up period. When I go under device manager I see and yellow exclamation mark. I cannot roll back (icon doesnt allow) and when I try to update it says that this version is the most update version. I have never personally tried to update this driver since I bought the computer it seems as if overnight there is a problem.
    When I go to device manager and go to properties the message that appears is:  Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory. (Code 38)
    I have a lenovo G575
    AMD E-350 processor 1.60 GHz,
    RAM 3.00 g.b.,
    Windows 7 64bit operating system.
    I have tried to use the troubleshooting tool but it doesn't work.
    Could someone give me step by step instructions on how to fix my computer.
    Thankyou in advance.

    When you go to device manager for the device right click the drive and click Uninstall,AFTER and only after you do that download the correct driver from Lenovo's website and then install it.  It is generally best to totally uninstall old drivers before attempting updating to a new/different one as it can create issues like this.  Let me know if this worked for you.
    Lenovo 15.6,B575 W7 E-450,ATI6320,320GB,8GB DDR3 Ram-*Midnight*
    Dell Latitude D430,12.1 C2D 1.3 ULV,2GB DDR2,80gb SSD,Intel 950,XP *Mini Me*
    Dell Latitude D630,14.1,C2D2.0,W7,500GB,8GB DDR2,X3100*Old Faithful*
    Nvidia I shall Never forgive you for the 8000m Series.

Maybe you are looking for

  • I'm connected to my airport network but can't get online

    2 days ago, i was online and everything was working fine. Yesterday, i tried going online and i was told that i was not connected to the internet even though i had full signal bars from my airport. I've restarted my computer a dozen times, checked al

  • I can't unblock a contact!

    Hello To whom this may concern My friend's account is some how blocked on my account. I clicked unblock and it still remains blocked. I clicked on it multiple times, and it doesn't change it. I logged out went back on, and it still has that problem.

  • Set vi as the default editor in unix

    hi, in unix or linux environment, when I use command "ed" on oracle's sqlplus I found that vi is not the default editor how can I set vi as the default editor in unix many thanks,

  • How to down convert iMovie HD imported in Full 1920x1080 to Large 960x540

    I have a Canon HD camcorder which captures video in 1080i format. I have been downloading my movies in iMovie using the Full - 1920x1080 option instead of the Large - 960x540 option. But now I am running out of space!!! Also I don't see a big differe

  • Automatically Configure Mail.app

    When adding some email accounts in mail.app the IMAP and SMTP servers are automatically discovered and all the information needed is Name, Email Address, and Password. Usually this occurs with large email providers and ISPs. Is it possible to configu