How can I test the onboard sd card reader as it does not recognise a card when I put on in the reader?

Hi
Is it possible to run a test to check that the on board sd card reader is recognised, as I can't get a card to mount onto the desktop when I put a card into the reader.
Thanks

Hi Allan
I have tried ten different makes of card and they are all the same. Even tried a brand new one straight out of the packet. That did not work. All the cards work with my wifes old windows laptop.
Chris

Similar Messages

  • How can I test my discrete graphics card in an MBP Retina?

    How can I test the hardware on the discrete Nvidia grpahics card in my late 2012 MBP Retina? 
    I've had a *lot* of problems with it which I won't repeat here but the latest fun thing it's doing is crashing and requiring a hard reset any time *anything* attempts to access the discrete graphics card.  This includes but is not limited to:
    *Opening system profiler and clicking on Graphics (it displays a blank screen)
    *Running a 3D graphics benchmark
    *Running intensive mathematical calculations on the GPU
    *Connecting to an external monitor with the thunderbolt port and using the computer for a short period of
    None of these things actually work and after unsuccessfully attempting any of them the computer becomes very unstable shortly there after and usually crashes and requires hard reset.  One time I got a crash report that said something about GPU panic. 
    Any recommendations?  I get the sense that the apple hardware test is not doing a thoroough test of the GPU if at all.
    Thanks.

    If they add OSX support for this product and it comes in at a reasonable price point, it could be an attractive solution.
    http://www.anandtech.com/show/5352/msis-gus-ii-external-gpu-via-thunderbolt
    Also, there are products from other companies that allow connection to PCIe cards through thunderbolt.  These two are geared more towards professional use (Audio/Video I/O cards).
    http://www.sonnettech.com/product/echoexpresschassis.html
    http://www.magma.com/thunderbolt.asp

  • How can i test the boolean state of button action?

    Hello,
    in as2.0, how can i test the boolean value if a button was
    pressed or not?
    I have a simple function im trying to work with like this...
    button_btn.onRelease = function (success:Boolean) {
    if (success) {
    trace("we pressed the button - value is true");
    else {
    trace("value is false");
    working with booleans in this way is new to me - any pointers
    will do - thanks!

    Well, I'm not really that familiar with using video in flash,
    but from what I understand of what you are going for, these are my
    suggestions:
    If the code within your button has scope of the variable you
    are testing for:
    _global.myInfoObject;
    button_btn.onRelease = function(){
    if( myInfoObject.code == (value your are testing for) ) {
    trace("value is correct);
    } else {
    trace ("value incorrect");
    if you aren't in scope you can always maybe forward the
    onRelease function to some handler that is in scope:
    var myInfoObject;
    var release = function(){
    //to do code here;
    button_btn.onRelease = release;
    I hope some of these ideas help a little.
    You can always send your .fla to my email at
    [email protected] and I'll take a look at it.

  • HT202213 Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Could have to do with home sharing. Try turining off and then back on home sharing on your AppleTV.

  • How can we test the camera megapixel?

    Hi All,
    I need to know how can we test the camera megapixel?
    For instance: If i have a 2MP camera how would i test it is 2MP, is there any measurement device or standards for mega pixel?

    1600 x 1200 is 2mp not 1.3. Your friends phone must also be 2mp or the picture was taken on another phone.
    It's easy to work out yourself.
    1600 multiplied by 1200 = 1,9200,000 pixels more commonly known in the industry as 2mp.
    1.3mp is 1280 x 960 (1,228,800 pixels).
    More megapixels does not always equal better quality. The lens and software are also a big quality factor. I have seen many 1.3mp phones that take better pictures than a 2mp phone because they have a better lens.
    Message Edited by psychomania on 18-Jul-2008 10:26 AM

  • How can I test the effect of fill factor?

    I noticed that the fill factor in my data base script is set to 80 and I believe i could optimize the performance by setting it to 100. After setting it to 100, how can I test whether it has made a positive effect or not? Currently my database have about
    50 tables and thousands of records. Please advice.
    mayooran99

    You have to monitor the page splits/sec counter. If this counter increases considerably after you change the Fill Factor (FF) from 80 to 100, then it might be a indicator that you FF setting is too high. You can monitor the page splits counter in Perfmon
    but a caveat is that this counter is accumulative of all page splits across all DBs on a particular SQL Server. If the clustered index is on an ever increasing numeric field (like identity field), the page splits do happen at the end as the data gets added
    – this is not necessarily bad, but the Perfmon counter (Page splits/sec) includes the counts for even this type of page splitting too, which should be ignored. 
    Check your daily index fragmentation rate - this can be done by storing the index fragmentation levels in a custom table and comparing it with values after you increase FF to 100
    However, for heavily inserted/updated tables try changing FF value to 90 first (there is no point in changing FF to 100 for heavily  inserted/updated tables as they are bound to incur page splits)
    In general, changing the FF from 80 to 100 may improve the read performance of your queries as more data fits into a single page. 
    There is no blanket % that will be appropriate/optimal for all tables. It all depends on the data and the frequency of the key column that is being updated. So, the only correct answer is TEST, TEST, TEST...
    Satish Kartan www.sqlfood.com

  • After updating my iphone5, my phone went back to factory setting and now I can't sign in with my apple id because it does not recognise it... Help?!

    After updating my iphone5, my phone went back to factory setting and now I can't sign in with my apple id because it does not recognise it... Help?!

    Yes, my telco is an approved carrier. If my phone was brand new, I think so, they opened it in front of me.. I really couldn't remember it was 1.4 years ago. It did seem new.
    Well it says, "_____" cannot be used to unlock this iphone. I've tried both my apple ids but it didn't work.

  • How can you test the video card?

    I just got a cinema display and I am having trouble calibrating it.
    I just notice that when I open up bridge CS4 it takes awhile for it to refresh. When I go to film strip view and click on a picture it will not diplay it.
    Then I change views and there is a line down the middle of the display where it gets update but the left side does not.
    Any thoughts on what it could be?
    Video card of is it the monitor?
    How can I test it?

    The only ways I can think of to test the card are XBench and the Apple Hardware Tests (insert Install DVD and restart while holding down 'd')

  • How can I test the HBA driver?

    Hi. I'm a graduate student majoring in Computer Science.
    I'm interested in writing driver drivers, especially SCSI driver driver. I modified HBA driver and compiled. but I don't know how to test it
    To my thinking because HBA driver is automatically loaded when boot, I can't replace it with my driver. Is it right?
    How can I test it ? Is kenel compiled with new driver???
    Thank you in advance.

    HBA driver is a loadable module and it is HBA-specific, i.e. it is written for a particular type of the controller hardware. It is not clear, if you have modified a driver for you boot device controller of some other HBA. Do not replace your original driver used for booting - you may not boot you system! You may add to your system the HBA for which your new driver is written and then debug it on a live system.
    You will find a lot of information about driver development and debugging in the on-line manual "Writing Device Drivers" posted on http://soldc.sun.com/developer/support/driver/IO_kit/PCI.html web page.

  • How can I test the log in state from in side the Operator Interface code.

    From inside LabVIEW Full OI, I want to test if the operator logged in after the IApplicationMgr Start.
    Right after the IApplicationMgr ‘Start’ I have a loop that tests the IApplicationMgr ‘LoginLogoutRunning’ state and waits until the LoginLogout call back is done.
    I want to exit if the program if operator canceled the login and did not log in.
    I have tried “GetEngine” ref. From there get the “CurrentUser” ref but seems not to contain any information about the Current User.
    How can I test from my Operator Interface code logged in state of the application?
    Thanks
    Jim D.

    Try Engine.CurrentUserHasPrivilege
    For the string parameter 'privilegeName' enter Priv_UserLoggedIn or the string value "*".
    "Priv_UserLoggedIn–(Value: "*") Use this value with the Engine.CurrentUserHasPrivilege method to determine whether a user is logged in."
    Option 2: You could also setup a callback on application manager for UserChanged Event.  If the User is null then the login was canceled.  (see a copy of the help further down)
    From the teststand help for Engine.CurrentUserHasPrivilege method below...
    CurrentUserHasPrivilege Method
    Syntax
    Engine.CurrentUserHasPrivilege ( privilegeName)
    Return Value
    Boolean
    True if the current user has the privilege.
    Purpose
    Confirms whether the current user or any user group that the user is a member of has a specific privilege.
    Remarks
    Returns True when the privilege property is True, when the privilege property of any group that contains the privilege is True, or when privilege checking is disabled, StationOptions.EnableUserPrivilegeChecking is False. If privilege checking is disabled but StationOptions.RequireUserLogin is True, this function returns True only if there is a user currently logged on.
    Parameters
    privilegeName As String
    [In] Specifies the name of the privilege to check. You can specify the name of any privilege property. You can specify the full privilege path in the user privileges property tree, for example, Debug.RunSelectedSteps, or you can specify the base privilege name, RunSelectedSteps. If you specify only the base privilege name and more than one instance of the base privilege name exists, then the method returns the value of the first base privilege it finds with that name. Refer to UserPrivileges for more information.
    Teststand callback for UserChanged Event...
    UserChanged Event
    Syntax
    ControlName_UserChanged ( user)
    Applies To
    ApplicationMgr
    Purpose
    Occurs when the current user logged in changes.
    Remarks
    Use this event to update the parts of your user interface that depend on user permissions when the current user logged in changes.
    Parameters
    user As User
    [In] Current user. If this parameter is NULL, there is no user logged in.

  • How can I test the throughput speed of the router?

    How do I test the data speed of my Airport Extreme base? I want to test the functioning my airport extreme base. I experience frequent slowdowns and stoppages that don't occur when i access the cable modem directly.

    To test data throughput of your AirPort (or any router) you would need to test both the WAN-to-LAN and LAN-to-WAN interfaces. A typical way to do this would be to use a utility like ixChariot.
    For example, SmallNetBuilder has already done this with several different versions of the 802.11n AirPort Extreme Base Station (AEBSn). You may want to check them out to get an idea of what the AEBSn is capable of.
    Another approach that is commonly used but not as accurate is to use "end-to-end" throughput testing utilities that are readable available from the Internet, like Speedtest.net.
    Regardless of which technique you use, it is important to test throughput at each of your network segments to help pinpoint where the bottlenecks are. For example, if you do HD video streaming on your local network, you would want to test the throughput between the HD video source and the playback device.

  • Can;t set up an account on orange as it does not recognise my number

    I have an orange payg and I am trying to set up an online account so I can see my call charges I tried to register but it says it does not recognise the number  I put in although I had it for over 5 years 

    Hi ,
    To get this sorted please give us a call.
    You can also click here. for other ways to find out this information.
    Thanks.

  • How can I test the digital media card reader?

    New notebook DV6-6B58SA digital media slot is not responding to plug in memory DUO SD card.
    The SD has successfully downloaded via the USB.
    The PMB has been successfully updated to ver.5.8.02,
    Are there any diagnostics to test the SD reader slot.?
    I remember that Realteck (?) softwaredriver upgrades failed until tech. support recommended uninstall and reinstall.

    Hi Allan
    I have tried ten different makes of card and they are all the same. Even tried a brand new one straight out of the packet. That did not work. All the cards work with my wifes old windows laptop.
    Chris

  • How can I test the Built in Camera is working

    Hi Guys,
    I installed Windows 7 and everything seem to be working great! As for the built-in Camera, how would I test it, I can't see any Camera button under Computer as I alwasy used to see in Windows XP. Anyone could help? 
    Solved!
    Go to Solution.

    You could try from your IM application
    If you have Windows Live Messenger (when logged in) you can test it by going Tools > Audio and Video Setup
    If you have skype you can test it by going Tools > Options > Video Settings

  • How can I test the running time of a method?

    c.What is the running time of your method smallest, as a function of n, the number of elements in the list? Use big-Oh notation.
    I quoated from a java problem..
    Anyone can tell me how I can test the running time? Thanks ! :D

    it depends on what is in the method. For example a for loop executed n times would have a O(n). A double for loop (each loopp run n times) will have O(n^2). Do this: determine how many times each loop in the method is run. This is the first term in your runtime equation. Do this for all other loops in the method and add them all together. Most other statements that are not iterative should have a constant runtime so O(1). For conditional statements, the runtime depends on the most time consuming portion of the statement. Once all these are added together, take the O(equation) which should just leave the biggest term. i.e. O(5n^2+3n+8) = O(n^2). Hope this helps.
    note: this does not apply to recursive methods

Maybe you are looking for