Skype Disconnected Every Few Minutes

I upgrade my service from wireless to uverse and that includes phone, cable and internet. Since then I  noticed that when I am on a call on Skype, I get disconnected every few minutes even though I am still connected to the internet.  Didn't have this problem before.

I've been having the same problem, and so I tried the solution suggested above. However, I still get disconnected after being away from my computer for just a few minutes. Although we have wireless and I thought that perhaps this is the reason I get disconnected, my husband can be using the internet on his computer at the exact time that I get disconnected, so I know that I'm not losing the wireless signal. Any other suggestions?
Thanks
Katherine

Similar Messages

  • Airport keep disconnecting every few minutes

    Hi,
    I don't know why, but my airport keeps disconnecting every few minutes, although it reconnects after that.
    I'm sure there's no problem with my router since other PCs in my home are fine.
    It's totally fine when I use my windows in the macbook (via bootcamp).
    Anyone has the same problem or anyone knows the solution?
    Thanks.

    I've had this issue for about a week and it has made my Macbook nearly impossible to use for anything other than local disk work.
    Last night I tried running the standalone upgrade and it worked beautifully, however, upon booting up this AM I'm back to square one, constantly dropping the connection, ran the standalone update again and back in business with no drops.
    While this is appears to be my temp workaround I don't want to be doing this on a daily basis.
    HELLO APPLE what is the deal ?

  • Tecra M9 PTM91E : WLan Intel 4965AGN disconnect every few minutes

    I have a M9 laptop, model PTM91E. The wireless connection keeps disconnecting (then reconnecting again) every few minutes. This happens on every wireless network I try connecting to. Here what I have on my laptop: -
    Intel Wireless WiFi Link 4965AGN
    Driver version 11.5.0.32
    Driver date 9/26/2007
    XP Pro
    Toshiba suggest I upgrade to Windows Vista, something I have nigtmares about.
    Does anyone else have the same problem? Any solutions?
    Thanks

    I have read about the similar issue on a Sat A210 and with Atheros WLan card.
    The solution was a BIOS and WLan driver update
    So check it out.
    Good luck

  • Iwlwifi disconnecting every few minutes

    Hi!
    I've got an intel wifi card (Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 34)), using iwlwifi. Every few minutes I get disconnected from the AP and when trying to reconnect it fails most of the times. Reloading iwlwifi or the networkmanager doesn't help. Is this a bug or may be something wrong with my configuration?
    Thanks!
    Edit: I am using a Toshiba portege laptop
    Last edited by jackgu1988 (2012-02-02 16:52:55)

    Hi all,
    I've installed Arch Linux recently on my laptop and I've been experiencing the same problem myself. I tried jumping from Gentoo forums to Arch Linux forums to you-name-it forums to find an answer to this problem but nothing worked for me.
    In these forums, you will find many posts with commands that say that fix that problem (this post will be eventually one of them) but somehow fail to do so in your laptop. I don't know if there is an one-answer-fits-all, but through these searches -and some experimentation of my own- I've found a rather aggressive approach to make my wireless connections more robust. I disabled IPv6 and most of the card's hardware-intensive options.
    Still, since this way probably will not work or appeal to most of you, I'd also like to provide a more coherent approach to this problem, so that you will know where to go to after reading this post (than endlessly Google searching).
    Step 0: Know your enemy
    The problem I was dealing with was similar to the original poster's and happened consistently. When my signal's strength wasn't good and the network card had lots of traffic (downloading a file while watching YouTube while ...), the download speed would abruptly come to a halt. Removing and re-inserting the iwlwifi module would fix it temporarily, but later on it would relapse. Also, there was no apparent error to troubleshoot, since iwlwifi would print on dmesg only the re-connections and not any error.
    The above was experienced with kernels 3.2, 3.5, 3.6, 3.7. I can't say for sure that all versions of these kernels are problematic, so you are free to check it out your self. An easy way to check if patches were issued about iwlwifi in a specific kernel version can be found from here. Just compare the dates of the file changes between different kernel versions.
    Also, you might want to know that the wifi was working seamlessly with the 3.3.8 version of the kernel. Thus, if you want to check out a different linux kernel, I'd suggest you start with this one. Obviously, this is for people using Debian or other distros that rely on older kernels. So, our first question would be...
    Step 1: What is your kernel?
    You can find a description of your system with this command:
    uname -mor
    My output is:
    3.7.1-2-ARCH x86_64 GNU/Linux
    Step 2: What is your hardware?
    It is very important to know what your hardware is. If you have the same hardware as I do, then you probably have more chances to fix it. If you post a question in another forum and then mark your question as solved, people would like to know what your hardware was. If you send a bug report to the iwlwifi team, they will need your card's model.
    So, write:
    lspci | grep -i net
    My output is:
    01:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    Step 3: What is your problem?
    You can see more debug info about your problem by writing:
    dmseg
    or to filter through these messages:
    dmesg | grep iwlwifi
    If you see any errors, tracebacks etc. then these are bugs and you'd best search for similar bugs here. If there are no similar bugs, I'd suggest you create a new bug report. The people that answer in this list are core developers of the iwlwifi module and you'd best send them these bug reports in order to help them track down these problems.
    Step 4: Solution (?)
    GRUB
    The are many ways to disable IPv6. I did it using GRUB:
    sudo cp /boot/grub/grub.cfg /boot/grub/grub.bak #For backup reasons
    sudo nano /etc/default/grub
    Add this option "ipv6.disable=1" to the line GRUB_CMDLINE_LINUX_DEFAULT=, so that your GRUB looks like this:
    GRUB_DEFAULT=0                                                                 
    GRUB_TIMEOUT=5                                                                 
    GRUB_DISTRIBUTOR="Arch"                                                         
    GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"                                    
    GRUB_CMDLINE_LINUX=""
    Finally, do:
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    sudo reboot
    to update your grub and restart your laptop. If anything goes wrong, you can restore your grub.cfg file using the backup grub.bak we created above.
    IWLWIFI OPTIONS
    Provided IPv6 is disabled, you can check in real time which of the following options make a difference, without restarting your laptop:
    sudo modprobe -r iwldvm iwlwifi
    sudo modprobe iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 auto_agg=0 swcrypto=1
    You can learn more about these options by writing:
    modinfo iwlwifi
    Hopefully, you will experience no disconnections from now on.
    Now, in order to automatically pass these options at startup to iwlwifi, you can create a *.conf file inside /etc/modprobe.d directory.
    nano /etc/modprobe.d/iwlwifi.conf
    And add this line:
    options iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 auto_agg=0 swcrypto=1
    Step 5: This %@#%@ @#%#% doesn't #%@#% work
    Well, bummer. I'd highly recommend to inform the developers of iwlwifi about your problem, as I've mentioned above. If the dev list intimidates you, post about this problem here.
    Good luck...
    Edit
    It's likely that you may encounter the following strange behavior when trying to connect to your access point.
    Copied form my dmesg:
    [  904.190052] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [  904.197452] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
    [  904.886420] wlan0: authenticate with 00:26:44:b3:16:a4
    [  904.928370] wlan0: send auth to 00:26:44:b3:16:a4 (try 1/3)
    [  904.930494] wlan0: authenticated
    [  904.932220] wlan0: associate with 00:26:44:b3:16:a4 (try 1/3)
    [  904.939798] wlan0: RX AssocResp from 00:26:44:b3:16:a4 (capab=0x411 status=0 aid=2)
    [  904.942701] wlan0: associated
    [  915.641048] wlan0: deauthenticating from 00:26:44:b3:16:a4 by local choice (reason=3)
    If the above is coupled with the netcfg's response:
    > DHCP IP lease attempt failed.
                                                                              [FAILED]
    then you have just encountered a strange dhcpcd bug, which has nothing to do with iwlwifi.
    You can find possible solutions here.
    Last edited by Brainfree (2013-02-03 07:24:08)

  • Point-to-Site disconnect every few minutes

    Hi,
    I'm using Azure vNet Point-to-Site feature and I can connect from an on-premise server to my Azure Gateway and to a Web Role located in my vNet.
    My problem is that the VPN connection get's dropped at irregular intervals (after 3, 6, 12, 20, 21 minutes).
    Any advice what I could do?
    Thanks
    FlorianDemeter
    Windows Event Log says:
    "The user XXX\XXXXX dialed a connection named WISvNET which has terminated. The reason code returned on termination is 631."
    VPN client log says:
    Operating System      : Windows NT 6.2 
    Dialer Version        : 7.2.9200.16384
    Connection Name       : CONNECTIONNAME
    All Users/Single User : Single User
    Start Date/Time       : 24.05.2013, 15:55:25
    Module Name, Time, Log ID, Log Item Name, Other Info
    For Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up
    [cmdial32] 15:55:25
    03 Pre-Init Event
    CallingProcess = C:\Windows\Explorer.EXE
    [cmdial32] 16:13:56
    13 Disconnect Event
    CallingProcess = C:\Windows\system32\CMMON32.EXE
    [CMMON32] 16:13:56
    26 External Disconnect due to Lost Connection
    [CMMON32] 16:13:56
    14 Reconnect Event
    Edit:
    PPP-Log when disconnecting (receiving a Terminate-Req): 
    [1628] 05-27 13:59:15:951: Packet received (18 bytes) for hPort 0
    [1892] 05-27 13:59:15:951: >PPP packet received at 05/27/2013 11:59:15:951
    [1892] 05-27 13:59:15:951: >Protocol = LCP, Type = Terminate-Req, Length = 0x12, Id = 0x7, Port = 0
    [1892] 13:59:15:951: >C0 21 05 07 00 10 5C 64 7D 72 00 3C CD 74 00 00 |.!....\d}r.<.t..|
    [1892] 13:59:15:951: >00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    [1892] 05-27 13:59:15:951:  
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=0,Protocol=c021,EventType=0,fAuth=0
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=0,Protocol=0,EventType=2,fAuth=0
    [1892] 05-27 13:59:15:951: FsmThisLayerDown called for protocol = c021, port = 0
    [1892] 05-27 13:59:15:951: FsmDown event received for protocol 80fd on port 0
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=4,Protocol=80fd,EventType=0,fAuth=0
    [1892] 05-27 13:59:15:951: FsmThisLayerDown called for protocol = 80fd, port = 0
    [1892] 05-27 13:59:15:951: FsmReset called for protocol = 80fd, port = 0
    [1892] 05-27 13:59:15:951: FsmDown event received for protocol 8021 on port 0
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=7,Protocol=8021,EventType=0,fAuth=0
    [1892] 05-27 13:59:15:951: FsmThisLayerDown called for protocol = 8021, port = 0
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=7,Protocol=8021,EventType=8,fAuth=0
    [1892] 05-27 13:59:15:951: FsmReset called for protocol = 8021, port = 0
    [1892] 05-27 13:59:15:951: RemoveFromTimerQ called portid=8,Id=1,Protocol=c029,EventType=0,fAuth=0
    [1892] 05-27 13:59:15:951: <PPP packet sent at 05/27/2013 11:59:15:951
    [1892] 05-27 13:59:15:951: <Protocol = LCP, Type = Terminate-Ack, Length = 0x12, Id = 0x7, Port = 0
    [1892] 13:59:15:951: <C0 21 06 07 00 10 5C 64 7D 72 00 3C CD 74 00 00 |.!....\d}r.<.t..|
    [1892] 13:59:15:951: <00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    [1892] 05-27 13:59:15:951:  
    [1892] 05-27 13:59:15:951: LCP Phase: Received Terminate Request
    [1892] 05-27 13:59:15:951: NotifyCaller(hPort=0, dwMsgId=1)
    [1892] 05-27 13:59:15:951: InsertInTimerQ called portid=8,Id=0,Protocol=0,EventType=2,fAuth=0,Timeout=1
    [1628] 05-27 13:59:16:596: PROTOCOL_MSG_LineDown recvd, hPort=0
    [1892] 05-27 13:59:16:596: Line down event occurred on port 0
    [1892] 05-27 13:59:16:705: FsmDown event received for protocol c021 on port 0
    [1892] 05-27 13:59:16:705: RemoveFromTimerQ called portid=8,Id=0,Protocol=c021,EventType=0,fAuth=0
    [1892] 05-27 13:59:16:705: FsmReset called for protocol = c021, port = 0
    [1892] 05-27 13:59:16:705: RemoveFromTimerQ called portid=8,Id=0,Protocol=0,EventType=3,fAuth=0
    [1892] 05-27 13:59:16:705: RemoveFromTimerQ called portid=8,Id=0,Protocol=0,EventType=7,fAuth=0
    [1892] 05-27 13:59:16:705: RemoveFromTimerQ called portid=8,Id=0,Protocol=0,EventType=2,fAuth=0
    [1892] 05-27 13:59:16:705: RemoveFromTimerQ called portid=8,Id=0,Protocol=0,EventType=1,fAuth=0
    [1892] 05-27 13:59:16:721: RemoveFromTimerQ called portid=8,Id=1,Protocol=c029,EventType=0,fAuth=0
    [1892] 05-27 13:59:16:721: LcpEnd
    [1892] 05-27 13:59:16:721: EapHostPeerClearConnection returned: 0x0
    [1892] 05-27 13:59:16:721: Post line down event occurred on port 0
    [1892] 05-27 13:59:16:721: NotifyCaller(hPort=0, dwMsgId=26)
    [1892] 05-27 13:59:16:721: NotifyCaller(hPort=0, dwMsgId=10)

    Florian,
    Did you ever figured out how to fix this issue? I have the same problem and I am not able to fix it.
    [4088] 01-04 11:21:27:229: Line down event occurred on port 55
    [4088] 01-04 11:21:27:229: FsmDown event received for protocol c021 on port 55
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=2,Protocol=c021,EventType=0,fAuth=0
    [4088] 01-04 11:21:27:229: FsmReset called for protocol = c021, port = 55
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=3,fAuth=0
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=7,fAuth=0
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=2,fAuth=0
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=1,fAuth=0
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=4,fAuth=0
    [4088] 01-04 11:21:27:229: RemoveFromTimerQ called portid=608,Id=0,Protocol=0,EventType=6,fAuth=0
    [4088] 01-04 11:21:27:229: LcpEnd
    [3200] 01-04 11:21:27:229: Stopping Accounting for port 55
    [4088] 01-04 11:21:29:241: Post line down event occurred on port 55
    [4088] 01-04 11:21:29:241: NotifyCaller(hPort=55, dwMsgId=23)
    [3884] 01-04 11:26:13:475: PPPEMSG_LineDown recvd, hPort=56
    Thanks,
    Adrian Cristea

  • Disconnect​/Reconnect every few minutes

    I just had Fios installed 4 days ago.  I've got a M1424WR wireless router.  Firmware up-to-date, 2 computers one wired one wireless. and every few minutes I'm disconnected from the system and reconnected.  Almost every web site has to be reloaded 2-3 times until there is a response.  The Verizon Tech phone support didn't see anything wrong with the service or router.  As a matter of fact, 6 lights are lit on the router and when this happens they generally don't go yellow or go out.  It just looks like the connection to the router is fine.  I've rebooted the router, even rebooted the back up power.  I have a feeling that there is just a setting somewhere that needs to be changed.... anyone have any ideas?  For reference, it's a lenovo laptop, IBM build.  I'm desperate to get this resolved as it's impacting my work.

    Dragonfly22 wrote:
    I just had Fios installed 4 days ago.  I've got a M1424WR wireless router.  Firmware up-to-date, 2 computers one wired one wireless. and every few minutes I'm disconnected from the system and reconnected.  Almost every web site has to be reloaded 2-3 times until there is a response.  The Verizon Tech phone support didn't see anything wrong with the service or router.  As a matter of fact, 6 lights are lit on the router and when this happens they generally don't go yellow or go out.  It just looks like the connection to the router is fine.  I've rebooted the router, even rebooted the back up power.  I have a feeling that there is just a setting somewhere that needs to be changed.... anyone have any ideas?  For reference, it's a lenovo laptop, IBM build.  I'm desperate to get this resolved as it's impacting my work.
    Well, you have two computers. one wired and one wireless.
    Do both of them drop connections or just one of them? If both, do they drop at the same time?
    If it is just one of them, then I'd look at the connection itself or the computer. If it is both, then I'd look at the router or verizon network.
    Assuming it is both. You've already rebooted the router, did you try resetting the router also? Also try reseating the wan cable to the router as well. If your still having an issue at this point. I would call tech support back and ask them if they can pull up the history log on the ONT. This will hopefully tell them if the drops are happening on the inside or outside of the house.
    Do you have any other fios services? Telephone or TV? Do they have any issues?
    ====================================================================================
    Error exists between keyboard and chair.

  • My Airport Extreme Disconnects From the Cable MoDem Every Few Minutes

    Hello,
    I start a new topic as my previous title was wrong and there was no suitable answer.
    I have had an Airport Extreme for 3 years and it sometimes disconnects after a few minutes. Actually, it more looks like that the Airport crashes: the "PC Link" light on the cable modem goes off, the Airport lights go off and I cannot find my Airport Network any more on my computer.
    When this happens, I can either unplug it from the power and plug it back in, or simply move the Airport around a little bit, and it will re-start. Sometimes the problem does not re-occur for a few hours or days, sometimes it keeps happening every few minutes and of course drives me crazy...
    Is it because ... :
    - ... my Airport has a faulty connection and I should replace it?
    - ... there are power surges in my electricity installation (eg this seems to happen when I or my neighbors have air conditioners on, I live in one of those old New York buildings with old electricity installations), and I should get an anti-surge device, or a newer Airport would deal with this better?
    - ... of something else? I tried replacing the Ethernet cable between the MoDem and the Airport and it failed, there does not seem to be a source of interference around my place.
    Thanks for your help!

    I have had similar problems. Not as bad as some of you but usually in the morning I discover that I have dropped onto someone elses wireless they are not as fast. Then I have to troop upstairs, unplug the Extreme, replug it and then everything is allright until the next morning. But it is sporadic. It has run fine now for a few days. This problem has persisted now for a year. And yes I have tried resetting it.
    Next month I plan on going to the big city and I am going to take my Extreme to one of Genius' at the Apple Store. I am curious if anybody else has tried that solution and how much it might cost.

  • My Airport Express Disconnect From the Cable Every Few Minutes

    Hello,
    I have had an Airport Express for 3 years and it sometimes disconnects after a few minutes. Actually, it more looks like that the Airport crashes: the "PC Link" light on the cable modem goes off, the Airport lights go off and I cannot find my Airport Network any more on my computer.
    When this happens, I can either unplug it from the power and plug it back in, or simply move the Airport around a little bit, and it will re-start. Sometimes the problem does not re-occur for a few hours or days, sometimes it keeps happening every few minutes and of course drives me crazy...
    Is it because ... :
    - ... my Airport has a faulty connection and I should replace it?
    - ... there are power surges in my electricity installation (eg this seems to happen when I or my neighbors have air conditioners on, I live in one of those old New York buildings), and I should get an anti-surge device, or a newer Airport would deal with this better?
    - ... of something else?
    Thanks for your help!

    First, my mistake: I have an Airport Extreme base, not Express.
    Second, I am sorry, I do not think it is interference.
    I lose the connection to the CABLE, not the base, it's like the BASE crashes. How is that interference? It's not about the signal but about the connection to the cable. The cable MoDem does tell me that the connection is lost, as I said ("PC Link" does not blink anymore).
    Finally, there is nothing in direct proximity of the Airport Extreme base that looks likely to do this: the computer and the base are 6ft apart, there is no microwave, no power line, no cordless phone, no bulletproof indow ...
    Any better idea, anyone?
    Powerbook G4 12in 867MHz   Mac OS X (10.4.6)  
    Powerbook G4 12in 867MHz   Mac OS X (10.4.6)  

  • Disconnected ever few minutes for last week

    My dsl has been unusable for the last week.  every few minutes I am disconnected.  Sometimes it reconnects, other time I have to unplug the router and modem to reset.  I have had Verzon dsl for several years with mixed results but this is insane.  I may have reached the breaking point, Comcast may be my next cal...

    Since you have your own router, you may want to follow the info at http://www.dslreports.com/faq/13600
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Firefox 6.0.2 keeps crashing on both of my computers every few minutes. PLEASE HELP!

    I have firefox 6.02. It started crashing on my desktop several days ago after the update. It started crashing on my laptop yesterday, a few days after the update. I have Windows XP on my desktop and Windows 7 on my laptop. Both are HP. I upgraded to the 7.0 beta today but it is still crashing on both computers. The crashes are happening every few minutes. McAfee has not found anything. Please help. I am ready to switch to chrome.
    Application Basics
    Name
    Firefox
    Version
    7.0
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Better Facebook!
    5.911
    true
    [email protected]
    Download Statusbar
    0.9.8
    true
    {D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}
    DownloadHelper
    4.9.5
    true
    {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    Feedback
    1.1.2
    true
    [email protected]
    Greasemonkey
    0.9.11
    true
    {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
    Java Quick Starter
    1.0
    true
    [email protected]
    McAfee SiteAdvisor
    3.4.0
    true
    {4ED1F68A-5463-4931-9384-8FFF5ED91D92}
    RealPlayer Browser Record Plugin
    14.0.3
    true
    {ABDE892B-13A8-4d1b-88E6-365A6E755758}
    Java Console
    6.0.22
    false
    {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
    Java Console
    6.0.23
    false
    {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
    Java Console
    6.0.24
    false
    {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
    Java Console
    6.0.26
    false
    {CAFEEFAC-0016-0000-0026-ABCDEFFEDCBA}
    Microsoft .NET Framework Assistant
    1.2.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Yahoo! Toolbar
    2.3.11.20110727115843
    false
    {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Modified Preferences
    Name
    Value
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.centurylink.net/
    browser.startup.homepage_override.buildID
    20110908135051
    browser.startup.homepage_override.mstone
    rv:7.0
    extensions.lastAppVersion
    7.0
    general.useragent.extra.microsoftdotnet
    ( .NET CLR 3.5.30729)
    gfx.blacklist.layers.direct3d9
    2
    keyword.URL
    http://search.yahoo.com/search?fr=mcafee&p=
    network.cookie.prefsMigrated
    true
    network.http.proxy.version
    1.0
    places.database.lastMaintenance
    1315870617
    places.history.expiration.transient_current_max_pages
    20100
    places.last_vacuum
    1297306180
    print.print_printer
    HP Photosmart 2570 series
    print.printer_HP_Photosmart_2570_series.print_bgcolor
    false
    print.printer_HP_Photosmart_2570_series.print_bgimages
    false
    print.printer_HP_Photosmart_2570_series.print_command
    print.printer_HP_Photosmart_2570_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_2570_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_edge_left
    0
    print.printer_HP_Photosmart_2570_series.print_edge_right
    0
    print.printer_HP_Photosmart_2570_series.print_edge_top
    0
    print.printer_HP_Photosmart_2570_series.print_evenpages
    true
    print.printer_HP_Photosmart_2570_series.print_footercenter
    print.printer_HP_Photosmart_2570_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_2570_series.print_footerright
    &D
    print.printer_HP_Photosmart_2570_series.print_headercenter
    print.printer_HP_Photosmart_2570_series.print_headerleft
    &T
    print.printer_HP_Photosmart_2570_series.print_headerright
    &U
    print.printer_HP_Photosmart_2570_series.print_in_color
    true
    print.printer_HP_Photosmart_2570_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_2570_series.print_oddpages
    true
    print.printer_HP_Photosmart_2570_series.print_orientation
    0
    print.printer_HP_Photosmart_2570_series.print_page_delay
    50
    print.printer_HP_Photosmart_2570_series.print_pagedelay
    500
    print.printer_HP_Photosmart_2570_series.print_paper_data
    1
    print.printer_HP_Photosmart_2570_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_2570_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_2570_series.print_paper_size_unit
    0
    print.printer_HP_Photosmart_2570_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_2570_series.print_reversed
    false
    print.printer_HP_Photosmart_2570_series.print_scaling
    1.00
    print.printer_HP_Photosmart_2570_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_2570_series.print_to_file
    false
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_top
    0
    privacy.cpd.cache
    false
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.enable_ssl2
    true
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 6150 LE
    Vendor ID
    10de
    Device ID
    0241
    Adapter RAM
    Unknown
    Adapter Drivers
    nv4_disp
    Driver Version
    8.2.0.5
    Driver Date
    1-24-2006
    WebGL Renderer
    Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.686)
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version.

    I have firefox 6.02. It started crashing on my desktop several days ago after the update. It started crashing on my laptop yesterday, a few days after the update. I have Windows XP on my desktop and Windows 7 on my laptop. Both are HP. I upgraded to the 7.0 beta today but it is still crashing on both computers. The crashes are happening every few minutes. McAfee has not found anything. Please help. I am ready to switch to chrome.
    Application Basics
    Name
    Firefox
    Version
    7.0
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Better Facebook!
    5.911
    true
    [email protected]
    Download Statusbar
    0.9.8
    true
    {D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}
    DownloadHelper
    4.9.5
    true
    {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    Feedback
    1.1.2
    true
    [email protected]
    Greasemonkey
    0.9.11
    true
    {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
    Java Quick Starter
    1.0
    true
    [email protected]
    McAfee SiteAdvisor
    3.4.0
    true
    {4ED1F68A-5463-4931-9384-8FFF5ED91D92}
    RealPlayer Browser Record Plugin
    14.0.3
    true
    {ABDE892B-13A8-4d1b-88E6-365A6E755758}
    Java Console
    6.0.22
    false
    {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
    Java Console
    6.0.23
    false
    {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
    Java Console
    6.0.24
    false
    {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
    Java Console
    6.0.26
    false
    {CAFEEFAC-0016-0000-0026-ABCDEFFEDCBA}
    Microsoft .NET Framework Assistant
    1.2.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Yahoo! Toolbar
    2.3.11.20110727115843
    false
    {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Modified Preferences
    Name
    Value
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.centurylink.net/
    browser.startup.homepage_override.buildID
    20110908135051
    browser.startup.homepage_override.mstone
    rv:7.0
    extensions.lastAppVersion
    7.0
    general.useragent.extra.microsoftdotnet
    ( .NET CLR 3.5.30729)
    gfx.blacklist.layers.direct3d9
    2
    keyword.URL
    http://search.yahoo.com/search?fr=mcafee&p=
    network.cookie.prefsMigrated
    true
    network.http.proxy.version
    1.0
    places.database.lastMaintenance
    1315870617
    places.history.expiration.transient_current_max_pages
    20100
    places.last_vacuum
    1297306180
    print.print_printer
    HP Photosmart 2570 series
    print.printer_HP_Photosmart_2570_series.print_bgcolor
    false
    print.printer_HP_Photosmart_2570_series.print_bgimages
    false
    print.printer_HP_Photosmart_2570_series.print_command
    print.printer_HP_Photosmart_2570_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_2570_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_edge_left
    0
    print.printer_HP_Photosmart_2570_series.print_edge_right
    0
    print.printer_HP_Photosmart_2570_series.print_edge_top
    0
    print.printer_HP_Photosmart_2570_series.print_evenpages
    true
    print.printer_HP_Photosmart_2570_series.print_footercenter
    print.printer_HP_Photosmart_2570_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_2570_series.print_footerright
    &D
    print.printer_HP_Photosmart_2570_series.print_headercenter
    print.printer_HP_Photosmart_2570_series.print_headerleft
    &T
    print.printer_HP_Photosmart_2570_series.print_headerright
    &U
    print.printer_HP_Photosmart_2570_series.print_in_color
    true
    print.printer_HP_Photosmart_2570_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_2570_series.print_oddpages
    true
    print.printer_HP_Photosmart_2570_series.print_orientation
    0
    print.printer_HP_Photosmart_2570_series.print_page_delay
    50
    print.printer_HP_Photosmart_2570_series.print_pagedelay
    500
    print.printer_HP_Photosmart_2570_series.print_paper_data
    1
    print.printer_HP_Photosmart_2570_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_2570_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_2570_series.print_paper_size_unit
    0
    print.printer_HP_Photosmart_2570_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_2570_series.print_reversed
    false
    print.printer_HP_Photosmart_2570_series.print_scaling
    1.00
    print.printer_HP_Photosmart_2570_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_2570_series.print_to_file
    false
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_top
    0
    privacy.cpd.cache
    false
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.enable_ssl2
    true
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 6150 LE
    Vendor ID
    10de
    Device ID
    0241
    Adapter RAM
    Unknown
    Adapter Drivers
    nv4_disp
    Driver Version
    8.2.0.5
    Driver Date
    1-24-2006
    WebGL Renderer
    Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.686)
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version.

  • Macbook pro ( 13" mid 2009 ) keeps freezing every few minutes since downloading mavericks

    Ever since downloading osx Mavericks , my mac book keeps on crashing every few minutes. Doesn't matter what application I am using, system hangs every few minutes. I have been looking at Activity monitor closely. Following programs end up using a lot of CPU and hang a lot:
    SystemUIServer ( not responding -- several times )
    Google Chrome ( not responding -- several times )
    Google Chrome Helper ( not responding -- several times )
    PepperFlashPlayer ( not responding -- several times )
    Windows Server ( not crashing -- but using a lot of CPU resources - remains at top 5 CPU usage tasks. )
    Looking at Console app .. following programs cause a lot of crashes: ( Console itself was not responding several times I was looking at it )
    systemstatsd
    GoogleChromeHelper
    I also ran EtreCheck program .. here is the output:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              ChmodBPF - Path: /Library/StartupItems/ChmodBPF
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 12:48:1
    Disk Information:
              FUJITSU MJA2160BH FFS G1 disk0 : (160.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 159.18 GB (116.26 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-868 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
              [failed]          com.apple.systemstatsd.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded]          com.anchorfree.ajaxserver.plist
              [loaded]          com.fitbit.galileod.plist
              [loaded]          com.google.keystone.daemon.plist
              [loaded]          com.microsoft.office.licensing.helper.plist
              [loaded]          org.macosforge.xquartz.privileged_startx.plist
    Launch Agents:
              [loaded]          com.google.keystone.agent.plist
              [loaded]          org.macosforge.xquartz.startx.plist
    User Launch Agents:
              [loaded]          com.adobe.ARM.[...].plist
              [failed]          com.apple.CSConfigDotMacCert-sukhi_rs@me.com-SharedServices.Agent.plist
    User Login Items:
              iTunesHelper
              iTunesHelper
              Google Drive
    3rd Party Preference Panes:
              None
    Internet Plug-ins:
              AdobePDFViewer.plugin
              Default Browser.plugin
              DirectorShockwave.plugin
              DivXBrowserPlugin.plugin
              EPPEX Plugin.plugin
              Flip4Mac WMV Plugin.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              PDF Browser Plugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   5%          WindowServer
                   2%          EtreCheck
                   1%          Google Chrome
                   1%          hidd
                   1%          Activity Monitor
                   0%          fontd
                   0%          sysmond
                   0%          notifyd
                   0%          ocspd
                   0%          imagent
    Top Processes by Memory:
              123 MB             softwareupdated
              115 MB             Google Chrome
              106 MB             com.apple.IconServicesAgent
              82 MB              mds_stores
              61 MB              Activity Monitor
              49 MB              mds
              49 MB              Finder
              41 MB              WindowServer
              33 MB              Dock
              33 MB              Google Chrome Helper
    Virtual Memory Statistics:
              4.87 GB            Free RAM
              1.50 GB            Active RAM
              673 MB             Inactive RAM
              738 MB             Wired RAM
              1.42 GB            Page-ins
              0 B                Page-outs
    Is there anything else you would like me to post?

    ChmodBPF - Path: /Library/StartupItems/ChmodBPF
    StartupItems can slow your Mac down.
    Go to HD > Library > StartuItems
    Remove this:  ChmodBPF
    Restart your Mac.
    If it's still slow, open System Preferences > Users & Groups > Login items
    Remove Google Drive.  (iTunes Helper should not be a problem)
    Restart your Mac.

  • Firefox 3.6.6 crashes every few minutes or freezes up even when i'm not doing anything

    For the last few days, firefox has been crashing or freezing up every few minutes. It seems to be independent of what websites i'm on. Firefox either just freezes up ("this program is not responding") or will crash entirely and i'll get the firefox crash console. I've tried disabling all my addons and that didn't help either. My explorer seems much more stable.
    == Crash ID(s) ==
    bp-587f2d86-e680-4d36-aeb9-ba1662100718, bp-4431e179-5e53-4416-bc06-8c30c2100718
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)

    Having the same problem and is adding up to the problems I keep experiencing like the huge memory loads (tried everything, but no cure found).
    See the graphs added, this is when I don't even use firefox.

  • I have an iMac, and have a Verizon DSL account. Recently, my Mac Mail keeps requesting the passwords on my account every few minutes, and will not allow me to send messages using Mac Mail. I cannot edit the outgoing server; how can I send emails?

    I have an iMac, and have a Verizon DSL account (3 email addresses). Recently, my Mac Mail keeps requesting the passwords on my accounts every few minutes, and will not allow me to send messages using Mac Mail (the message says that the outgoing server was rejected. I cannot edit the outgoing server, and the keychain will not save my passwords (the ports are valid). How can I change the outgoing server to send emails, and how can I avoid having Mail request my passwords every 2 minutes? Verizon, as usual, will not provide support to iMacs.

    Is there an email saved in your drafts or outbox folder?  I suspect that Mail is continually trying to send it, and each time Google is rejecting the email message.
    You can open the message and then delete it from your Outbox folder.  Then try removing all @gmail email addresses from it and seeing whether you can send to the other folks.  I suspect that will work.
    With email, if an SMTP server *can* verify email addresses, sometimes it will and it will refuse to send messages.  If a message has to be relayed across servers, no verification is done, and you'll get a bounce if an email address is bad.

  • My iPad2 is frozen at slide to unlock and every few minutes te apple appears on the middle for a while and then back on freeze to the slide to unlock screen. Please I need your help please

    My iPad2 is frozen at slide to unlock screen, every few minutes the apple appears in the middle of the screen and couple of minutes later it will go back on freeze to the slide to unlock screen .  I have tried all tricks even the restoration through iTunes which I was never able to complete because of the apple screen; iTunes thinks I am resetting my iPad and the restoration get aborted.
    Please help, I can't even turn it off.

    Force iPad into Recovery Mode
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times.

  • Firefox freezes every few minutes for a few seconds.

    Firefox keeps freezing every few minutes, for a few seconds at a time. It's infuriating. It just happened right now while I was typing "infuriating". It's happened since I installed the Facebook Video Chat Plug-In, but I uninstalled that and it keeps happening.

    Probably an over active security or "cleaning" program that's kicking in every few minutes and messing with Firefox.

Maybe you are looking for

  • Invoking a Web Service from EJB

    Hi I need to invoke a web serice from existing EJB(stateless session bean) deployed in J2EE SDK 1.3.1. I have downloaded Java WSDP but I have no idea where to start. Can any one briefly explain to me how to do this ? Thanks.

  • Can't create Informatica repository in Linux- no log file info either

    We are installing OBIEE in Red Hat Linux. When installing INformatica Server we are hitting a wall: =============================================================================== PowerCenter Repository Configuration *<Type 'back' for the previous pa

  • 790XT-G45 one of the capacitors fell off

    Hello there msi community and hopefully some MSi engineers  :D Today i opened my case for some dust cleaning and one thing really scared me - I saw a small capacitor laying at the bottom of the case. within few minutes i located the spot where it's m

  • Multiple Picture files

    Hi, I have 120 png photos all named in sequence. Im trying to highlight them all in the library and drag them to the stage. I want flash to automatically distribute them to individual frames. Is there a way to do this so I dont have to manually line

  • What files are used to restore?

    I have done a restore twice. The first time, after the phone was reset and activated, I selected retore setting from last synch and waited over 90 minutes and then unplugged and synched the phone. That left me without most settings. I did another res