I can't turn off the Nano at all-Its always on the main menu

I can't turn off the nano- I can't reset the nano because I can't turn it off-I've looked everywhere for options- any ideas??

uh dude thats same thing is happening to me it wont turn off or anything or reset mines skipping songs too

Similar Messages

  • Satellite L600: How can I turn off the main Wireless Communication Switch?

    Hello! Would be very grateful for any help....after struggling for 3 months I finally signed up here hoping to get some help.
    I have a new Satellite L600/ Win7 Home Premium.
    My questions is that I can not find where the MAIN wireless switch is in order to turn wireless off COMPLETELY.
    Everytime I start up, the wireless (orange) light switches on automatically.
    I have to wait till start up finish and manually turn it off by Fn-F8.
    When I open ConfigFree, (or Connectivity doctor), the diagnosis on the bottom left says [STATUS" Wireless Communication Switch: ON]
    This tells me the main switch is somehow still ON.
    I called Toshiba twice and they couldn't find it either.
    They said the new versions of BIOS doesn't allow it...? And for this model there is no physical switch built on the PC itself.
    I have looked everywhere and did the following:
    (1) Disable the adapter from Device manager.
    (2) In HWSetup, where there used to be an option to click the wireless switch off, it is not there anymore.
    (3) I went into BIOS setup and could find nothing remotely related to wireless/bluetooth to switch.
    I'm just wondering why there is a laptop with wireless switch ON permanently? But if it's ON, there must be a way to switch it off. Press Fn-F8 every time on start-up is not a long term solution as risk is I'll forget one day).
    As my last laptop was hacked before it is top priority that I know how to turn off ALL wireless function. So even if I have to do it via Commands, I will try it. Also, I'm not sure if anyone else experience the same with this model, or is this a defect in my particular PC?
    Any help or same experience will be much appreciated, thank you.
    I disabled the adapter in the device manager.
    When I open ConfigFree, the Connectivity doctor tells me the Wireless Communication Switch: ON

    Hi thanks for your replies! Sorry if I'm slow on the forum, at first I couldn't find where my thread went! Apparently it's moved to under Wireless. Is there alert message to let us know when my question is being moved?
    Thanks Paolo30, I am glad to know that Fn-F8 is enough. when I check Network Connections, the Atheros adapter is 'disabled'. Sorry may I ask if WLan card you are talking about in device manager = Atheros adapter? (Despite reading furiously on books to patch up my ignorance on the wireless last few weeks, still not sure the difference between 'adapter' and 'card'... :) Are they the same thing?
    Thanks Xardas. I checked the status in device manager and Atheros adapter is 'disabled'. I'm glad to know everything is ok if I see that! :) As my laptop was tampered wirelessly (and I don't know how they did it), I bought a new one and it's important for me to know it's 100% safe. Still, I want to tell Toshiba engineers it would be great to find out where this mysterious Switch is. It's not good to feel there is some sort of wireless capacity always ON and my PC may be emitting some wireless signals for serious baddies?

  • Dock question:  Can I turn off the expansion/condensing effects of Fan and Grid view?

    Hi!
    Can I turn off the Dock menu expansion/condensing animations related to Fan and Grid view (and the condensing effect of List view)?  I find the expansion/condensing animations slow and detracting from an efficient workflow.  I would rather have menus pop up immediately so I can instinctively move the mouse cursor where I can anticipate a file to be located once grid/fan view window launches, rather than have to track the expansion animation with the mouse cursor so that I can select the desired file once it lands in its fixed position.
    Is there any known backdoor way to cease these showboating animations?
    For the dock to be such a major addition to the Mac OS (when compared to OS 9), I am surprised that there isn't greater customization for it.  Speaking of which, why can't we have the option of having more than one dock, for example?  I would like to have one mounted to the bottom of my screen for applications, but also have one on the left of my screen for commonly-accessed files and folders.
    I am all for stock settings that help to streamline features for users as a baseline, but the more tweakable options the better.  I pay a premium for Apple products; who are they to tell me I can have only one dock?!  ;p
    I've taken a look at Docker and Deeper, but neither delivered the goods.  Thanks so much!
    P.S.  I am still using Snow Leopard.  I haven't heard of new dock options for Lion, so please clarify if I am missing out on a Lion innovation.
    Thanks again!

    Take a look at Secrets, OnyX, or Tinker Tools. All of those have various undocumented preference settings that affect various animations.

  • How can I turn off the shuffle on the Ipod nano 7th generation?

    how can I turn off the shuffle on the Ipod nano 7th generation?  It seems to be set automatically to shuffle everytime I play anything and it's driving me crazy.  Any suggestions on how to turn it off for good?
    thanks!

    See the manual
    http://manuals.info.apple.com/en_US/ipod_nano_user_guide.pdf

  • How can I turn off the Ipod 5g speaker so it just plays through the headphones?

    How can I turn off the Ipod 5g speaker so that it just plays through the headphones?

    First make sure your headphones are plugged all the way in, meaning no silver from the headphones plug can still be seen.
    If that's not the issue, try a hard reset of the Nano.  To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    B-rock

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • I have an iPod touch and I can't turn off the portrait orientation lock. Can anyone help?

    I have an iPod touch and I can't turn off the portrait orientation lock. Can anyone help?

    What happenw when you try to turn it off?
    iOS: Screen does not rotate
    Not all app have a landscape mode.

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

  • How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn- the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign.

    How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn-off the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign but in this version I could not do so and my iPad appears slower.

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen

  • How can you turn off the braille setting on an iPhone 4s, once on it won't let you slide the phone into use mode to change the settings or do anything?

    How can you turn off the braille setting on an iPhone 4s, once on it won't let you slide the phone into use mode to change the settings or do anything?

    An alternate method is Accessibility Settings when connected to iTunes. You should be able to turn it off there. I would also check out some of the answers listed to the right of this post and see if they can help.

  • How can I turn off the wireless modem on my HPG5200uk Desktop?

    How can I turn off the wireless modem on my HPG5200uk Desktop? I have an ethernet connection, and don't want to be blasted by unnecessary radio waves.
    This question was solved.
    View Solution.

    Hi,
    You may not have a wireless network adapter.
    If it is not in Network Adapters and you have no Device Manager errors or disabled devices under Network Adapters then that would be the case.
    Jaco
    Errare humanum est.

  • Can you turn off the annoying pop-up in iTunes

    Can you turn off the annoying pop-up in iTunes when you hover over a song in your song list. 
    I don't need a stupid pop-up; this isn't a stupid Windows program. Now my iTunes is jumping around, things are popping up!  *** APPLE! I wnat my old iTunes back!

    Like whan you touch the black bar at the top of the screen with the time and the battery percentage and all that...the screen will scroll all the way back to the top.  I'm wondering if there is a way to turn that off

  • How can I turn off the 2 blue lines running vertically in my image in Photoshop?

    How can I turn off the 2 blue lines running vertically through my image in Photoshop? I want to save my work but do not know if these lines will persist in the saved image.

    normfb wrote:
    I assume the Rulers are showing. In that case, to get rid of each line use the Move tool to straddle the line and drag it whence it came. I really didn't need to add this comment but it is the first time in years I have had a chance to use the word "whence".
    Is this a guide I see before me? Doeth it conspire to confuseth mine eyes with sapphire lines that afoul my worthy parchment, and draw my quill from its righteous path? Be gone foul guide from whence thou cometh.  Verily, forsooth, and hey nonny nonny.

Maybe you are looking for

  • Video chat wont work!!!

    hi, so im trying to video chat with my friend at another college. i can text chat fine and everything. However when i try to video chat it says not cnnected and the person isnt responding when i know she is. the error is this. Date/Time: 2008-08-24 2

  • Probelm in creating R/3 source system in BW 3.5!

    Hi, steps i did for the creation of source system in BW are as follows! 1) crated RFC destinations in each of the system (BW3.5 and R/3 4.7 IDES) 2) created logical systems in each of the systems and assigned the client to the respective logical syst

  • Printing from iphone/ipad does not work after ios5 upgrade

    have a Brother HL-2140 that would print and show up as the "printer" when printing from an iPhone/iPad thru an Airport Extreme. Everything worked fine till upgrading to ios5 ... now the option for printing is replaced with an "no airprint printer fou

  • Rownum

    I want to know the reason behind the output of both the queries... 1. select * from emp where rownum > 5 ; Gives output as: no rows selected 2. select * from emp where rownum < 5 ; Gives 4 rows from the table . can anyone help me in that ... Thanks a

  • 802.1x with PEAP fails on Unified

    We have an issue with a Fujitsu Siemens Amilo Laptop. It uses 802.1x with dynamic WEP and PEAP-MSCHAP (MS-IAS), Verisign Imported Certificate. It works fine in a Autonomous environment but fails in Unified environment. Other laptops work fine in both