Problem with new mmc card

Hi. i hope someone can help me. Just bought on contact a nokia 6630. Its very good. Decided to but a rs mmc card of 512 mb for more data storage. Problem is the phone doesnt see it. Any ideas on what i need to do. Thanks Andy

Just an "MMC for mobiles" is not enough. It must be labeled exactly (letter-for-letter): "MMCmobile" (or "DV RS-MMC"). Other types of cards do not work.
If it is of correct type, then check that you put it in the card slot the right way (the card's connector surfaces upwards) and far enough (to "click" in place).
If even those don't help, check that the phone's "Memory" app sees the card and lets you format it (in case it for some strange reason or another wasn't formatted).
If that's not enough, then you have either a broken card or a broken phone.

Similar Messages

  • Problem with new graphic card Geforce GT 610 installed in HP Pavilion a6710in

    I have recently installed the nVidia GeForce GT 610 graphic card. The problem faced by me is especially during playing games, the screen goes black and PC restarts but it works fine with rest of the things. I have disabled the integrated video card as would be if new video card is installed. The problem is still unclear... so please if anyone can help me out with this...

    The GT 610 requires a minimum of a 300 watt system power supply and your computer came from the factory with a 250 watt power supply. When playing games, it is very possible that the card draws more current than the 250 watt PSU can supply. This would cause the computer to crash, go blank, and/or reboot. Please upgrade the power to at least 300 watts.
    If you have any further questions, please don't hesitate to ask.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Problems with new NVIDIA-card

    Hi,
    a few weeks ago, my old graphics card (NVidia 7600) got broken, so i upgraded it to a NVidia 9600 card. First everything seems to work, so there was nothing to reinstall. Compositing of KDE4 works (or seems to) , but whenever I want to play a game it lags. Even glxgears lags while saying something about "5151 frames in 5.0 seconds = 1030.194 FPS".
    Yesterday I tried the second Linux OS on my computer, Ubuntu 8.10, and there I can play games. I think I can remember trying to play games before Xorg upgrade, so I think it is not to blame.
    Can anyone help me? Do I have to delete some configs or reinstall something?
    Edit: I also tried it without compositing and on obenbox, it lags the same.
    FSM
    Last edited by FSM (2008-12-19 11:01:48)

    I have installed a nvidia geforce 9600gt in my pc and it worked fine with x.org 1.5.3-4 (Last update was yesterday).
    I have 4560.953 FPS with glxgears and all games are working fine.
    My xorg.conf:
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2" # IntelliMouse PS/2
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "AMW-Widescreen"
    HorizSync 31.5-70
    VertRefresh 50-85
    EndSection
    # Graphics device section
    Section "Device"
    Identifier "GeForce9600GT"
    Driver "nvidia"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "GeForce9600GT"
    Monitor "AMW-Widescreen"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1440x900"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1440x900"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1440x900"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection

  • How to change payment method with new credit card details. Not able to change current one as card has expired. Pl help

    I want to change my payment method with new credit card information as current credit card has expired. But when I try to change payment method , returns your payment method is not valid or allowed and continues to prompt to change the same. But when I try to update with whew credit card number, it doesn't accept and continue to refuse the payment method.
    This problem is not allowing me to purchase of any kind either paid or even free as well. Doesn't allow to even purchase free books even
    Please help to solve the issue
    Thanks
    Dpvora
    India

    You need to contact Apple Support for this kind of problem.
    http://www.apple.com/support/contact/

  • "There is a problem with the SIM card in your iPhone"

    I'm getting this error when I try to activate my new iPhone 4 through iTunes:
    "*There is a problem with the SIM card in your iPhone.*
    To activate your iPhone with this account, you will need a new, unactivated SIM card. Please use the SIM card that was provided with your new iPhone. If you are using the new SIM card, and are unable to complete activation, you can go to an Apple Retail Store or an AT&T company owned retail store to request an unactivated SIM. If you would prefer to have a replacement SIM card sent to you via overnight mail, please call us at 1-800-MY-APPLE. We apologize for the inconvenience this has caused."
    Now I've already been to AT&T and nothing they could do with the account settings would work, in fact they had never seen the issue before. They gave me a new SIM card and that did nothing as well. Finally they tried out a different SIM tray, and that still didn't work. I have a Genius Bar appointment at the Apple Store tomorrow, but I was wondering if anyone else has this problem. Do you think that the SIM reader inside the iPhone 4 is broken?

    I solved a problem I had with activating my iPhone although the error message was different from yours.
    I got the message "There is something wrong with your iPhone and it cannot be activated, please bring it to your nearest Apple service".
    Via a Chinese forum I found out its the SIM card witch is the problem. If the serial number of the SIM has a "letter" in it it won't work. If only numbers it will work.
    I now tried it with 2 SIM cards with letters and got the message over and over again. Than tried with my only numbers SIM card and it activated instantly.

  • I have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    i have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • FME capture problems with new PC

    Had FME 2.5 broadcasting live on old Win XP machine without
    any problems (with various capture cards). Upgraded to new PC
    (Vista, ATI Theatre 650 Pro Combo card w Dell media Xcelerator),
    and have had nothing but problems:
    1. Getting “The parameter is incorrect” error
    messages every time I start FME or change the presets.
    2. Audio only finds the “ATI AVStream Analog
    Capture” device, not the soundcard/mic (even though a web
    Flash encoder finds the mic fine).
    3. Video Device (also ATI AVStream Analog Capture) only
    captures in widescreen, not any other formats (even though card
    supports them). Plus only 720x format options are shown and if I
    try to scale above 720x240, it keeps same resolution and just fills
    extra space with green screen.
    4. Clicking on “Filters Properties” tab in video
    device settings causes FME to crash. Other video settings tabs seem
    to work fine (though audio device gives no settings other than
    “board properties”).
    Any suggestions? Can't seem to find anything that will help
    correct these issues. Thx!!

    quote:
    Originally posted by:
    Moin Ansari
    You may want to update the drivers and try again.
    http://www.dell-drivers.com/dell-drivers-downloads/ATIATI-Theater-650-PRO-Combo-Analog-Dig ital-TV-Tuner_13913.shtml
    Thx for the suggestion. I already had those drivers, but
    tried the latest drivers from ATI and then reinstalled FME. That
    corrected the green bar issue I listed in problem #2, and I can
    resize to a smaller output now. However, the other 3 issues still
    exist (parameter errors, does not discover mic/soundcard in audio
    devices even though other programs do, filters properties causing
    FME crashes). Plus I noticed that the audio "sample rate" selector
    is blank, showing no options to choose. When I try to test encode,
    I get an audio sampling error and it suggests trying another rate,
    even though no rates are listed. Any other Ideas? Thx!!
    Update - i figured out how to get the mic input to show in
    devices, but the audio sample rate problem listed above is causing
    all encoding to fail, no matter which audi source I use.

  • HT2534 Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps!

    Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps! Than I wanted make new account and select NONE, but there no NONE, there only cards. Help, please!

    Hey Shamannnig!
    Here is an article that can explain a little more about this situation:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Problems with new catalyst

    I Have a problem with newer catalyst version 4.7 and 4.8..sometimes the screen goes totally black,it's like the montitor goes into sleep mode or screensaver.
    This can happen at startup or after while the only thing i can do is to restart the computer by turning it off(or reset).
    With cat 4.6 and the drivers before everything works fine.
    I tried fastwrites on/off(no good)
    Disable Vpu recover(no good)
    Raise agp voltage to 1.6V(no good)
    I also tried asus own driver but the same thing happens.
    However i came to think of if there is anything i should change in power managment in bios because the comp won't wake up from sleep mode when pushing on the keyboard or moving the mouse(this is with cat 4.6 wich works great otherwise)
    I hope someone have an answer to my mysterious problem

    Quote
    Originally posted by Ycore
    This is my exact problem.  Computer has been running ROCK solid for the last few months with 4.7 catalysts.  I install the 4.8's, reboot, load up Doom 3, and the computer hard locks within seconds of 3D mode being activated.  Reboot, run 3dmark2001, and again, hard lock within a few minutes into the demo (screen goes black into power savings).  At this point I figure it's a problem with the 4.8's, so I reinstall the 4.7's, fire up Doom 3, and IT FREEZES AGAIN.
    At this point, I'm loathing my decision to mess with my vid drivers at all, and wondering how come the vid card has started to lock up in 3d..  I start messing with all sorts of settings.. Finally, tuning the AGP speed from 8X to 4X totally resolved the freezes.
    QUESTION: WHY ALL OF A SUDDEN DID 8X AGP STOP WORKING???
    AMD 64 3200+
    K8T-NEO
    Antec 430W PSU
    ATI RADEON 9600 PRO AGP
    SB LIVE
    1GB CORSAIR C2 DDR (2x512)
    Lite-ON DVD/CD+RW
    Windows XP SP2
    I have never got my 8x AGP to work, its always hard locks when I use it...dunno why I don't really care. When I upgrade to a pure 8x AGP card i might if it still happens. Actually if it continues to happen there is a good chance I will get rid of this board and get the nforce probable. But at any rate, setting AGP to 4x has always fixed every video card problem I have had since putting this computer together. So try that I suspect it will fix your problem as well.
    Also note that we have very similar setup's so try it and let us know if that works out for you.

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add

    I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add APN. Now when i switch to safari its showing you are not subscribed for cellular data. But I am able to use data on other phone.
    Will you please help me in this regard?
    Another issue, since i bought my new iphone there is dust inside back main camera.
    Your advises are highly appreciated.

    Hey Shaiju isac,
    I'd take a look at the following article, it'll guide you though steps to you troubleshoot cellular data issues on your iPhone:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    David

  • Wifi problems with new ipad

    I'm trying to learn how to correct wifi problems with new iPad.  It is the wifi only, 64GB model.  I want to be able to use it at work, where we have a great wifi network.  I can usually connect to our network with no problem, but after an hour or so my iPad loses the network.  When I try to reconnect, I see that the network is showing full strength reception, but I get the error message from the iPad that I am "Unable to join" the network.  My iPhone connects to the same network seamlessly, as do all of the other iPhones of my co-workers and the older generation iPads that some of our staff has.
    At other locations, I typically have no problems (home, apple store, etc.) but I have had the same situation pop up at a coffee shop where I could see that there was a wifi network available, but I could not join it even though it was the shop's free wifi. 
    I have tried turning the iPad off, turning off wifi and turning it back on again, and forgetting the wifi network in question.  I can't think of any other methods that are available to an end user to correct the problem. 
    I have already gone to the Apple store to swap out the unit, and the newer one is having the same symptoms. 
    Can anyone offer any advice here?  This is quite frustrating.

    No problem! Have a read at this most interesting article which has special significance as regards your models!
    http://edition.cnn.com/2012/04/05/tech/gaming-gadgets/ipad-wi-fi-issues/index.ht ml
    However, I attach an extract from another thread for your perusal. You can disregard any suggestions/links you have already explored -
    created by Texas Mac Man in Using iPad - View the full discussion
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router &amp; then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom ;)

  • List of Problems with new Web Mail

    List of Problems with NEW Web Mail :
    - At first doesn't open full page message list or retain full page as default setting, have to drag down bar
    - Only shows 20 message lines after “pulling down” the divider, screen partially empty until I scroll down.  It should show at least 26, preferably all available
    - After moving bar, bar moves back up after going back to inbox (not delete message) after reading a message, have to move it down again, and again...
    - Doesn't go to next message when delete message on screen is selected, no setting option for default to do this.
    - There is a drop down to select which folder to move a selected email to.  The initial display shows 7 usable choices, with the usual slider and arrow to show more choices.  The space on the slider clearly shows more choices are present (actually about 20 or so are there), but any attempt to use the slider or arrow to see more choices causes the drop-down to instantly disappear.  I can't move the selected field with arrow keys either.  I can select any of the visible 7 choices, and move an email to only one of the 7.  NOTE: This one works in both IE and Firefox, but if Verizon Webmail was fully web standard (see http://en.wikipedia.org/wiki/Web_standards) compliant it would also work in my preferred browser, Mozilla Seamonkey, the direct descendant of the original Mozilla browser.  Webmail should be FULLY web standard.
    - Occasionally a message will move from inbox to trash, without NO indication or command to move them.
    - Emails occasionally flash an error message and simply disappear - not to trash or other findable place, just disappear.  No time to read the error message either.
    - No way to set a whitelist for supposed spam emails, unless the whitelist for “Blocking” is the same.  Very unclear.
    - How can I switch my service back to the original, basic, email which works ok?  I know it’s still there, since some of my other accounts still access it!!!
    This seems my only way of getting this info direclty to the programming staff.  If it doesn't actually do this, will SOMEONE PLEASE FORWARD THIS MESSAGE TO THEM !?!  
    Thanks!

    vz_ric wrote:
    The majority of websites are set up the same way for all browsers. It's the software manufacturers responsibility to make their software compatible with websites, not the other way around. Otherwise everyone who has a website will have to make 10 different sites to work multiple browsers.
    Contrarily, it is Verizon's, as well as other companies like Verizon whose customer base uses a wide variety of web browsers, web page designers' responsibility to use only standard W3C-recognized code and not to use non-standard non-W3C-recognized code, e.g., Microsoft's Internet Explorer specific code, when designing their web pages. In my opinion based on my observations, Verizon's web page designers are too often guilty of using IE-specific code.

  • HT1918 i have a problem with my prepaid card

    i have a problem with my prepaid card i put all the correct payment informations and have a message
    your payment method declined please enter valid payment information
    <Personal Information Edited by Host>

    We are fellow users here on these user-to-user public forums, you're not talking to iTunes Support nor Apple - I've asked the hosts to remove the card details from your post, but if you read this post within 15 minutes of your original posting time then you should be able to edit your post yourself. But as people subscribe to these forums you may find that your card gets emptied.

  • WHICH CARRIERS WILL ALLOW ME KEEP MY PHONE NUMBER WITH NEW SIM CARD?

    WHICH CARRIERS IN USA WILL ALLOW ME TO KEEP MY PHONE NUMBER WITH NEW SIM CARD ON AN IPHONE 5S?

    thank you. 
    i did not know that it was different from normal writing where one might use all caps to cull the attention of the public---as in a newspaper advertisement selling an item and the caps would be intended to make the ad stand out from other advertisements.  i'm old school i guess but im learning & i thank you.
    Did not intentionally try to yell at the readers.  Hope i didn't wake anyone up!!!  Again, my apology.  Thanx.

Maybe you are looking for