What sata port does a dv6-6135dx have?

I have a Pavilion dv6-6135dx and was wondering what sata port (Sata 2 or 3) it has so i can install an ssd.

Hi:
I would imagine a SATA III SSD would work on a PC that only has a SATA II controller, so if they are close in price, I would go with the faster drive.
You have nothing to lose by getting the faster drive.
See if this free utility will tell you what "speed" your SATA controller can run at. (PC Wizard 2010).
http://www.cpuid.com/downloads/pc-wizard/2012.2.0-​setup.exe
According to the southbridge specs for your chipset, there is support for 3rd generation SATA drives.
See page 13 of the below document--SATA controller.
http://support.amd.com/us/Embedded_TechDocs/47283.​pdf
Paul

Similar Messages

  • HT1296 When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    The music sync is one way - computer to iphone.  The only exception is itunes purchases.  File>Transfer Purchases
    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.  Use your backup copy to move everything to your new computer.

  • I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    No Apple response???  Redplum/Valassis will not help either.  I searched, using the cups error message and though it is Unbuntu, same error so maybe useful...only problem: details would not display unless I join Unbuntu forum.  What a pain to do anything with my Mac or find any help.  I honestly regret buying this buggy OS.
    Anyway, here is what I found, FYI:
    http://ubuntuforums.org/showthread.php?t=483415
    As the old saying goes: when in doubt, consult the manual. The problem appears to be that I added the printer using the KDE Add Printer Wizard. It was automatically given a "socket" URI instead of an "lpd" one. When I:
    - altered the printer settings at http://localhost:631 (the CUPS admin page) as instructed in the manual for the printer, and
    - copied the PPD file into a second place on the hard drive (as instructed on ubunutuforums, see the link above)
    ..everything started working.
    It's still slower than windows, but I can live with that
    Probably a simple fix. Change the socket I.P. to match the printer I.P. like this:
    socket://192.168.1.86:9100. The thing I'm concerned with using socket:// is that AFAIK the printer I.P. must not change. In my case I'm able to assign a static I.P. address to the printer but it's something to consider.
    I found that the only thing I needed to do was change socket to lpd (and remove :9100 off the end as well). See Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A) . BTW thanks for steering me in the right direction - very grateful.      
    Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A)
    Posted on November 25, 2008
    Are you having a problem with your printer under the latest versions of Ubuntu (perhaps it worked under an older version)? Are you able to print short documents, but not longer, or more graphics-intensive, documents? (e.g. the unfortunate people at http://ubuntuforums.org/showthread.php?t=625493). Do they sit there as Processing for ages and then switch to Held? If you have the same problem I had the solution I tried may work for you too. Firstly, check your cups error log:
    sudo gedit /var/log/cups/error_log
    If you see anything like the following, the solution may be simple:
    [Job 201] Unable to write print data: Broken pipe
    PID 13359 (/usr/lib/cups/backend/socket) stopped with status 1!
    System > Administration > Printing and right click on your printer, selecting Properties. Settings > Device URI
    If you see something like socket://your_printer_ip_address:9100 just change socket to lpd and remove the :9100 off the end. Then click on apply.
    Apparently lpd is a more modern protocol which works with most printers whereas socket is more raw (and potentially faster but riskier in a network situation). Somewhere along the line, the default Ubuntu/Gnome setup for networked printers shifted from lpd to socket. Some primitive printers will have benefited whereas a larger number of more modern printers will have suffered.
    Please correct me if I am wrong (which is highly possible) but the underlying problem could be that socket may make the printer wait a long time for a large file to be processed ready for printing. Some printers, such as the Fuji Xerox DocuPrint C525A, may drop the socket if things take too long to start coming through.
    Changing timeout settings might work but lpd is better than socket so it is the preferred solution in any case.
    If this works for you, please leave a comment to let others know (ideally with a description of the printer and Ubuntu version). Printer may be relevant if it doesn’t support the direct stream protocol properly. NB I may take a while to let your comment through because of the volume of spam. Sorry about that.
    Finally, thanks to sphilli8 for the steer in the right direction at http://ubuntuforums.org/showthread.php?p=6245626.
          http://ubuntuforums.org/showthread.php?t=483415

  • TS3376 I have a ipod that I cannot get find my iphone to recognize it?  What am I doing wrong?  I have it turned on in settings.

    I have a ipod that I cannot get find my iphone to recognize it?  What am I doing wrong?  I have it turned on in settings.

    Make sure you are signed into the iCloud ID you are using on the iPod when you attempt to locate it, and that it has a good wifi connection.  If these are correct and you are and it still says it's offline, turn Find My iPod off on it, then after a minute or so turn it back on.  Then see if you can locate it.

  • What am I doing wrong. I have problem with operators

    I have problem with following code. I am trying to use the operators in the array but I can't make it work.
    The result of the program commes up:
    58
    60
    57
    The correct result should be:
    15
    -5
    50
    What am I doing wrong?
    class Operators{
         public void operators (){              
              char [] operator = {'+','-','*'};
              int a = 5;
              int b = 10;
              for (int i=0; i<3;i++){              
                   int c = a+operator[i]+b;
                   System.out.println(c);          
         public static void main (String[] args){
    Operators op = new Operators();
    op.operators();

    Sorry to confuse you. When I have posted the first message I tried to simplify the problem. By doing this thought that I could figure out the rest of the problem by myself. But instead of getting answers I got more confused. What I am trying to do am:
    To take six or more numbers and put operators between numbers and display the result. I need to display the results for all possible operator combinations between the numbers.
    For example if I take six numbers 10,20,30,40,50,60 and I put the arithmetic operators in between the numbers I would like to create all possible results operator combinations and what the result would be.
    10+20+30+40+50+60 = 210
    10+20+30+40+50-60 = 90
    10+20+30+40+50*60 = 3150

  • What kinda feature does the 3g iphone have??

    what kinda feature does the new 3g iphone have beside being 3g? Do you get better camera feature and be able to record a video? And about the new update for the old iphone, can we still get the gps upgrade with the new iphone??

    Here you go.
    http://www.apple.com/iphone/features/

  • HT204266 I can't find apps that I know are available what am I doing wrong? I have typed it correctly

    I can't find apps that I know are on the market what am I doing wrong?

    What specific apps are you looking for?
    Not all apps are available for all operating systems, and
    apps that are available in some countries may not be
    available in other countries.

  • What "ethernet port" does airport utility use for "remote administration"

    I have a friend who was recently evangelized to Macs and bought a Macbook Pro and an Apple Airport Extreme (gigabit) Router, hereinafter called AE. The place where he lives has cable modem internet access and an older Linksys wireless-G router for the building, and I am trying to configure his new AE, prior to making it the primary router in the network (e.g. connected to the cable modem).
    When the AE is completely configured the Linksys will be retired.
    I remotely manage and maintain the network and some other computers in that house. The Linksys is configured for Remote Administration so I can manage it. I manage several PC's and Macs using Timbuktu Pro 8, with the necessary ports forwarded through to TB2 on those machines.
    I am trying to configure the Airport so it also can be managed remotely, so from a workstation on that network (accessed from where I am using TB2) and running Airport Utility, I have checked "Allow setup over WAN" on the Airport/BaseStation page. Now I would like to test whether I can connect and remotely administer that Airport Extreme from Airport Utility on my Mac.
    I assume that, if I can rout packets from my Airport Utility here through the internet to the public IP of the Linksys router there, I should be able to connect. But I can't.
    My setup is this. The target AE has its WAN port connected to an ethernet port on the Linksys, as is the LAN in the remote building. Nothing is connected to the AE's ethernet ports at this time. The Linksys is the DHCP server, and the AE has an IP from it, as does all the other ethernet- and wireless-connected computers, printers, etc. The AE's wireless is active and the wireless-connected devices in the building can connect to either its base station or to that of the Linksys. When the Linksys is retired the AE will be the only wireless in the building.
    I attempt to connect in the following way: On my Mac, I run Airport Utility. From the file menu I select "Configure other" and enter the public IP address of the remote Linksys, and give AE's password. There is a long wait
    Reading the Airport wireless device configuration....
    while Airport Utility tried to discover AE, and then
    An error occurred while reading the configuration..... (-6753)
    I suspect that my remote connection problem is due to the fact that the AE is behind the Linksys, and the proper port forwarding is not in place on it to pass the Airport Utility's packets through to the Wan port of the AE. This might be that I have not entered into the Linksys the correct port number to forward on to the AE. I've tried the three numbers in the list:
    "Well known TCP and UDP ports used by Apple software products" found at
    http://support.apple.com/kb/ts1629
    that are mentioned as possibly being involved with Airport Utility; 192, 4500 and 5009.
    Advice will be appreciated.
    Bob

    One example, and there may be others, is the (free) DynDNS dynamic DNS service which publishes a domain name for the WAN port of your router which can then be resolved, like all other domain names, to the actual IP address of the WAn port of your router. This service provides a solution to the problem of having a proper domain name in cases where your public IP address changes over time. Unless you pay for a static IP address, virtually all ISPs change your public IP address over time.
    So, you can register for a free DynDNS account at www.dyndns.com and that is how you come up with the User: and Password: information; use whatever User and Password you register at dyndns.com with.
    The first part of the hostname you can define as you wish, subject only to someone else having used it previously, and the remaining parts of the domain name might be "dyndns.org" or one of the other domain names provided by the DynDNS service. So, you could publish, via DynDNS, the name of your public IP address as, for example, joehlam.dyndns.org however you might want something less descriptive or more vague.

  • I have a problem, all the pictures turns grey when i open a document, i have a Mac computer if that can be any help.. Please can somebody tell me what i am doing wrong. It have not been like this before i have started now??

    I have a problem, all the pictures turns grey when i open a PDF document in acrobat xl pro, iy have not been like this before it started a few days ago. Before it did help if i closed the program but that does not work anymore??

    Now it works!!!! THANK YOU VERY MUSH!!! You made my holiday!! Now i can work! ; )) Happy new year to you!!!

  • TS3274 What firewall protection does the iPad mini have or need?

    What firewall does iPad mini use or need

    The iPad charger is dual voltage. You need only a plug adapter to be able to plug your US charger into a European wall outlet. A basic one costs about $2.00. - $6.00. Like this...
    http://www.amazon.com/CVID-Grounded-European-Adapter-Adaptor/dp/B0098B5GN8/

  • You are not allowing me to change my password. Why? What am I doing wrong. I have had the same P/W but recently had my computer worked on so I need help!!

    The tech that changed out the boards in my computer failed to transfer this one and now I am attempting to change my password and it is not letting me accomplish it. I have put in my new P/W over and over again and it still doesn't work. Any suggestions?

    Not sure who "you" is. Thunderbird is software rubbing on YOUR computer.
    You do not change your email password in Thunderbird. You do that at your email provider. Go to your providers web mail or email help page and look for a link to do that.
    Once you have a working password that you can remember you need to remove and replace the stored passwords in Thunderbird.
    Here are the instructions for removing and replacing the store passwords in Thunderbird.
    https://kb.wisc.edu/page.php?id=19006

  • I have set up a 'group' in my contacts.  When I go to send an email to this 'group', I get an error message saying 'Invalid Address'. What am I doing wrong?

    I have set up a 'group' in my contacts.  When I go to send an email to this 'group', I get an error message saying 'Invalid Address'. What am I doing wrong?

    I have this problem too. I've always sent messages successfully via bcc to a group using a group email list in contacts. Now ... all of a sudden when I select the same group for bcc nothing happens! Cannot email my group now. Why not?

  • HT1498 we have rented and purchased movies to use but cannot get them to play - just says loading error try again later. Does anybody know what we are doing wrong?

    we have rented and purchased movies to use but cannot get them to play - just says loading error try again later. Does anybody know what we are doing wrong? We have managed to get it to work a couple of times but that is all

    Welcome to the Apple Community Tarskforce.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.
    The following article(s) may help you.
    Troubleshooting Wi-Fi networks and connections 
    Recommended Wi-Fi settings
    Sources of Interference
    Wifi Diagnostic Software (for Mac users)

  • I have always been able to sync my IE bookmarks from my desktop to Safari on my iPhone.  Suddenly they are gone from my phone and they won't sync any longer.  What am I doing wrong?

    I have always been able to sync my IE bookmarks from my desktop to Safari on my iPhone.  Suddenly they are gone from my phone and they won't sync any longer.  What am I doing wrong?

    I have done this on numerous occasions but I think that my Iphone has a defect. After many tries, reinstalls, deletion of content, changing content to be stored on external hard drive, deleting itunes and cleaning computer I managed to get all of the songs on and things seemed okay for a while.
    The problem returned about a week ago after downloading a new album from Itunes. I now have 12.5k of songs leaving 10gb spare on Iphone which should be more than enough room to operate properly. Last night it seemed to be dowloading ok (after doing all of the above again for the umpteenth time) this morning it revealed that it had just synched 2.5k of songs and 18gb of "other" on the contents bar. it wont synch now as it says its over capacity. So the 18gb of "other" would probably be corrupted data that means it must corrupt each song as it tries to synch it.
    The 2.5k of songs it did synch are working on the Iphone as is every song in the library on Itunes. I did completely delete the new album I bought and redownloaded it from the store then tried to synch just that album and it worked fine.
    Just about time to dump apple I think!

  • I have set up my airport express to play music on my tv.  However, I can only stream music to it via "music" app on my iphone, neither itunes on my laptop, nor the "remote" app display the alternate speaker symbol.  What am I doing wrong?

    I have set up my airport express to play music on my tv.  However, I can only stream music to it via "music" app on my iphone, neither itunes on my laptop, nor the "remote" app display the alternate speaker symbol.  What am I doing wrong?

    I have a HP Pavillion dv6000 running Windows Vista.  Itunes is up to date.  I have power cycled the router several times   it is a Surfboard sbg6580.  still no luck with seeing the airplay symbol on itunes, but Isee it on my phone and can stream music via the airport with my phone.  I can see both airports on the airport utility on my laptop.  I'm stumped...

Maybe you are looking for

  • How to setup a usb printer on the usb port of a network storage drive

    I have searched the forums and dont see any real info on this.. I have  a usb based officejet 7590 , winxp, and a iomega home media network storage drive the printer works fine when I install it on the local usb port of the laptop BUT its not clear h

  • How to change a status profile from existing in CRM 7.0?

    Hi, This is the scenario for which I need to change the existing status profile : We are using categories such as Maintenance , Approvals etc. There is a huge list of options which comes when we choose the category. We have assigned a status profile

  • Hard drive not recoginized [solved]

    my new har drive under is dected by  fdisk -l but is read only under my file manager-- dollphin Last edited by shoelesshunter (2015-01-13 01:13:10)

  • Query on Enhancement precautions

    Hi BW Experts, In Our datasource one field is enhanced,data is populating into the field and delta's are running.Now I need to add one more field to this datasoure and enhance.What are the precautions i have to take? Could you please help me out? Tha

  • 11.5.10.2 re-install on Windows 2003 fails File Space Check

    Hi, After a dodgy staging area ruined my first install, I cleaned out the server as per Metalink Note 124353.1. I have recreated my staging area and am now attempting to reinstall Financials. However the pre-install check 'File Space Check' fails eve