IMac link to 2Wire gateway gets slower over time

Hi All,
For the last couple of months I've had a situation where the airport signal drops off (and my download speed drops accordingly). When I start up I get "5 bars" from the wireless router. Then speed will drop, or pages fail to load, and I notice that Im getting just 1 or 2 bars. If I turn Airport off, then back on, it comes back at full strength and works for a while. The DSL router is a 2wire (ATT) that otherwise seems to work fine. I don't see much that I can adjust or configure with Airport or the IMac. The router is not too far away as the crow flies, but its a floor below. My mac mini and the wifes laptop seem pretty good. What can interfere with the signal. Also is the 801.1x security only, or something that yields stronger connections? THe online help for setting up the 801 in Airport was clear as mud. Suggestions? Thanks!

This is what I believe is happening.  I don't see what I might not be freeing.  I remove all event listeners and remove the TextFields from the display list.  Is there anything else I need to do?
Currently I am displaying the frame rate.  I see a frame rate starting at 30 and going down to 8 after several hours.
I also just started to display the memory:
tf.text = Number( System.totalMemory / 1024 / 1024 ).toFixed( 2 ) +' Mb';
I am interested to see if when the FPS goes down to < 10, if the memory is much larger.
Are there any tools that might help debug what might be happening?

Similar Messages

  • Index Organized Table getting slow over time

    Hello,
    I recently discovered a problem in our our production environment:
    We use an IOT to store search results in the form of primary keys (and additional data). This results in an excessive amount of INSERTs and DELETEs (the application is mainly a research tool). After some time, some statements on the IOT like SELECT COUNT(*) (optimizer using INDEX FAST FULL SCAN) take longer and longer, however the IOT index is used correctly by the optimizer and SELECTs which specify WHERE primk... (optimizer using INDEX RANGE SCAN) are executed with best performance.
    It seems that the IOT somehow gets fragmented or unbalanced. Now my question ist, what's would be the best approach against that problem.
    Would a daily ALTER TABLE ... MOVE ONLINE; be a good solution for example? Is this common practice with high volatile IOTs in 24x7 production environments?
    Are there any better solutions for storing temporary search results?
    Looking forward for your comments.
    -sd

    In addition to above mentioning...
    Have you verified the distribution of IOT?
    Like "ANALYZE INDEX .... VALIDATE STRUCTURE"? or "DBMS_STATS.GATHER_TABLE_STATS"?
    It's natural that your full table scan(index fast full scan) gets slower in case that your IOT is getting bigger.
    If you have lots of free leaf nodes, moving index will be beneficial although moving itself should be abvoided on busy time.
    You also need to do sql trace and tkprof to measure how much workload your IOT is making.

  • WLAN getting slower over time.

    If I download arch iso from my local server via scp, the connection begins with a speed of 2-3 MB/s, and slows permanently down until it reached 80Kb/s. If I do the same over Fast Ethernet, I get  constant 11.3 MB/s. I have this problem on my router (701V) as well as on my accesspoint (WL0110), with wicd as well as with networkmanager. Hence I guess it is a driver problem.
    I dont have any clue on how to solve this problem. Here some Info. Please ask if you need more.
    ~$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    01:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
    02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
    ~$ iwconfig
    wlp2s0 IEEE 802.11bgn ESSID:"Home2"
    Mode:Managed Frequency:2.462 GHz Access Point: XX:XX:XX:XX:XX:XX
    Bit Rate=6 Mb/s Tx-Power=14 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=57/70 Signal level=-53 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:72220 Invalid misc:963 Missed beacon:0
    ~$ cd /sys/module/iwlwifi/parameters
    /sys/module/iwlwifi/parameters $ modinfo iwlwifi | grep parm | while read X;do echo $X; Y=${X#*: }; Z=${Y%%:*}; cat $Z ;done
    parm: swcrypto:using crypto in software (default 0 [hardware]) (int)
    0
    parm: 11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
    0
    parm: amsdu_size_8K:enable 8K amsdu size (default 0) (int)
    0
    parm: fw_restart:restart firmware in case of error (int)
    1
    parm: antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
    0
    parm: bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
    Y
    parm: plcp_check:Check plcp health (default: 1 [enabled]) (bool)
    Y
    parm: wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
    1
    parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
    Y
    parm: led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
    0
    parm: power_save:enable WiFi power management (default: disable) (bool)
    N
    parm: power_level:default power save level (range from 1 - 5, default: 1) (int)
    0
    parm: auto_agg:enable agg w/o check traffic load (default: enable) (bool)
    Y
    parm: 5ghz_disable:disable 5GHz band (default: 0 [enabled]) (bool)
    N
    Last edited by manuelschneid3r (2013-05-18 17:44:18)

    This is what I believe is happening.  I don't see what I might not be freeing.  I remove all event listeners and remove the TextFields from the display list.  Is there anything else I need to do?
    Currently I am displaying the frame rate.  I see a frame rate starting at 30 and going down to 8 after several hours.
    I also just started to display the memory:
    tf.text = Number( System.totalMemory / 1024 / 1024 ).toFixed( 2 ) +' Mb';
    I am interested to see if when the FPS goes down to < 10, if the memory is much larger.
    Are there any tools that might help debug what might be happening?

  • I just updated my RAM and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.

    I just updated my RAM (replaced the two 2 gig cards with two Corsair 8 gig cards) and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times with Photoshop and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.
    Here is the crash report:
    Interval Since Last Panic Report:  5426204 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    2DD57DDB-BB42-5614-395A-CA6225BDAFD9
    Wed Mar 20 11:36:53 2013
    panic(cpu 0 caller 0xffffff801aa43d8e): "a freed zone element has been modified in zone: maps"@/SourceCache/xnu/xnu-2050.18.24/osfmk/kern/zalloc.c:219
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81eb0eb950 : 0xffffff801aa1d626
    0xffffff81eb0eb9c0 : 0xffffff801aa43d8e
    0xffffff81eb0eba00 : 0xffffff801aa435d2
    0xffffff81eb0ebae0 : 0xffffff801aa663f7
    0xffffff81eb0ebb20 : 0xffffff801aa67398
    0xffffff81eb0ebc70 : 0xffffff801aa6887c
    0xffffff81eb0ebd20 : 0xffffff801ad5b8fe
    0xffffff81eb0ebf50 : 0xffffff801ade182a
    0xffffff81eb0ebfb0 : 0xffffff801aaced33
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000001a800000
    Kernel text base: 0xffffff801aa00000
    System model name: iMac11,2 (Mac-F2238AC8)
    System uptime in nanoseconds: 1070542822
    last loaded kext at 707348380: com.apple.driver.AppleIRController    320.15 (addr 0xffffff7f9c53e000, size 28672)
    loaded kexts:
    at.obdev.nke.LittleSnitch    3908
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBCardReader    3.1.0
    com.apple.driver.AppleFileSystemDriver    3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.iokit.SCSITaskUserClient    3.5.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.2.2
    com.apple.driver.AppleUSBHub    5.2.5
    com.apple.driver.AppleFWOHCI    4.9.6
    com.apple.driver.AirPort.Atheros40    600.70.23
    com.apple.driver.AppleUSBEHCI    5.4.0
    com.apple.driver.AppleAHCIPort    2.4.1
    com.apple.iokit.AppleBCM5701Ethernet    3.2.5b3
    com.apple.driver.AppleUSBUHCI    5.2.5
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleACPIButtons    1.6
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.6
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    196.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2
    com.apple.driver.AppleIntelCPUPowerManagement    196.0.0
    com.apple.iokit.IOUSBHIDDriver    5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.1
    com.apple.iokit.IOUSBMassStorageClass    3.5.0
    com.apple.driver.AppleUSBMergeNub    5.2.5
    com.apple.driver.AppleUSBComposite    5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOUSBUserClient    5.2.5
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    500.15
    com.apple.iokit.IOAHCIFamily    2.2.1
    com.apple.iokit.IOEthernetAVBController    1.0.2b1
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.iokit.IOUSBFamily    5.4.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.8.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    344
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.21
    com.apple.driver.AppleACPIPlatform    1.6
    com.apple.iokit.IOPCIFamily    2.7.2
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 16 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 0 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3

    There have been a few reports on here where Corsair RAM seems to have caused users a lot of grief with crashes.
    The recommendation on here, mostly, is to only buy RAM from macsales.com or crucial.com as they guarantee their modules will work and offer a no quibble lifetime guarantee.
    I'd put the original RAM back in, return the Corsair chips for a refund and re-order from one of those two companies.
    http://eshop.macsales.com/shop/apple/memory/iMac
    http://www.crucial.com/

  • Is ther a way to speed up a Mac? Mine has gotten slower and slower over time.  When memory comes close to full would that have an effect on performance? Is there a way to determine unused programs/software to remove and free space?

    Is there a way to speed up a Mac (similar to de-fragging on a PC)? Mine has gotten slower and slower over time. 
    When memory/disc comes close to full would that have an effect on performance? How should I determine what programs/software to remove and free space?

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Data rate slows over time: Using Time Capsule (4th) and AirPort Express (1st)

    Time Capsule using Airport Express to extend network.
    Over 3-4 days my data rate gradually gets slower and slower until I have to reboot both TC and AE.
    Fresh reboot gets me 10Mbs or better for a while and then slows over time to 2Mbs or less.
    I can cable directly to the ISP modem, taking TC and AE out of the equation, and its smokin fast
    No hair left to pull out, so any help or suggestions would be appreciated.
    Time Capsule (4th gen) - Model A1409
    Version - 7.6.4
    Wireless Mode:  Create a wireless network
    Wireless Security:  WPA2
    Channel:  149 (Automatic), 11 (Automatic)
    Allow this network to be extended is checked
    Radio Mode:  Automatic
    Multicast Rate:  Low
    Transmit Power:  100%
    Use wide channels is checked
    Guest Network is NOT enabled
    Mac Address Access Control: Not Enabled
    Connection Sharing:  Share a public address
    Using DHCP
    One printer attached to Time Capsule
    Airport Express (1st gen) - Model A1143
    Version 7.6.4
    Wireless Mode:  Extend a wireless network
    Wireless Security:  WPA2
    Channel:  11 (Automatic)
    Mac Address Access Control: Not Enabled
    Using DHCP

    You have your wireless channels on auto.. it is usually better to control it.
    You will notice I have different names for 2.4ghz and 5ghz.. then I can force the link to either band.
    After you set Radio Channel selection to Manual,, click edit. You can then set the channels.
    Lock the channels.. ie you take control and you set what the wireless channels will be.. when you extend wireless this works far better. The auto channel system has to run on the Extender.. but since the main base is fixed on the 2.4ghz so it will be also.. the only channel that can flap around is 5ghz (extender) since that is not under my control. Of course it is up to you to determine which channel works best.. I strongly recommend the upper channels for 2.4ghz and the lower channels for 5ghz.
    So.. I have set 5ghz to 48 on the main base.. and the auto channel sets it to 149 in the extender.
    One strange thing results from my setup .. (amongst many!!)
    You cannot name the wireless for 5ghz in the extender.. so in my case the upstairs wireless extender has both 2.4ghz and 5ghz named TC24ghz.. nought that I can do about it. But it is not a big deal.
    You can see the result in the wireless diagnostics. The last wireless I have put in the box.. it is named TC24ghz but is in fact running on 5ghz. That is just how the over automated system of the apple routers work.. If I could I would fix it.. and maybe shall via serial console at a later date.

  • Hey guys, i have a one year old Mac desktop which has become incredibly slow over time. Strange thing is that I have not downloaded anything save for install Windows for Mac. Storage wise the bulk of my info is stored on hard external drives. Can someow

    Hey guys, i have a one year old Mac desktop which has become incredibly slow over time. Strange thing is that I have not downloaded anything save for install Windows for Mac. Storage wise the bulk of my info is stored on hard external drives. Can someow

    Hardware Information:
              iMac - model: iMac11,2
              1 3.2 GHz Intel Core i3 CPU: 2 cores
              4 GB RAM
    Video Information:
              ATI Radeon HD 5670 - VRAM: 512 MB
    System Software:
              Mac OS X 10.6.8 (10K549) - Uptime: up 0:2:53:43
    Disk Information:
              WDC WD1001FALS-40Y6A0 disk0 : (931,51 GB)
                        (null) (disk0s1) <not mounted>: 200 MB
                        Macintosh HD (disk0s2) /: 931,19 GB (894,98 GB free)
              OPTIARC DVD RW AD-5680H 
    USB Information:
              Apple Inc. iPad
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple, Inc. Keyboard Hub
                        Apple, Inc Apple Keyboard
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
                     [failed] com.apple.suhelperd.plist
                 [not loaded] org.samba.winbindd.plist
    Problem System Launch Agents:
                     [failed] com.apple.Kerberos.renew.plist
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
                     [loaded] com.microsoft.office.licensing.helper.plist
                     [loaded] com.rim.BBDaemon.plist
                     [loaded] com.zeobit.MacKeeper.AntiVirus.plist
    Launch Agents:
                     [loaded] com.rim.BBAlbumArtCacher.plist
                     [loaded] com.rim.BBLaunchAgent.plist
    User Launch Agents:
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              iTunesHelper
              BlackBerry Desktop Software
              Bluetooth File Exchange
              Garmin ANT Agent
              Dropbox
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              GarminGpsControl.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
    Top Processes by Memory:

  • Ever since installing on my 64bit Windows 7 install, Firefox has continually gotten more sluggish as time moves on, hangs for 10-15 secs at a time and just gets worse over time with the updates and everything.

    Ever since installing on my 64bit Windows 7 install, Firefox has continually gotten more sluggish as time moves on, hangs for 10-15 secs at a time and just gets worse over time with the updates and everything. It was fast when I first installed, but over the last six mos has slown to a crawl.

    upgrade your browser to Firefox 8 and try
    * getfirefox.com

  • IMac 20 inch early 2008 getting slow

    My iMac 20 inch early 2008 is getting slow. I have attached the EtreCheck report.
    Any suggestions? how about memory upgrade. Or is it time to just start lookin for a more recent Mac....
    Thank you so much!
    EtreCheck version: 1.9.15 (52)
    Report generated 29 september 2014 11:51:44 CEST
    Hardware Information: ?
      iMac (20-inch, Early 2008) (Verified)
      iMac - model: iMac8,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      2 GB RAM
    Video Information: ?
      ATI Radeon HD 2400 - VRAM: 128 MB
      iMac 1024 x 768
    System Software: ?
      OS X 10.9.5 (13F34) - Uptime: 0 days 14:13:53
    Disk Information: ?
      WDC WD2500AAJS-40VWA1 disk0 : (250,06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      Marion (disk0s2) / [Startup]: 249,2 GB (175,23 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      VIA Technologies Inc. USB 2.0 IDE Bridge 164,7 GB
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted>: 209,7 MB
      Time Machine-reservekopieën (disk1s2) /Volumes/Time Machine-reservekopieën: 164,35 GB (17,5 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Logitech USB-PS/2 Optical Mouse
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [not loaded] com.hzsystems.driver.CDSDAudioCaptureSupport (1.5) Support
      [not loaded] com.roxio.TDIXController (2.0) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
    Launch Agents: ?
      [running] com.brother.LOGINserver.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ?
      iTunesHelper
      GetBackupAgent
      Google Chrome
      Software-update
      Spotify
      Spotify
      Spotify
      Google Chrome
      Thunderbird
    Internet Plug-ins: ?
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Becon: Version: (null) Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      AdobePDFViewer: Version: 9.5.5 Support
      Default Browser: Version: 537 - SDK 10.9
      QuickTime Plugin: Version: 7.7.3
      OfficeLiveBrowserPlugin: Version: 12.2.8 Support
      Silverlight: Version: 4.0.50917.0 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins ?
      Picasa: Version: 1.0 Support
    3rd Party Preference Panes: ?
      Flash Player  Support
    Time Machine: ?
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Marion: Disk size: 232.09 GB Disk used: 68.89 GB
      Destinations:
      Time Machine-reservekopieën [Local] (Last used)
      Total size: 153.07 GB
      Total number of backups: 70
      Oldest backup: 2013-12-30 15:03:05 +0000
      Last backup: 2014-09-29 09:29:28 +0000
      Size of backup disk: Too small
      Backup size 153.07 GB < (Disk used 68.89 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          2% WindowServer
          1% Google Chrome
          0% fontd
          0% Finder
          0% aosnotifyd
    Top Processes by Memory: ?
      102 MB JavaApplicationStub
      102 MB Google Chrome
      88 MB thunderbird
      45 MB Finder
      35 MB mds
    Virtual Memory Information: ?
      23 MB Free RAM
      710 MB Active RAM
      700 MB Inactive RAM
      281 MB Wired RAM
      1.22 GB Page-ins
      59 MB Page-outs

    Uupgrading the ram will help, 2gb simply isn't enough with Mavericks. Your iMac will use up to 6gb of ram,
    Min. RAM Speed:
    800 MHz
    Details:
    Supports 800 MHz PC2-6400 DDR2 SDRAM (200-pin SO-DIMM). Also see: How do you upgrade the RAM in this Aluminum iMac model? How much RAM does it actually support?
    Standard RAM:
    1 GB
    Maximum RAM:
    6 GB*
    Details:
    By default, 1 GB of RAM was installed as a single SO-DIMM module. One slot free. *Apple officially supports 4 GB of RAM, but third-parties have been able to upgrade the system to 6 GB of RAM using one 2 GB and one 4 GB SO-DIMM module. In the US (and many other countries), site sponsor Other World Computing sells memory -- as well as other upgrades -- for this iMac. In Australia, site sponsor RamCity sells memory and other upgrades for this iMac.
    Get ram form either OWC http://eshop.macsales.com or Crucial http://www.crucial.com to avoid problems with incompatible ram.

  • TS1702 I just purchased and down loaded Pages to my iMac.  How do I get Pages over to my iPad?

    I just purchased and down loaded Pages to my iMac.  How do I get the Pages app over to my iPad?

    Kayden66 wrote:
    I will purchase the the Pages app from the app store.  Will the two apps sync?  If how are they synced?
    Through iCloud-> http://www.apple.com/icloud/features/documents.html

  • Firefox gets slower and slower over time.

    I have been using firefox for some time, Like it better than Safari generally, but I've noticed (and it has gotten worse with 3.6.x) that if you leave FF running for extended periods of time it gets slower and slower, does not seem to matter if add-ons are installed or not, and it gets REALLY bad after going in and out of flash based apps/games a couple times. It is not just a mac problem as this behaviour also happens on windows xp or newer, but windows OS needs to be rebooted daily anyways so most people won't notice.

    Proceed with [[Basic Troubleshooting]] first of all.
    You could also try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

  • AxGPIB runs slower over time

    Using Measurement Studio 6.0 for VB but from within a Visual Studio 2005 CSharp app, the components used are the AxCWGPIB ? that interface to the GPIB bus
    everything works except over time, like 1 hour, it becomes noticeably slower, after 10 hours the cpu useage is peaked around 100%, each transfer takes a few seconds.  Am searching for any issues with this activeX, any leads appreciated.
    rebooting the system makes it run faster, problem seems linked to the GPIB interface/driver which is the National Instruments/Measurement studio component that appears as AxCWGPIB
    thanks for any assistance

    yes thanks, I disabled the data logging and ran the tests that only did the gpib I/O.  doing this, it would increase in cpu useage much faster than if everything gets run.  Ive scoured the code for possible memory leaks
    Is there supposed to be some special way to call and manage the Interop.CWInstrumentControlLibrary.dll  or ?? from the C# form world?
    the documentation is extremely limited, but I put the control into the form1, then make calls from the code.  nothing to indicate that more is necessary, so what else is supposed to be done? 
    is there a difference between the cwgpib control in the dotnet version of Measurement Studio? or is it the same exact v1.4  for version 6.0?

  • Does the iPad get slower with time?

    i have an iPad 4 for over a year. Does the iPad get slower with the passage of time or because of small amount of available?

    As with any piece of electronics, the more stuff you get on there, the more clutter and the more 'junk' (not meaning offensively, just junk as extra files, fragmented files, etc) that it has to run through.
    If you think it's getting too slow, you can fully back it up, then reset your iPad back to factory settings (erase all content and settings) and then restore from that backup.
    It's not impossible, just something to do carefully because if you haven't backed everything up correctly, you will lose it. (content and apps from iTunes can always be redownloaded but content made on your iPad can be deleted if not backed up)
    I've had my iPad 2 for almost three years now and really haven't noticed a major decline in function. So unless you see something drastic, I really wouldn't worry about it.

  • Faint ring around the edge of my display - getting worst over time

    I have been noticing over time a faint ring around the edges of my display - mostly prevalent when screen is blank (I.e. rebooting) but is present at all times. It's color is faint gray and seems to be getting more noticeable over time. It's not a big issue - just wondering what it could be. It's possible that this imac is simply aging - it's on its 5th year. And, running strong!

    Interesting. Can you post pics of the "ring"?  Does the ring occur around areas of greatest use or or wear?

  • My Network gets slower with time capsule... why?

    I Buy a Time Capsule for only for use it as backup HDD in my work but after i install it and configure it the network gets slower but onli with the machines that have the gateway configured, because the machines that dont have internet connection (no gateway and no DHCP only static ip), they are fast as allways
    we use Windows Server enterprise 2008 r2 with ADSL connection and terminal server configured and a network domain on it.
    and the machines have windows 7 and xp.
    I hope someone know why this happened.
    thanks.

    And if you don't have luck on the SL forum then I'd recommend posting on the Airport forum. You can find that at:
    https://discussions.apple.com/community/wireless/airport

Maybe you are looking for

  • My PC is broken. Is there a way of deleting music in my library on my iPad or iPhone to free up storage

    Hi My PC is completely broken. My iTunes library on my iPhone is taking up too much memory. Is there any was of removing songs from my library through my iPad or iPhone with my PC? Thanks

  • HR Documents OAWD error no data exist

    Hi experts, I'm trying to store the documents through OAWD. The problem is i'm not able to store the document using the infotype (0024). I already Set up Optical Archiving in HR  in SPRO.  The error msg is 'No data for 01100003 0024 exist'. What did

  • Regarding recipient type

    What is the Use of recipient type ? is it mandatary field in vendor master ? is it assign in vendor master? if iam not assign recipient type what is effect?What areas is the effect from the recipient type?

  • RSR_OLAP_BADI -  initialization method

    We have created an  implementation using the RSR_OLAP_BADI. In the INITIALIZATION METHOD we are using the code shown below from one of the white papers. The code goes through the characteristics and key figures and finds there position in the table.

  • Installation of test version of indesign cc failed, says it can't extract

    Hi, I've tried to install the test version of Indesign CC. It downloads but when it's done and starts to "extract" (it says extrahera in Swedish) it fails and says I should contact support. Does it sound familiar to anyone and does anyone know what t