Wired NIC Atheros AR8152 v1.1 disconnects over time

Hello!
I'm having a bad time with my Atheros AR8152 nic, when i connect to a wired network it just disconnects past a few minutes.
Some context information:
lspci -v:
01:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v1.1 Fast Ethernet (rev c1)
Subsystem: Toshiba America Info Systems Device ff1e
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d5400000 (64-bit, non-prefetchable) [size=256K]
I/O ports at 3000 [size=128]
Capabilities: <access denied>
Kernel driver in use: atl1c
dmesg:
[ 5.393636] systemd-udevd[156]: renamed network interface eth0 to enp1s0
[ 4.983439] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
lsmod:
atl1c 35119 0
After the OS boots, i perform dhclient enp1s0 or dhcpcd enp1s0 and i can manage to connect to the wired network for a few seconds, at most a couple minutes:
PING www.google.com (173.194.42.19) 56(84) bytes of data.
64 bytes from eze03s05-in-f19.1e100.net (173.194.42.19): icmp_seq=1 ttl=57 time=13.6 ms
64 bytes from eze03s05-in-f19.1e100.net (173.194.42.19): icmp_seq=2 ttl=57 time=15.7 ms
64 bytes from eze03s05-in-f19.1e100.net (173.194.42.19): icmp_seq=3 ttl=57 time=15.7 ms
64 bytes from eze03s05-in-f19.1e100.net (173.194.42.19): icmp_seq=4 ttl=57 time=13.7 ms
But then the network connection drops down:
ping gateway:
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
From 10.0.0.5 icmp_seq=1 Destination Host Unreachable
From 10.0.0.5 icmp_seq=2 Destination Host Unreachable
From 10.0.0.5 icmp_seq=3 Destination Host Unreachable
From 10.0.0.5 icmp_seq=4 Destination Host Unreachable
From 10.0.0.5 icmp_seq=5 Destination Host Unreachable
From 10.0.0.5 icmp_seq=6 Destination Host Unreachable
From 10.0.0.5 icmp_seq=7 Destination Host Unreachable
ping self:
PING 10.0.0.5 (10.0.0.5) 56(84) bytes of data.
64 bytes from 10.0.0.5: icmp_seq=1 ttl=64 time=0.022 ms
64 bytes from 10.0.0.5: icmp_seq=2 ttl=64 time=0.028 ms
64 bytes from 10.0.0.5: icmp_seq=3 ttl=64 time=0.039 ms
64 bytes from 10.0.0.5: icmp_seq=4 ttl=64 time=0.042 ms
64 bytes from 10.0.0.5: icmp_seq=5 ttl=64 time=0.041 ms
ip addr:
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:26:6c:bb:aa:18 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.5/24 brd 10.0.0.255 scope global enp1s0
inet6 fe80::226:6cff:febb:aa18/64 scope link
valid_lft forever preferred_lft forever
In order to reconnect, the only way i found is restarting the router and putting down/up enp1s0 and running dhclient enp1s0 again. Then start again all over...
It may look like a router problem, but i'm using the same router with a debian box set with dhcp and ethernet connection works fine.
Some additional information: when i installed the base system, i did it via this nic and it went smooth. Maybe an upgrade broke this?
I've been searching the forums but couln't find a similar case to mine. Any ideas?
Thanks in advance!
PD: Sorry about my bad grammar, english is not my mother language :P
Last edited by agodnic (2013-03-03 03:04:57)

Hi. I'm experiencing the same problem on my NB too!(using Atheros AR8151)
It happens commonly when I play facebook game.
I also found out that even doing nothing(just idling my NB) for some times it will happen.
When it happens, I have to unplug my ethernet cable then plug it to let NetworkManager to reconnect to temporarily solve this problem.
I've been using Archlinux on this NB for two years. Can't remember exact when this problem first occurs. Maybe in a month.
lspci -v
05:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
Subsystem: ASUSTeK Computer Inc. Device 1851
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at dd800000 (64-bit, non-prefetchable) [size=256K]
I/O ports at a000 [size=128]
Capabilities: <access denied>
Kernel driver in use: atl1c
dmesg | grep atl
[ 6.427395] atl1c 0000:05:00.0: version 1.0.1.0-NAPI
[ 13.925516] atl1c 0000:05:00.0: irq 46 for MSI/MSI-X
[ 13.926027] atl1c 0000:05:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
lsmod | grep atl
atl1c 35183 0
when it happens,
ping gateway
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.103 icmp_seq=1 Destination Host Unreachable
From 192.168.1.103 icmp_seq=2 Destination Host Unreachable
From 192.168.1.103 icmp_seq=3 Destination Host Unreachable
From 192.168.1.103 icmp_seq=4 Destination Host Unreachable
From 192.168.1.103 icmp_seq=5 Destination Host Unreachable
--- 192.168.1.1 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 3999ms
ping myself
PING 192.168.1.103 (192.168.1.103) 56(84) bytes of data.
64 bytes from 192.168.1.103: icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from 192.168.1.103: icmp_seq=2 ttl=64 time=0.051 ms
64 bytes from 192.168.1.103: icmp_seq=3 ttl=64 time=0.052 ms
64 bytes from 192.168.1.103: icmp_seq=4 ttl=64 time=0.054 ms
64 bytes from 192.168.1.103: icmp_seq=5 ttl=64 time=0.054 ms
--- 192.168.1.103 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3999ms
rtt min/avg/max/mdev = 0.041/0.050/0.054/0.008 ms
ip addr
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether f4:6d:04:1d:31:24 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.103/24 brd 192.168.1.255 scope global eth0
inet6 fe80::f66d:4ff:fe1d:3124/64 scope link
valid_lft forever preferred_lft forever
no new messages in journalctl -b and dmesg
not knowing what to do next to debug

Similar Messages

  • When i plug the USB for my iPad into my computer it will connect then disconnect over and over again untill i wiggle the usb around alot. This is happening to all my ports. But not on the other computer.

    Hi. Whenever i plug my iPad (Happens with ipod and iphone too) to my computer usb for itunes is will connect, then disconnect over and over again. It has happened for a long time but doesnt happen on my other computer. how do i fix this?

    If you have a spare cable, try using that.  But the fact that this doesn't happen on your other computer (I assume using the same old cable) leads me to conclude that something else is at work.  Maybe even the "bad" computer.

  • Problems with atl1c module (Atheros AR8152 v1.1)

    Hey guys,
    I discovered my ethernet isn't working anymore today (I'm using wifi all the time), when I updated to the new kernel version and found my wireless dysfunctional. Luckily I fixed wifi after all (had to blacklist the bcma module).
    Still I want to fix my broken ethernet now, but this gives me a hard time: I'm using a Atheros AR8152 v1.1 based card, so the atl1c module should be the thing to use and this must have worked for some time, since I had to install the wifi stuff somehow when setting up Arch some months ago.
    All I get now are the following lines of dmesg's output:
    atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    atl1c 0000:01:00.0: setting latency timer to 64
    atl1c 0000:01:00.0: cannot map device registers
    atl1c 0000:01:00.0: PCI INT A disabled
    atl1c: probe of 0000:01:00.0 failed with error -5
    All I got by looking around in the internet was a tip to disable acpi by booting with the acpi=off or the acpi=copy_dstd kernel parameter, but this didn't do anything besides leaving me with a more or less dysfunctional system in the first case...
    Can somebody give me a hint on what to do?

    Hello,
    I am owner of AR8131 which runs with atl1c without problems.
    Unfortionally it seems that module does not have any optional parameters so i guess it wont be "easy" fix.
    hits:
    check your bios for "NET AI" or w/e named function that checks for bad cabels ( got many problems in the past with nvidia cards if i remember correct with those type of functions )
    In any case wish ya luck

  • Router disconnects over 20 times a day.

    Hello
    Since November last year that I have been troubled with constant disconnects from my router which leads to quite a bit of frustration, I have posted on this forum 2 times since then and my problem persists, the first time an engineer came over and after a few tests detected that there was a problem with my line and "fixed" it, after 7 days of stable connection, which was the recommended time to see an improvement on my line, it went back to disconnecting several times a day, posted again in the forum and sent an email to a mod explaining my problem, he got back to me and said the same thing the engineer said, there is a problem with my line and he would "fix" it, now for 2 weeks it did get fixed, didn't had a single disconnect, the line was up for 10+ days up to the day when I reported back to the mod and after seeing that my line was stable he recommended me to reset the router to improve the Internet speed as it was locked at under 4MB dl, at this point the festival of disconnects restarted up until today, just yesterday it disconnected 10 times in 1 hour, I'm really trying to keep a positive feeling about this and that it will be fixed but it has been almost a year already.
    my stats
    ADSL Line Status
    Connection Information
    Line state:
    Connectedppp0_0
    Connection time:
    0 days, 00:36:39
    Downstream:
    5.648 Mbps
    Upstream:
    432 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Fast
    Noise margin (Down/Up):
    11.2 dB / 0.3 dB
    Line attenuation (Down/Up):
    41.1 dB / 24.4 dB
    Output power (Down/Up):
    20.2 dBm / 12.6 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    17 / 314
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    26 / 10
    Error Seconds (Local/Remote):
    3427 / 57566
    1. Best Effort Test: -provides background information.
    Download  Speed
    4.99 Mbps
    0 Mbps
    7.15 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 4.99 Mbps
     For your connection, the acceptable range of speeds is 2 Mbps-7.15 Mbps.
     IP Profile for your line is - 5.1 Mbps
    2. Upstream Test: -provides background information.
    Upload Speed
    0.34 Mbps
    0 Mbps
    0.83 Mbps
    Max Achievable Speed
    Upload speed achieved during the test was - 0.34Mbps
     Additional Information:
     Upstream Rate IP profile on your line is - 0.83 Mbps
    We were unable to identify any performance problem with your service at this time.
    It is possible that any problem you are currently, or had previously experienced may have been caused by traffic congestion on the Internet or by the server you were accessing responding slowly.
    If you continue to encounter a problem with a specific server, please contact the administrator of that server in the first instance.
    now my issue isnt even the speed anymore, 5MB i can live with, what i can't live with is a connection that drops several times a day, it can't even stay up for more then half a day.

    I would go back to the mods as they helped before
    contact mods
    can take up to 3 working days for mods to contact you
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • My mac book air suddely disconnects many times the wifi while using wifi

    my mac book air suddely disconnects many times the wifi while using wifi

    Lots of things can impact wifi connections.  If you are at the marginal edge of the wifi range (which depends not only on distance, but what's between you and the transmitter) you may find the connection dropping in and out.  Sometimes a minor repositioning of the computer or transmitter can solve the issue.
    As well, interference can also create problems.  For instance, microwave ovens are really good at disrupting 2.4Ghz signals, and that the frequency used most often in wifi routers--so if someone turns on the microwave and it's between you and the transmission point it won't be surprising if the connection drops.  As well, metal blocks the signal fairly effectively, so if (say) ductwork is between the CPU and the wireless router there can be problems.
    Finally, I've run into some combos of devices and routers that just don't seem to like each other :-) .  That said, I've not hit that problem with either Air I'm running (an 11" and a 13"), though obviously I've not tried to connect them to every type of router out there.
    Just this week I was at a hotel and in my room the hotel wifi was "interesting" with every device I tried (iPhone, Android phone, Kindle Fire, iPad and the two Airs) dropping connection regularly from the work desk.  Turned out if I moved the devices over to the nightstand on the other end of the room (not the best work environment) all of the problems went away, so it clearly was a signal issue and the exact layout of that room and the hotel's wifi.
    If the machine has a problem when positioned close to a variety of routers, then I'd suspect a hardware issue with the wifi card in the Air and get that checked by Apple.  Similarly, if your problem is with your home router, I'd check to see if other devices also are getting dropped, since there could be a hardware issue on the router.

  • Cisco Pix 501 / DNS - DNS resolution stops working over time

    Hello,
    I currently have a Cisco Pix 501 with the configuration listed below. It  connects to the public internet via a cable modem and acts as a DCHP  server for the local LAN.
    When it first turns on, all computers obtain the correct IP settings and  can access the internet. Within 10-15 minutes, computers begin to loose  access to the Internet. What’s strange is that each computer that lost  Internet access can ping the remote address but cannot perform an  nslookup. (it shows as Server UnKnown)
    The DNS server is 167.206.254.2 which is the external dns server  provided by my ISP. I can ping this address but the local computer is  unable to use it for domain to ip resolution.
    Then network used to have an existing Windows Small Business Server that  was a DNS and WINS Server. I ran dcpromo to remove the role of the  server and uninstalled dns via add/remove components.
    Can someone please help me determine why the computers over time loose  the ability to resolve domain names and therefore loose internet access?  Can there be some bad DNS entries created? Is there anything I can run  on the local computers to further troubleshoot dns errors? Is it  possible that the existing Windows SBS server is still running DNS and  therefore causing conficts in some way?
    One thing to note is that when I reset the Pix 501, everything begins to  work again but only for a short time until one by one each computer can  no longer resolve domain names. Also, I noticed that once someone  connects via VPN and disconnects, one of the local computers looses the  ability to resolve DNS.
    Cisco Pix Config
    PIX# show config
    : Saved
    : Written by enable_15 at 08:55:56.390 UTC Fri Mar 15 2013
    PIX Version 6.3(5)
    interface ethernet0 auto
    interface ethernet1 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password chiuzjKkSD33lwEw encrypted
    passwd chiuzjKkSD33lwEw encrypted
    hostname PIX
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names        
    access-list VPNGROUP_splitTunnelAcl permit ip 192.168.2.0 255.255.255.0 any
    access-list inside_outbound_nat0_acl permit ip 192.168.2.0 255.255.255.0 192.168.3.0 255.255.255.128
    access-list outside_cryptomap_dyn_30 permit ip any 192.168.3.0 255.255.255.128
    access-list ping_acl permit icmp any any
    pager lines 24
    logging timestamp
    logging monitor debugging
    logging buffered debugging
    logging history debugging
    logging queue 0
    icmp permit any echo-reply outside
    icmp permit any unreachable outside
    icmp permit any echo outside
    mtu outside 1500
    mtu inside 1500
    ip address outside dhcp setroute
    ip address inside 192.168.2.1 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool VPN 192.168.3.2-192.168.3.100 mask 255.255.255.0
    pdm location 192.168.2.0 255.255.255.0 inside
    pdm location 192.168.3.0 255.255.255.0 inside
    pdm logging informational 512
    no pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_outbound_nat0_acl
    nat (inside) 1 192.168.2.0 255.255.255.0 0 0
    access-group ping_acl in interface outside
    timeout xlate 0:05:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout sip-disconnect 0:02:00 sip-invite 0:03:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server TACACS+ max-failed-attempts 3
    aaa-server TACACS+ deadtime 10
    aaa-server RADIUS protocol radius
    aaa-server RADIUS max-failed-attempts 3
    aaa-server RADIUS deadtime 10
    aaa-server LOCAL protocol local
    aaa-server ACS protocol tacacs+
    aaa-server ACS max-failed-attempts 3
    aaa-server ACS deadtime 10
    aaa authentication ssh console LOCAL
    aaa authentication telnet console LOCAL
    http server enable
    http 192.168.2.0 255.255.255.0 inside
    http 192.168.3.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto dynamic-map VPNMAP 10 set transform-set ESP-3DES-MD5
    crypto dynamic-map VPNMAP 30 match address outside_cryptomap_dyn_30
    crypto dynamic-map VPNMAP 30 set transform-set ESP-3DES-MD5
    crypto map MYMAP 10 ipsec-isakmp dynamic VPNMAP
    crypto map MYMAP client authentication LOCAL
    crypto map MYMAP interface outside
    isakmp enable outside
    isakmp identity address
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption des
    isakmp policy 10 hash md5
    isakmp policy 10 group 1
    isakmp policy 10 lifetime 86400
    isakmp policy 30 authentication pre-share
    isakmp policy 30 encryption 3des
    isakmp policy 30 hash md5
    isakmp policy 30 group 2
    isakmp policy 30 lifetime 86400
    vpngroup VPNGRP idle-time 1800
    vpngroup VPNGROUP address-pool VPN
    vpngroup VPNGROUP dns-server 167.206.254.2
    vpngroup VPNGROUP wins-server 192.168.2.50
    vpngroup VPNGROUP default-domain advancedarthritiscarecenter.local
    vpngroup VPNGROUP split-tunnel VPNGROUP_splitTunnelAcl
    vpngroup VPNGROUP idle-time 1800
    vpngroup VPNGROUP password ********
    telnet 192.168.2.0 255.255.255.0 inside
    telnet 192.168.3.0 255.255.255.0 inside
    telnet timeout 30
    ssh 192.168.2.0 255.255.255.0 inside
    ssh 192.168.3.0 255.255.255.0 inside
    ssh timeout 60
    console timeout 0
    dhcpd address 192.168.2.2-192.168.2.33 inside
    dhcpd dns 167.206.254.2 167.206.254.2
    dhcpd lease 7200
    dhcpd ping_timeout 750
    dhcpd enable inside
    username admin password pO9NW1GJpm4IIIFK encrypted privilege 15
    username andrew password A340D92MQ0zV0hGs encrypted privilege 15
    terminal width 80
    Cryptochecksum:aacfb7d8ae07a6075baf8656a724fbec

    Wow...i didn't realize this was possible. I will certainly check the logs tomorrow via the existing thread but just to confirm, is this only true if DHCP is enabled on PIX?
    In other words, I managed to work around this issue by applying static IP's to all computers and the internet works just fine.

  • Do Airport Express modems wear out over time

    I periodically ( a few times a week) lose my connection with the Internet through Comcast.  I have two Airport Express units n our home that is our wireless network.  They are synced together.  I will lose connectivity with one or both and have to disconnect from power for about a minute and then plug back in, then all is well until the next failure.  Do these units wear out over time?  Is there a better Apple product to use in this situation?  I am using a Motorola modem in this process.
    Thanks,
    Mike

    The physical law of entropy is stronger than God. Therefor, anything and everythign will break down given a long enough time. However, I think you may be worrying a bit too much here. Your express should generally last long enough.. until you plan to change 802.11n to another better format.
    Yes, some go bad time to time, hence why limited warranty is only a year from DoP.
    I suspect your issue may be due to interference. I'm curious what band are you using on those expresses.

  • ITunes sync bug causes space on iPod/iPhone to be gradually lost over time

    This topic pertains to iTunes for Windows version 10.1.1 and most likely all prior versions. At the time of this writing 10.1.1 is the latest version.
    I have clearly identified a bug with the procedure iTunes uses specifically to copy Music over to the iPod and iPhone units. A detailed description with steps to reproduce follows, but first the summary: Space is gradually wasted by iTunes erroneously copying certain tracks twice! The 2nd copy is not recorded in the itunesDB file, and space wasted on these duplicate tracks is counted under "Other" in the iTunes capacity screen. It is impossible to ever retrieve this space from the portable device without doing a factory restore on the Summary screen, which of course will also wipe out all your Apps, Videos, Photos, Music, etc at the same time. Hardly an ideal workaround!!
    Details:
    When several tracks are to be copied to the portable device; either an iPod or an iPhone, and I have successfully reproduced this on both an iPod nano 5th Generation and an iPhone 4, sometimes a track is accidentally copied twice while, one of the selected tracks isn't copied at all. The user will notice when this occurs, that during their sync, one of their songs just seems to be missing. Syncing again will then copy the track which was missed during the last sync, but unfortunately, the 2nd copy of the track that was erroneously duplicated remains. The track which is duplicated appears in the hidden folder on your iPod file system as both the AAAA.mp3 filename structure and the <track name>.mp3 file name. Oddly enough, when this bug occurs, the itunesDB does not associate to the AAAA.mp3 like it normally would, but to the <track name>.mp3 and the AAAA.mp3 file is just wasted space on your device which cannot be recovered without manually deleting this file (a task which is impossible on an iPhone without hacking the device).
    It is easy to reproduce this. This is very obvious if you start with an empty, new iPod. Sync a bunch of tracks to your iPod (the more the better), in fact this cannot happen if you only sync 1 track at a time, then check to see if the number of tracks is equal to the number of tracks that should be there. i.e. did the sync seem to just miss 1 or 2 tracks?
    Make sure "Enable disk mode" is checked for your device, and browse to (Drive Letter):\iPod_Control\Music\ and you will eventually find that exact number of files which have actual track names instead of the standard AAAA.mp3 type filename. Next, in iTunes, remove ALL songs and any other forms of audio (such as podcasts), from the device. Your music folder techincally should now be empty, but as you browse through the hidden Music folder in the device, you will stumble upon a couple of files that remain. These are the orphaned files I've been talking about.
    The effect:
    Over time, with repeated additions and removal of songs from one's device, these files accumulate. The iPod owner, none the wiser, will start to wonder why "Other" in the iTunes capacity display is continuing to grow. I was highly suspicious after cleaning out my iPod entirely, that "Other" was still showing 1.6GB!! I browsed through the filesystem wondering why which led me to discover tons of various music files in the music folder which shouldn't have been there (after all, iTunes shows no music stored on this device).
    The Fix:
    Some sort of bug is causing this erroneous duplicate copy to be generated, and then the database to actually reference the erroneous copy instead of the AAAA.mp3 copy. One workaround iTunes could actually build in some sort of enumeration function that scans all of it's internal F## folders in the Music folder looking for these orphaned files, and simply erase them if they are not contained in the itunesDB. Pushing out this type of behavior into a new iTunes release would also fix the problem for all the people who've already racked up GBs of wasted space as that space would suddenly become available again for apps, tracks, and other files.

    Two steps forward - one step back.
    Thanks to insight from others here I enabled disk use and went to [drive letter]/iPod/control/music
    There I saw a long list of folders called F00, F01, F02 etc.
    In my case there were 49 of them with roughly 400 files in each folder.
    The bulk of the files were named ABCD.mp4 down to ZYXW.mp4.
    In each of the fifty folders were, as predicted above, a handful of song files labeled as such - ie borntorun.mp3 or iseered.mp4
    I opened each and every one of the folders, deleted the files with real names and synced the pod.
    On my 120 GB the yellow "other" fell dramatically, down to under 1 GB. Which is under 1% of the total. Not great but acceptable.
    So far, so good.
    Now that I had fresh space I set about adding new songs to the pod.
    Imagine my disappointment when I rechecked the F00 to F49 folders and saw that song name files had crept back in. Not as many, and I was able to delete them quickly and keep "other" under 1 GB. But still. It's like having crab grass or rodents.
    Is there any hint that iTunes might address the underlying cause?
    In the gripping process of deleting four or five files from each folder I noted that some specific files came up again and again. Just for laughs I'm going to delete and re-add those songs in case that helps.

  • Amount of key presses a user makes over time - BPM

    Hi,
    Im working on a small program that needs to get the amount of keypresses a user makes over time.
    Basically its for calcuating the BPM a user is inputting. So a uers taps a beat for 5 seconds and the amount of tap is saved and multiplied by 12 to get the Users BPM.
    So far i have this:
    package Version1;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.KeyEvent;
    import java.awt.event.KeyListener;
    import java.util.Timer;
    import java.util.TimerTask;
    import javax.swing.*;
    public class muTap extends JFrame implements KeyListener, ActionListener {
        JTextArea display;
         * main - the main method
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    theGUI();
         * muTap constructor
        public muTap(String name) {
            super(name);
         * theGUI - creates the gui for muTap
        public static void theGUI() {
            muTap frame = new muTap("muTap");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Set up the content pane.
            frame.addComponents();
            //Display the window.
            frame.pack();
            frame.setVisible(true);
         * adComponents - adds gui components to muTap
        public void addComponents() {
            JButton button = new JButton("Start");
            button.addActionListener(this);
            display = new JTextArea();
            display.setEditable(false);
            display.addKeyListener(this);
            JScrollPane scrollPane = new JScrollPane(display);
            scrollPane.setPreferredSize(new Dimension(375, 125));
            getContentPane().add(scrollPane, BorderLayout.PAGE_START);
            getContentPane().add(button, BorderLayout.PAGE_END);
        public void keyTyped(KeyEvent e) {
            //Do Nothing
        /** Handle the key pressed event from the text field. */
        public void keyPressed(KeyEvent e) {
            //TODO call the getBPMfromKboard() method
            taps++;
            System.out.println("Tap: " + taps);
        /** Handle the key released event from the text field. */
        public void keyReleased(KeyEvent e) {
            //Do Nothing
        /** Handle the button click. */
        public void actionPerformed(ActionEvent e) {
            //Do Nothing
            //initialCountdown(3, "Start Tapping Fool");
            countDown(3);
         * countDown - a simple countdown timer for use when getting users input.
         * @param time amount of time to count down from
         * @return      true when timer ends.
        public static int taps;
        public void countDown(final int time) {
            taps = 0;
            final Timer timer = new Timer();
            timer.scheduleAtFixedRate(new TimerTask()
                int i = time;
                public void run()  {
                    i--;
                    String s = Integer.parseInt(i); // error because of this i.
                    display.setText(s);
                    if (i < 0) {
                        timer.cancel();
                        if(time == 3)
                            display.setText("Start Tapping");
                            countDown(5);
                        else if(time == 5)
                            display.setText("Number of taps: " + taps);
                            //System.out.print("Number of taps" +taps);
            }, 0, 1000);
    }But i get errors when i try running it:
    "Exception in thread "Timer-1" java.lang.RuntimeException: Uncompilable source code"
    It doesnt seem to like me parsing int to string here:
    String s = Integer.parseInt(i); Any ideas? or if youve got suggestions on another way to do it it'd be much appreiated.
    Thanks!

    Korvanica wrote:
    It doesnt seem to like me parsing int to string here:
    String s = Integer.parseInt(i);
    Yikes, you've got that bit of code backward, there partner.
    You use Integer.parseInt to parse a String into an int, not the other way around.
    If you want to change an int to a String, do
    String s = String.valueOf(i)or you can use the various formatters out there.

  • I ended up with 3 Apple IDs over time.  How can I get it down to one account?

    I ended up with 3 Apple IDs over time.  When I sink my iPad, some apps won't sync because the app was purchased under a different account? 
    How can I get it down to one account and be able to sync all of my iTunes purchases (apps, music, etc.) on my iPad and iPhone?
    This is driving me crazy!  grrrr.   :-)
    I have .me; .mac and .icloud accounts.
    - Dave
    Running OS X  10.8.5 (Mountain Lion) on iMac, using iPad 4 (64GB) and iPhone 5.

    Thanks.  I was afraid of that.  Darn Apple....we use Apple products because they are elegant and easy to use, why can't apple simplify the ID issues???   :-)
    Thanks for the reply.

  • 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.

  • SSRS line chart showing premium change pct over time

    Hi,
    I have an SSRS report sitting over a cube.  I'm building a Line chart to show premium change over time by producer (there are currently 6 producers).  I have the Producer Name, Quarter/Year, and Premium amt.
    I want to have the premium line trend based on the percentage of change from Quarter to Quarter.  Quarter will be the X-Axis and percentage will be the Y axis.   The premium for the first quarter should start at 100%.  Each premium line for
    the producer should then change up or down based on the change in premium per quarter.  The end result should look something like this:  Can this be done using SSRS?

    Hi,
    I have an SSRS report sitting over a cube.  I'm building a Line chart to show premium change over time by producer (there are currently 6 producers).  I have the Producer Name, Quarter/Year, and Premium amt.
    I want to have the premium line trend based on the percentage of change from Quarter to Quarter.  Quarter will be the X-Axis and percentage will be the Y axis.   The premium for the first quarter should start at 100%.  Each premium line for
    the producer should then change up or down based on the change in premium per quarter.  The end result should look something like this:  Can this be done using SSRS?

  • I have realised over time I have created multiple accounts. I have bought music on my iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know how to contact someone to help.

    I have realised over time I have created multiple accounts. I have bought music on my Iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know  how to contact someone in Itune to help me.  PLEASE

    I don't have the app adn no expereince with it, but it appears basec on teh app description you may need it installed on your MAC as well to download the files.
    You might find help on the vendors website: http://www.nfinityinc.com/index.html

  • Setup a new Macbook Pro to minimize application slowdowns over time

    Hi,
    I own a dual G5 2.0 tower which has become (over time) extremely slow...it seems I get the spinning beachball all too often, but have plenty of ram and HD space. Even when opening JPEGS.
    I am buying a macbook pro this w/e and was wondering what the best way to setup the new computer because I want to use it as an HD FCP editing station (on location), but from time to time use applications like aquisition and bittorrent which really seem to bog the system down. I assume not using migration assistant, and re-installing from scratch is a good idea.
    Forgive what may be basic questions, but do I setup a partition initially on the internal drive (and have 2 system folders or something similar?) or will simply setting up different users to access only certain applications help? (I assume not).
    Obviously a concern is the laptop drive is small 160GB 7200RPM but I can guess most of the time I will be running a GRAID for the video editing files, and bigger aperture library (I may have a small select library on the internal drive to show clients and friends "on the go")
    I really appreciate any tips or suggestions and hope that my questions make sense. I realize I want the computer to "do it all" but can't afford it to be strictly an editing station, as I'll be selling the G5 to help pay for the macbook pro!
    Much appreciated,
    Brian Broz
    Vancouver, Canada

    Understand that P2P software operates under the premise that you will have many connections to peers. Each network connection requires memory and CPU cycles to operate properly without timing out the connection or slowing down transfers. In fact, the faster the Internet connection and the more peers connected to your P2P application, the more resource intensive the P2P software will be. You will want to either close the P2P application or tweak it's settings so that it uses minimal bandwidth and resources while you are performing other tasks on your MBP. Try Azureus for torrents as it allows you to tweak settings very nicely.
    Partitioning your hard drive will accomplish nothing in this case. Better to invest in an external FW800 drive for the improving performance while video editing or where you need additional storage.

  • SCEP date range reports change over time

    Not really sure how to title this, but here is the scenario. I have altered a canned report to run the first Monday of every month and dump a Word file w/links into a folder. The alteration of this report is simply changing the end date to be -30 from today.
    So I am getting a 30 day report of all computers that were infected. The report runs and looks to be accurate based on alerting I have setup. The problem comes when I take this report and start to drill down into the data using the links in the report. Let's
    say my report shows a virus name with an infection count of 3. I can click on 3 and see a list of PCs that were infected....well not so much. If between the time the PC was infected and the time I look at the report, any of the 3 PCs were cleaned of the infection,
    then they will not show up in the drilldown. So if a single PC was cleaned...the count still shows 3, but clicking on 3 only shows 2 computers now. This pretty much goes for any data on the main page.
    So essentially the report is pretty useless to go back in time and see detailed info on the incidents since the status of every bit of info in that report has changed over time. I am not a SQL person, but I did have one of SQL team look at the database and
    she can't see anywhere that she can pull archived data from. Any idea what direction I can point her in to get the type of reports I am looking for?

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

Maybe you are looking for

  • How to process one message at a time on a distributed queue

    I have a situation where I need to execute/process a task of a type           asynchronously and this should be done one at a time. To do that I am thinking of setting           up a distributed queue (for load balancing and failover). Now I have    

  • DUAL APPLE IDS ON IPAD2: want to reduce to 1 when restoring to iPad mini. How to do it?

    In 2010 my wife purchased iPad2 which was set up via my Apple ID on my iMac. When iCloud showed up we inadvertently synched it with my iMac. We now want to go our separate ways, electronically, because she got an iPad mini. So we want to dump the iPa

  • Error while loading master data from R/3

    Hi Friends,             I'm just trying to load master data for the infoobject of type "0BUS_AREA", but i have got data into PSA, but not got into char, i have got an error stating that Record 1 :No source system ID exists for source system (logical

  • App shown in "Purchase History" but not shown in "Purchase" tab

    I tried syncing my Ipad2 to Ipad3. Only some of my  apps transferred to the new Ipad3. I checked Itunes purchase log "Purchase History"  and it DOES show that I purchased the apps, but yet the app is not shown on the ipad3. On the ipad3, went into Ap

  • Database instance on one node

    Hi Suppose i have two nodes in my RAC. Is it possible to have two differents instances of database in one of my node ? I mean for example, one instance for the test schema and one for the production schema ?? Thanks for answer