Nano6th-Speakers not working when connecting to Nano

My new Ipod Nano(6th Gen) does not work with the speakers i have that i had used with my Ipod Nano (1st gen). Speakers are in working condition-Anyone know why? Does the my new nano(6thGen) require different speakers?

2 days ago, we have added 4th node to the existing 3node RAC. Is that given any issues.
below are the things i checked.
$->srvctl status scan
SCAN VIP scan1 is enabled
SCAN VIP scan1 is running on node qysqalccoredb01
SCAN VIP scan2 is enabled
SCAN VIP scan2 is running on node qysqalccoredb03
SCAN VIP scan3 is enabled
SCAN VIP scan3 is running on node qysqalccoredb02
$->srvctl status scan_listener
SCAN Listener LISTENER_SCAN1 is enabled
SCAN listener LISTENER_SCAN1 is running on node qysqalccoredb01
SCAN Listener LISTENER_SCAN2 is enabled
SCAN listener LISTENER_SCAN2 is running on node qysqalccoredb03
SCAN Listener LISTENER_SCAN3 is enabled
SCAN listener LISTENER_SCAN3 is running on node qysqalccoredb02
why it is not running on 4th node. Please let give some ideas.

Similar Messages

  • HT1665 Bluetooth docking station speakers not working when docked

    I have a new docking station a Pioneer XW-BTS3-K which is certified by apple to work with my iPhone 4. The remote control and buttons on the docking station all work fine when my iPhone is docked and the phone charges. But iTunes will not play through the docking station speakers although the speakers work when connected through bluetooth.
    The Pioneer website is not very helpfull as it has no information on which ios software the station is compatible with.
    Is there something wrong with my iPhone?

    it's unclear what you mean when you say itunes
    itunes on ios is the store bit and the play music part is called just music
    itunes on computers is both
    if you dock an ios device the dock would likely be prepared to play music from the docked device
    and stop computers play to it using bluetooth

  • Speakers Not Work When Diplay is in Upright Position - Lenovo G450

    I have a Lenovo G450. Recently the built-in speakers will not work when the display monitor is in open position. The speakers will work when display monitor is half closed. How can I fix this problem?
    Thank you for any help you can offer to me in solving this problem. ..

    The speaker is installed at the bottom of the notebook please make me correct if it is on Display Panel.
    Make sure you have the updated Audio driver and BIOS.
    Please refer to the web link http://consumersupport.lenovo.com/us/en/DriversDownloads/drivers_list.aspx?CategoryID=370748
    You may also connect the external speaker and check if the same issue appears.
    Best Regards,
    Tanuj
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Auto Lock not working when connected to Macbook

    Ive had my ipod for about a week and I thought auto-lock was working even when the ipod is connected to my computer.
    But I just realized that the auto-lock is not working when it is connected to the computer.
    Is this normal?
    Also when I set the brightness to the lowest setting, the screen slightly flickers intermittently.
    Is this normal too?
    Thanks

    Do you have more than one IDM Server running in your environment? When you are debugging a WF on server A and the scheduler decides (usually after an approval step) to continue running the WF on server B, your debugger connecting to server A wouldnt stop at the breakpoint.
    Can you make the debugger stop on e.g. the "start" or very first Activity in your wf? Right after launching it from the form.

  • HT2844 My front headphone jack does not work when connecting a head phone to a new mac pro desktop computer.  The sound still comes from the speakers.  Any solutions?

    The front headphone jack on my new mac pro desktop computer does not transmit sound when connecting a headphone or ear buds.  The sound still comes from the speakers and is not redirected to the head phone.  The port has never worked.  Any solutions?

    okay, try option-clicking on the speaker icon on the top of your screen. That should bring up a list of sound output options. including headphone. You could try messing around with Audio MIDI. It may be possible that the thing is still stuck inside the headphone jack. Careful use of a toothpick may get it unstuck. I dunno, I've never had a problem with the headphone jack. If all else fails, call Apple or take 'er in for an appointment
    JB

  • Audio not working when connected to HDTV

    I connected my MacBook Pro to my Samsung HDTV LN40D503F6F and also connected an HDMI cable to the TV using Apple mini DVI cable. I tried connecting to both HDMI/DVI 1 and HDMI 2. Video works fine when connected to both the HDMI ports, but the audio didnt work. I also purchased an a 3.5 mm audio to RCA cable and tried switichin between both the HDMI ports but still it is not working. Any solution would be great. Thanks !!!

    Hi:
    While trying to help you, I was looking along the same lines as you were (I assume).
    I did a search by the IDT 92HD73E audio codec and all I could find were drivers for system boards with Intel processors such as the driver you tried unsuccessfully.
    I have finally found a W8.1 driver for that codec from a desktop PC with an AMD processor and chipset.
    See if this one works...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=cp-134120-1&cc=us&dlc=en&lc=en...

  • ITunes does not load when connecting iPod Nano (4th Gen)

    I have my iTunes settings 'disable automatic syncing for iphones and ipods' unchecked, and in my iPod settings i have 'open iTunes when connected' option checked, and iTunes still does not load. How do I solve this?

    If you have itunes open and then connect the nano, what happens?

  • Maps not working when connected to local-only WiFi network

    Just FYI, while I had my iPhone connected via WiFi to the network my Time Capsule created but with the TC not connected to the internet (cable modem down), Maps (on the iPhone) refused to load any new content. Switched off WiFi, everything worked again.
    It could be that any app (not just Maps) that required internet connectivity would not work in such a situation. I'll test that tonight.

        trimandjen2
    Sorry to hear about any trouble with your picture messages! Let's get everything back up and running for you. Is mobile data still turned on when you're connected to WiFi? If so, can you try using the Google Hangouts application for your messaging instead? I'd like to test if this will allow you to receive picture messages even when on WiFi. Keep us posted!
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • PL/SQL program not working when connect database via SqlNet

    Hi,
    This is a segment of a PL/SQL program before opening a cursor using input descriptor. It is working fine ( to get the value of unOutputCount ) without connect to a database via SqlNet, can anyone tell me why it is not working ( unOutputCount return 0)while connecting to a database via SqlNet and how to make it work without opening a cursor before DESCRIBE OUTPUT ...?
    EXEC SQL ALLOCATE DESCRIPTOR GLOBAL 'input_111'
    WITH MAX 100;
    EXEC SQL ALLOCATE DESCRIPTOR GLOBAL 'output_111'
    WITH MAX 100;
    EXEC SQL PREPARE STMT1 FROM :psSqlStatement;
    EXEC SQL DECLARE CURSOR1 CURSOR FOR STMT1;
    EXEC SQL DESCRIBE INPUT STMT1
    USING DESCRIPTOR GLOBAL 'input_111';
    /* Get count of input parameters in statement */
    EXEC SQL GET DESCRIPTOR GLOBAL 'input_111' :unInputCount = COUNT;
    EXEC SQL DESCRIBE OUTPUT STMT1
    USING DESCRIPTOR GLOBAL 'output_111';
    /* Get count of output parameters in statement */
    EXEC SQL GET DESCRIPTOR GLOBAL 'output_111'
    :unOutputCount = COUNT;

    Hi,
    Welcome to Oracle OTN Forums!
    I changed your code a little. I think this help you
    CREATE OR REPLACE
    PROCEDURE xx_test
    IS
      v_pid VARCHAR2(100);
      v_cn  VARCHAR2(100);
      v_id  VARCHAR2(1000);
      v_val VARCHAR2(1000);
      CURSOR C1
      IS
        (SELECT product_id, 'PRODUCT_ID'  cn
            FROM product1 );
      BEGIN
        FOR V1 IN C1
        LOOP
          FETCH C1 INTO v_pid, v_cn;
          dbms_output.put_line('==== '||v_pid||'==== '||v_cn);
          EXECUTE IMMEDIATE
          'SELECT product_id, DECODE(COUNT (product_id),1,MAX (product_id))||'''||V_CN||''' as val
            FROM product1
           WHERE product_id =:a
           GROUP BY product_id)' INTO v_id, v_val USING v_pid;
          dbms_output.put_line('==== '||v_id||'==== '||v_val);
          EXECUTE IMMEDIATE 'UPDATE product2 SET '||v_cn||' = ' ||''''|| v_val ||''''|| ' WHERE product_id = :b' USING v_pid;
          dbms_output.put_line('++++ '||v_cn||'++++ '||v_val||'++++ '||v_pid);
        END LOOP;
      END xx_test;

  • Speakers not working when using iTunes on new Dell computer

    I just got a new Dell Latitude e4300 laptop and the speakers will not work with iTunes. I can play audio from any website, but am getting nothing in iTunes. Any idea why this would be? Any fixes for this?
    Jeff

    Hi,
    Please try to diable HDMI sound from Playback devices
      Right click the speaker icon,
      Select Playback devices
      Right click HDMI sound
      Disable it.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Find My Phone not working when connected to international service provider

    I recently moved from the US to Switzerland and changed my SIM card from one of Verizon's to one of Orange's (Orange is a popular provider in Switzerland). Unfortunately, the Find My Phone feature is now not working, whether I'm connected to WiFi or using data. Does anyone know if the feature only works in the States?

    Find My Phone only requires an Internet connection, either WiFi or 3G. Have you tried turning Find My Phone off, wait about 30 seconds or so, then turning it back on?
    Also, read here:
    http://support.apple.com/kb/TS4006

  • IChat AV not working when connecting wirelessly thru Netgear router

    Ok, I have read nearly EVERY forum out there about this issue, and I have tried nearly everything. I even called Apple. Noone can seem to figure out what the deal is.
    I have a Netgear WGR614 v5, and it is connected to a modem that I got from RoadRunner (Time Warner Cable).
    My cousin, who has a Mac identical to mine, is set up in the same fashion with a Netgear router.
    Neither of us can get a video connection using iChat. When we click the Accept button, it says "Connecting to ...." and then we both get an error that basically says there was a "communication error".
    I was informed of an Apple test address that I could test it with. AIM username is appleu3test03. I added it to my iChat buddy list, and clicked on the camera icon, and voila! It connected and I get an iPhone video (which is what is supposed to happen)
    So, what EXACTLY is that supposed to tell me???? The Apple test site says that means there is no problem with my connection, but that the issue is on my end somewhere....but I don't understand how that can be.
    Anyway, I don't have ANY firewalls on, and it works when I am connected directly with an Ethernet cable.
    PLEASE!!! HELP!!
    Thanks
    Cynthia

    Hi arvideo,
    OK IS the UPnP on in this device ?
    And no Port Forwarding or Services set ?
    IS it the only device connected to the internet ? (is there another router or a modem ?)
    1:18 PM Sunday; August 12, 2007

  • Mail not working when connected to a new network

    Whenever I connect to the network at work I can't send mail. I can receive mail though. I can't use my airport at work. Could this be the problem?
    Thank You
    Tamara

    Unless your employer has a wireless router and wireless network, you can't use Airport when at work.
    Assuming you have a business email account provided by your employer, you can't send mail with your business email account either when connected to your employer's network and internet access at work?

  • Audio speakers not working, says connected to HDMI but not

    So last night i spilt a small ammount of water on my laptop on the left hand side, i dried it off and today i come to find out that the mute button doesnt change color but works. My Cap's Lock light doesnt show, and says im connected to an HDMI for sound. when i connect headphones it still doesnt play through. when i open the sound menu from control panel it says that the (built-in) speakers are not connected. Is there a fix for this?

    This is due to a local network issue. The signal strength on the device doesn't account for any issues, you need to go to istumbler or similar to get a network report (to see full representation of signal, noise, and nearby networks. Trying ethernet will also help rule out wifi issues. You are also free to test on another network (preferably a controlled one like Apple's)

  • Hyper-V vSwitch external connection not working when connected to 100mb switchport

    I added 2 new servers to my existing Hyper-v 2012 server core failover cluster and there are many physical network connections on these servers.  One of the network connections on the new servers goes to a switch that doesn't have any additional 1gb
    connections and only has 100mb ports available.  The existing servers are connected to 1gb ports and they work fine.  The new servers are connected to the 100mb ports and when the host is setup with an IP on that network, I can ping other devices
    just fine but when I setup a vswitch connected to this external network adapter and share it with the host, I can ping between a Guest VM and the host but I can't ping on the external network.  So it appears that a Hyper-v vswitch doesn't autonegotiate
    with an external network connection that is set for autonegotiate on the switch but limited to 100mb.  I switch the cables between a server that ha 1gb connection put it into the new server and it communicates just fine but the old server won't communicate
    on 100mb port.
    Does anyone know how to setup the vswitch external network connection so that it will communicate on a 100mb external network?

    Hi Sir,
    >>The new servers are connected to the 100mb ports and when the host is setup with an IP on that network, I can ping other devices just fine but when I setup a vswitch connected to this external network adapter and share it with the host, I can ping
    between a Guest VM and the host but I can't ping on the external network. 
    First , please try to test (I assume that there is no vlan settings in your LAN):
    1. create an external virtual switch and click "Allow management operating system to share ... " without Vlan setting
    2. do not connect any VM to this external virtual switch just Host's virtual NIC
    3. try to access other computer in the LAN
    Any further information please feel free to let us know .
    In addition , please check if there is any configuration on that 100Mb switch port .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Maybe you are looking for

  • APP issue SOS

    Hi Guys While runnning the APP sometimes in cheques payments although the payment document has been posted the check register is not getting updated. Sometimes out of 100 payments, some, say 10 cheque payments are not getting updated. As a result of

  • HT5052 there was a problem downloading the software for the iPhone

    Dear All How to solve this problem? Help me please, I can't to update to ios 5. Thanks,

  • Unable to connect to my usual WiFi network

    For the past month or so, I have been unable to get my iPod 3rd generation to connect to my home network. I have a fairly strong signal, but every time I try to connect, i get a message saying 'unable to join the network 'NETGEAR'. I don't know what'

  • CUP Server error messages

    Hi, I found on the RTMT for CUP 8.5 on the APP Syslog Events several Critical logs of Cisco AMC Service, the content of the log says "the following SyslogSeverityMatchFound events generated: SeverityMatch : Alert MatchedEvent : May 5 09:24:24 hostnam

  • [SOLVED]Gnome missing icon

    hi guys i installed gnome as DE and i miss GTK3 icon Screenshot :  http://i.imgur.com/GvrqX7u.png  |  http://i.imgur.com/upYjRHj.png how can i restore it ? the wiki do not explain this issues, i think.. i've read everything ( https://wiki.archlinux.o