Blutooth disconnect when using Skype, now completely fails to reconnect

I have been experiencing the following problem when accepting or placing a video call through Skype. This never happens when running any other software. My system is an ideaCentre B520 with the stock Bluetooth keyboard and mouse using a Broadcom BCM2070 device running firmware 6.5.1.2700 and a Microsoft Bluetooth Enumerator with firmware 6.1.7601.17889.
The Bluetooth mouse and keyboard disconnect during the call and will not pair or connect wit the computer (IdeaCentre B520). The only solution that I have found work, is to remove both devices from the device manager and reconnect with the physical Bluetooth buttons on the computer and the devices. I also un- and reinstalled Skype, but the problem continues, which might be a software issue.
However, today the computer completely failed to pair and connect with the devices. The pairing dialogue is displayed after pushing the Bluetooth button on the computer. I am prompted to press the corresponding buttons on the mouse and the keyboard and the dialogue completes (code number for keyboard is entered) with the message that the pairing was successful, but drivers may need to be updated. The new drivers are installed for the HDI devices as indicated by the bubble and the grey Bluetooth window light the devices as connected. The Bluetooth box will then go into a repeated flickering between connected and disconnected until both devices are deleted from the device manager terminal. Both devices continue to blink as if searching for the receiver.
I had to switch over to a wired mouse and keyboard to type these lines. But this defies the purpose.
I sincerely appreciate any suggestion you might have to solve this problem and get the devices to talk to one another again.
Thanks in advance.
hailaender

You use wrong bluetooth software. The only one that should work is 6.4.0.2100. You can download it from Sony website. I know it may sound strange but I have tested them all. Give it a shot and see what happens.

Similar Messages

  • When using Skype my IPad sounds like ocean. This is not a problem when I am on FaceTime or using other apps with sound.  Recently updated to newest IOS 7. First there was no sound for Kype and found that had to turn microphone sound on.

    When using Skype my IPad 2 now sounds like the ocean and I can barely here my contact.  This happened recently after IOS7 update. I did turn the microphone on for Skype as it was required after update.  Now my sound is terrible but only a problem when using Skype video call.  It is okay for FaceTime.

    Thank you!  Resetting resolved the issue with terrible sound when trying to use skype.  Sounds much better! 
    I am not sure what all changed when reset was applied to settings --- assume it defaults back to basic settings.  I have no idea what I had customized, so will slowly figure out.  I have noticed several things.  So far I had to add back my wallpaper and reenter password to get back on my wi-fi. 
    At least SKYPE is now audible.

  • Ichat, AIM, & Adium all frequently disconnect when using Air

    Ichat, AIM, & Adium all frequently disconnect when using Airport. I use a Linksys Wireless Router with an Airport extreme card. When directly connected to the router, I have no problem. Using a PC with Windows XP, AIM operates fine. Safari and Firefox work fine, although sometimes I receive errors connecting to pages, when I try again no problem. Using any of the chat programs, I lose connection, but then can reconnect. After a few times, the AOL servers will prevent login.
    I use COMCAST Cable internet service. My wireless router uses WEP encryption. I would switch to an AIrport Base station, but doubt it would correct the problem.
    I have had this problem previously, but it corrected itself. now it is making chat programs unusable.
    Any ideas?

    Hi John,
    By default Linksys units normally have the IP address of 192.168.1.1
    Is this true for both your units or have you changed one of them ?
    You may only find this out if you connect directly to the Modem one.
    Also you have not said if only one of them is doing DHCP.
    Example pic 3 on this page. This shows this device as getting it own contact IP address by DHCP (like from your ISP). Further down the page in the pic it shows the device is also acting as a DHCP server to the local net.
    If your router is set up like this it could be getting an IP address usng DHCP like this device shows and that would tend to mean that the Modem is acting as a DHCP server as well.
    If both devices still have the default IP addresses you will have conflicts, which probably explians the problems you have.
    Ralph

  • New Mac Air's FaceTime HD webcam gets stuck when using Skype

    Hi all,
    I just bought new MacBook Air. I have a problem when I want to video chat with my friends or family on Skype using my FaceTime HD webcam. It gets stuck on a loop after a minute. If I reload it it works for a minute and then it happens again.
    I am not using any other programs at the same time when using Skype such as iPhoto or Photo Booth.
    I do not know if it is a software or hardware problem. Have anyone experienced the same or anyone knows how to fix it?
    Cheers,
    Kip

    Hi Kip - I have been experiencing the same thing here.
    Latest model Macbook Air 13", OSX 10.8.3, Skype 6.3.0.602
    It works for the first time for a few minutes, then it will either freeze or do a continuous half second loop. turning video off then on will work for a minute or two, then it will go into the loop again.
    I have searched the skype forums and found all sorts of weird suggestions to uninstall, re-install certain versions, delete stuff out off application folders etc, but nothing to reliably fix the issue.
    heres the main thread: http://community.skype.com/t5/Mac/Video-Calls-Glitching-Since-Mac-OS-X-10-8-3-an d-Skype-6-3/td-p/1492372/page/2
    heres the thread they think and older version of skype works for some people:
    http://community.skype.com/t5/Mac/Video-freeze-on-Macbook-Pro-Retina-iSight-v6-3 -0-582/m-p/1489550/highlight/true#M24627
    It looks to definately be a skype issue from the forums there, and its just a wait now till Skype can sort it out unfortunately.

  • Some RST are seen during TCP disconnection when using SSL connection

    Some RST are seen during TCP disconnection when using SSL connection
    It is expected that the disconnection sequence for a secure connection to be as follow:
    client ************************* server
    --- alert (warning, close notify) --->
    <--- alert (warning, close notify) ---
    in any order;
    and then:-
    --------------- FIN, ACK ------------>
    <----------- FIN, ACK ---------------
    ------------------ ACK ----------------->
    Instead of the sequence described above, the TCP connection for a secure connection is closed with an RST.
    For instance, Wireshark capture shows that an SSL+SASL TCP connection is closed in the following manner:
    client ************************** server
    --- alert (warning, close notify) ---->
    ---------------- FIN, ACK ------------>
    <--- alert (warning, close notify) ---
    <----------- FIN, ACK ---------------------
    ------------ RST -----------------> *(This RST message should be investigated, an ACK message was expected)*
    Server: OpenLDAP: slapd 2.4.23
    Client: (java version "1.6.0_16")
    import javax.naming.*;
    import javax.naming.directory.*;
    import javax.naming.ldap.InitialLdapContext;
    import java.util.Hashtable;
    import javax.naming.ldap.InitialLdapContext;
    import javax.naming.ldap.StartTlsRequest;
    import javax.naming.ldap.StartTlsResponse;
    class Client {
    private static final String DEFAULT_INITIAL_CONTEXT_FACTORY = "com.sun.jndi.ldap.LdapCtxFactory";
    public static void main(String[] args) {
    //SSL
    try {
    System.setProperty("javax.net.ssl.keyStore", "c:\\\keystore");
    System.setProperty("javax.net.ssl.keyStorePassword", "adminadmin");
    System.setProperty("javax.net.ssl.trustStore","c:\\\keystore");
    System.setProperty("javax.net.ssl.trustStorePassword","adminadmin");
    // Set up environment for creating initial context
    Hashtable env = new Hashtable(11);
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    // Must use the name of the server that is found in its certificate
    env.put(Context.PROVIDER_URL, "ldap://1.2.4.4:16415");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "cn=manager,dc=operator,dc=com");
    env.put(Context.SECURITY_CREDENTIALS, "password");
    env.put(Context.SECURITY_PROTOCOL, "ssl");
    // Create initial context
    InitialLdapContext ctx = new InitialLdapContext(env, null);
    // Close the context when we're done
    ctx.close();
    catch(Exception e)
    e.printStackTrace();
    Is it a bug ? Can I expect to have a patch for this issue?
    Regards,
    Olivier
    Edited by: 975464 on 6-Dec-2012 11:21 AM

    I agree it should be an ACK not an RST but it doesn't really matter. The connection is closed, and as neither the client nor the server has any pending data it is benign. Worth investigating in a later JRE.

  • When using Skype with my MBA people can't hear me but I can hear them. Please help!

    When using Skype people cannot hear me but I can hear them. Please help!

    Hello there, Maribelita.
    The following Knowledge Base article has some great steps to work on resolving the exact issue you're describing:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Microphone issue when using skype

    When using Skype i am able to listen to other caller but they are unable to hear me.  I have two speakers and one is Logitech quick cam when using Skype.
    Please let me know what would I need to do to solve the problem, thank  you
    This question was solved.
    View Solution.

    Hi,
    Please try (very close to laptop):
        https://support.skype.com/en/faq/FA897/my-friend-c​an-t-hear-me-windows-desktop
    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.

  • Microphone not working when using skype. Problem i...

    When using skype, my internal mic is not working properly - friend says he cant hear the voice, but can hear other sounds - music on youtube for example. Ive tested microphone on Skype Echo - it was not working at all. I have tested it on Voice recorder - microphone was working properly. Also when I just started using this laptop (3 days ago) i have talked with friend through Skype for about 3 hours, and then he could not hear me annymore suddenly. So something is wrong with skype. Computer advisor suggested me to contact skype support tehnicians. 
    Solved!
    Go to Solution.

    Hi Dudits, Can you please reproduce the issue and provide logs as described in this link https://support.skype.com/en/faq/FA12321/how-do-i-create-log-files under Skype for Windows Desktop and attach it to your post?
    This will help us investigate and solve the problem you are experiencing.
    Thank you

  • Detect Client Disconnect When using RTMP

    Hello,
    I hava a Java Server and Clients using RTMP. I've read somewhere that I can detect instantly client disconnection when using RTMP. However I cannot find an example code (in Java) that demonstrates this functionality? Can you help me please?

    I am not sure how your client looks, however the lient connect using NetConnection under the hood which spits NetStatusEvents's and you can listen to them ...
    C

  • Echo detected when using skype software - can anyone help?

    Hi, can anyone help?
    I've detected an echo when using skype software.  This occurs through the computer of the person I'm speaking to, so that when they speak, an echo comes back to them half a second later.  I'm wondering if the speakers and microphone on my laptop are located too close together and the microphone is retransmitting sound from the speakers?  My laptop is an HP mini 110. 
    Is there anything I can alter through my audio settings to stop this happening?
    Any advice is appreciated!

    I have a Mini 110 that performs beautifully with Skype (no echo, etc).  I have two other HP systems that don't do anywhere near as well.  I did tweak the graphics card on mine, which tremendously improved the video.  However...we are talking sound here, so I'll list the settings on my 110 for you to compare to yours:
    I'm sure you already know how to find the settings, but...in Skype, do Tools>Audio Settings
    Microphone:  set at about 45% with Automatically adjust microphone settings checked
    Speakers:  set at about 75% with Automatically adjust speaker settings checked
    Like I said, my Mini is a jewel.  I wish I could say the same for my G60-535DX.

  • WRT54G disconnects when using IM

    When I sign in to either Y! messenger or Myspace IM my connection cuts out. I'm not 100% sure this from the router but I never had the problem before. Is the some setting that could be causing this?

    how long you have been using this router
    i think so you require to upgrade the rtr
    just follw thw following step
      Upgrading the Linksys Router's Firmware   Question  How do I upgrade the Linksys Router’s firmware?
      Answer  The new firmware adds numerous functions to the router. To setup a Linksys router with a DSL connection you need to perform four steps:
    1. Downloading the Firmware
    2. Upgrading the Router’s Firmware
    3. Completing the Firmware Upgrade
    4. Completing the Firmware Upgrade Process
    Downloading the Firmware
    Step 1:
    Before downloading the firmware, make sure your computer has an active Internet connection. If your computer is plugged directly into the router and cannot get online, disconnect your router and plug your computer directly into your cable or DSL modem.
    Step 2:
    To go to the Linksys download page, click here and verify the model and version number of your Linksys product. For instructions, click the link How to find Model number.  
    Step 3:
    After obtaining the model number of the Linksys router, enter the model number in the Enter Model Number field, then click GO. 
    Step 4:
    Look for Locate Version Number and select the version of the Linksys product from the drop-down menu.
    NOTE: In this example, we used WRT54G v.6. The Image may vary depending on the model number of the Linksys product.
    Step 5:
    After selecting the version, scroll down and look for Downloads For The WRT54G then click Firmware to get the latest firmware.
    Step 6:
    If you are using Windows XP Service Pack 2 (SP2) and Internet Explorer, you may see a “Pop-up blocked” message in your browser Information Bar.  Click the bar and select Temporarily Allow Pop-ups and click Firmware again.
    Step 7:
    Click Save in the File Download dialog box that appears. Look for the  Save As dialog box, choose a location for the file like the Desktop and click Save. When the download is complete, click Close, if prompted.
    NOTE: The name of the file may vary depending on the firmware file of your router. 
    Step 8:
    If the firmware file you have downloaded is on a zip format, double-click on the zip file and extract its contents to a single folder or to the Desktop. 
    NOTE: You will need to use a utility to open and extract files from the ZIP file archive. Popular software to use is WinZip®. To download WinZip®, visit http://www.winzip.com. You can also use the built-in unzipping features of Windows XP to unzip the contents from the archive.
    Upgrading the Router’s Firmware
    Step 1:
    Access the router’s web-based setup page. For instructions, click here.
    Step 2:
    When the router’s web-based setup page appears, click  Administration then  Firmware Upgrade.
    Step 3:
    When the Upgrade Firmware opens, click Browse. Look for the .bin file which contains the files necessary to upgrade the router’s firmware.
    NOTE: If the screen on your router’s web-based setup page looks different, click here.
    Step 4:
    Browse to the location where the firmware files were extracted and select the .bin file. When the file is selected, click Open.
    Step 5:
    Click .
    Step 6:
    When the upgrade is complete, the following message will appear.
    Step 7:
    Click .
    Completing the Firmware Upgrade
    Step 1:
    Close Internet Explorer.
    Step 2:
    Reset the router. For instructions, click here.
    Figure 1: Location of the Reset button of a Linksys BEFW11S4 router.
    NOTE: If your router does not look like this, refer to the other images below:
    Figure 2: Location of the Reset button of a Linksys WRT54GX router.
    Figure 3: Location of the Reset button of a Linksys WRT54GC router.
    NOTE: If the image of your router is different from the ones shown above, please consult your router documentation.
    Completing the Firmware Upgrade Process
    The firmware upgrade is now complete.
    You can now use the router's Setup Wizard CD to configure your Internet service and set up your wireless connections.
    Related Articles:
    Checking the Linksys Router's Firmware
    Setting-Up a Linksys Router with DSL Internet
    Setting-Up a Linksys Router with Cable Internet
    Setting-Up a Linksys Router with a Static IP Account
    © 2006 Cisco Systems, Inc. All rights reserved.

  • Skype keeps quitting when using Skype call to another computer while using

    This does not happen when using to pc's but when I use my Macbook Pro to call back home to my Desktop PC in Taiwan it never fails to disconnect after a few minutes of talk. Anyone else having these problems with Skype quitting when on a VOIP cal from computer to computer. My Skype is the latest verison.

    Hi there stylineexpat,
    I have the exact same issue here with my MBP & 10.5.x.. About 10.. 15 mins or less into the call my mbp drops the call..
    Interestingly enough, my MacPro running 10.4.11 NEVER drops a call to the same people and the same network. I mean .. never drops em.. I have been using Skype for roughly 3 years and haven't had issue until this machine and another MBP I had that was running 10.5 as well.
    I agree, It is a pain.
    I'll look to the Skype user forums too.
    Cheers, ML

  • MBP shuts off when using Skype

    I recently downloaded skype to stay in touch with family who don't have a .mac. However, now if I'm not plug into an outlet and I use Skype, the MBP will randomly and instantly shut off. My battery displays full or near full life and I don't have this problem if I stay plugged in. I've updated all software and this hasn't resolved the problem and I don't have this problem when not using skype. Please Help

    I checked the system profiler and the full charge capacity is 2657 and the cycle count is 107. This only confirmed my earlier diagnosis. The battery is failing. It is now happening when Skype is not on. I think it was just a coincidence that the problem appeared after installing Skype. I've also now noticed a bulge around the battery area and intermittent trouble with the track pad and button. I contacted Apple about the battery and was told I'd have to buy a new one. I'm only out of warranty by a few months and my battery was not part of the recall. Thanks for the help.
    Message was edited by: sluey

  • Blip sound when using skype in conjunction with ga...

    I wonder if you can help me. I play a game called Guildwars and have downloaded the latest version which is Guild Wars 2. The game is good and I use Skype to play with other players around the world. In Guildwar 1 Skype worked wonderfully but in 2 I can play the game with no interferrence solo but when I play with other players I get a continuous bleep sound coming from my computer box. I have moved Hub and anything that could cause interferance even uninstalled and reinstalled skype but the bleep sound is still there when playing with people on skype. I have raised this question with them to see if they have the same problem but they dont, hence the reason for help from skype? before I go further into it. Can anyone help. I have been in contact with my IT guys and they say that there is some sort of interferrance being caused can skype isolate that to prevent this bleeping>
    Also on the previous version of Skype I was able to close current conversation with people unfortunately now I have to close down my system to terminate call can you advise about this also.

    I wonder if you can help me. I play a game called Guildwars and have downloaded the latest version which is Guild Wars 2. The game is good and I use Skype to play with other players around the world. In Guildwar 1 Skype worked wonderfully but in 2 I can play the game with no interferrence solo but when I play with other players I get a continuous bleep sound coming from my computer box. I have moved Hub and anything that could cause interferance even uninstalled and reinstalled skype but the bleep sound is still there when playing with people on skype. I have raised this question with them to see if they have the same problem but they dont, hence the reason for help from skype? before I go further into it. Can anyone help. I have been in contact with my IT guys and they say that there is some sort of interferrance being caused can skype isolate that to prevent this bleeping>
    Also on the previous version of Skype I was able to close current conversation with people unfortunately now I have to close down my system to terminate call can you advise about this also.

  • FMS auto disconnects when using a class

    I am trying to implement a very simple class that will create
    an instance of the NetConnection object and connect to the FMS
    server. However, the client will connect then immediately
    disconnect when the swf is published. My code is as follows...
    FLA Code:
    import _includes.*;
    var obj_conn:Conn = new Conn();
    obj_conn.connect();
    Conn.as Code:
    class _includes.Conn
    public function Conn()
    public function connect()
    var nc:NetConnection = new NetConnection();
    nc.connect("rtmp://localhost/classtest");
    Please note that the connection works fine if I just create a
    NetConnection variable on the FLA itself in the timeline. Any
    suggestions/help would be appriciated!

    it think this is happen because you use local variable : your
    variable is delete at the end of connect() so your NetConnection
    will be closed in the same time.
    try this:
    Conn.as Code:
    class _includes.Conn
    private var objNetCon:NetConnection;
    public function Conn()
    public function connect()
    this.objNetCon = new NetConnection();
    this.objNetCon.connect("rtmp://localhost/classtest");
    }

Maybe you are looking for