Systemd randomly resetting master ALSA volume [SOLVED]

Occasionally the master volume is reset back to 34% from where it was before the last shutdown (100%). I'm pretty sure it's related to alsa-store.service but I have no idea where the actual problem is and it's driving me insane. I'm not using PulseAudio either.
Last edited by speeddefrost (2015-02-15 00:13:17)

I think there are two problems in your case:
1) you don't have the right volume stored in '/var/lib/alsa/asound.state', because when you run
# alsactl restore
you don't get the right values.
To solve this, you can do what I mentioned in my post #10
or if you are sure nothing will change the volume in the running system, you can leave the alsa-store.service enabled, and run only:
# alsactl store
once, with the good values.
2) There is a problem in the default systemd configuration of the sound with alsa installed.
In fact I have the same problem, but the title of your thread leads me to think it was not the same issue.
For me, I get:
LANG=C journalctl|grep "No soundcards found"
Jan 24 10:49:44 arch64 alsactl[223]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 25 10:14:24 arch64 alsactl[223]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 27 10:40:36 arch64 alsactl[223]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 27 17:15:38 arch64 alsactl[221]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 28 10:11:21 arch64 alsactl[221]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 29 10:16:34 arch64 alsactl[224]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 29 12:00:24 arch64 alsactl[226]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Jan 31 10:38:31 arch64 alsactl[224]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 01 10:22:06 arch64 alsactl[225]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 03 10:39:31 arch64 alsactl[225]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 03 16:46:00 arch64 alsactl[227]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 06 14:01:56 arch64 alsactl[227]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 07 09:57:32 arch64 alsactl[224]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 08 10:33:16 arch64 alsactl[233]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Feb 09 10:26:32 arch64 alsactl[223]: /usr/bin/alsactl: load_state:1729: No soundcards found...
My machine is booted every day, but the 'No soundcards found' message doesn't appear every day, so there is a randomness in the occurence.
When it happens, the alsa-restore service is started before the sound target is reached.
Until today, the workaround I used was to re-run the alsa-restore service 2 minutes after boot with a timer.
But studying the problem again, I tried something else, based on:
$ man systemd.special
sound.target
This target is started automatically as soon as a sound card is plugged in or becomes available at boot.
This may be used to pull in audio management daemons dynamically when audio hardware is found.
I ran:
# systemctl add-wants sound.target alsa-restore.service
# systemctl daemon-reload
At the next boot, it works:
LANG=C journalctl -b|grep -i -e alsa -e sound -e snd
Feb 10 16:47:03 arch64 kernel: snd_hda_intel 0000:00:09.0: Disabling MSI
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: mono: mono_out=0x0
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: dig-out=0x1e/0x0
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: inputs:
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: Rear Mic=0x18
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: Front Mic=0x19
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: Line=0x1a
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: CD=0x1c
Feb 10 16:47:04 arch64 kernel: sound hdaudioC0D0: dig-in=0x1f
Feb 10 16:47:06 arch64 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:09.0/sound/card0/hdaudioC0D0/input6
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:09.0/sound/card0/input7
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:09.0/sound/card0/input8
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Line as /devices/pci0000:00/0000:00:09.0/sound/card0/input9
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:09.0/sound/card0/input10
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:09.0/sound/card0/input11
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:09.0/sound/card0/input12
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:09.0/sound/card0/input13
Feb 10 16:47:06 arch64 kernel: input: HDA NVidia HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:09.0/sound/card0/input14
Feb 10 16:47:06 arch64 systemd[1]: Starting Sound Card.
Feb 10 16:47:06 arch64 systemd[1]: Reached target Sound Card.
Feb 10 16:47:13 arch64 systemd[1]: Started Manage Sound Card State (restore and store).
Feb 10 16:47:13 arch64 systemd[1]: Starting Restore Sound Card State...
Feb 10 16:47:14 arch64 systemd[1]: Started Restore Sound Card State.
But it needs to be confirmed in the next days.
I will post again about that...
Last edited by berbae (2015-02-10 17:09:25)

Similar Messages

  • Random reset of ringtone volume since update to 2.0

    Since updating to 2.0 my ringtone volume level, which I keep on the hightest level, will randomly reset to mid-level, causing me to miss a number of calls. Anyone else notice this and is there a solution?
    Thanks

    My 1st gen iphone (16GB) is up to the same antics. Pre 2.0 all was perfect. Then then update... During calls, if you adjust the volume for either the iphone earpiece, speaker phone, or bluetooth headset (I'm using the Plantronics voyager 520, which was purchased at the apple store), the ringer volume gets adjusted as well.
    Just go into the sounds option under settings, make a call, and watch in awe as you adjust your call volume and ringer volume at the same time.
    I've missed calls b/c the volume resets it self to a lower (random) setting. Now I must check after every call. The best part is if you push up on your volume button while at the home screen (the ringer volume pop up appears) and note that you have it on the highest setting, go ahead and check the sound option under settings. It will be at some random lower level. Oh my phone never did this on 1.4. I do hope the engineers are reading this and release a fix ASAP. The main purpose of the iPhone is to be a phone. Missing calls due to a low ringer volume is crazy.
    Oh, I've already restored, don't bother, problem was not resolved. I haven't come across any other problems with the 2.0 update.

  • What is the cause of Master track volume resetting on it's own?

    Ok, so you record a project. You create a Master track, adding volume automation to create a fade out at the end of the track. You adjust the volume the track plays at, using the Master track volume slider, until the playing track reaches the fade out region at the end of the Master Track. Correctly, the track fades. With cycling of the track, the track begins again, but the Master Track volume slider reverts to a lower volume, at which it remains throughout all subsequent cycles. This happens whether or not the master track is locked throughout. Why doesn't it stay at the volume you originally set?
    The only time the volume should alter, surely, is when the automation curve tells it to reduce to zero, at the end of the track?
    This thing is causing me a good deal of lost time.
    Ontradio.

    Nick,
    I would recommend testing your counters in MAX using Test panels to help narrow the issue. Next I would then try and run one of the examples in LabVIEW that is doing the same counter operation you are performing in your application for example, simple event counting. Find out if you are still getting the same error. This will narrow in on where the error is occuring and why.

  • Music and videos start playing fine but randomly stop and the volume bar disappears

    I have an iPhone 4S and run 6.1.3.  I start to play music or videos (youtube, ESPN, Netflix, any) and they start to play fine but then randomly stop.  The volume bar disappears as well.  But then it reappears and I can play it again.  When I do so it plays about 30 seconds, sometimes less, and pauses again.  I have to repeat the process.  Any idea how to fix or what might be causing the problem?

    Try a reset:
    - hold both the home button and sleep/wake button down at the same time
    - the iPhone will turn off(keep holding) but as soon as you see the apple logo appear release both buttons
    Also make sure none of the LCI have been set off especially the one in the charging dock of the iPhone. Read the article below for help in checking this:
    http://support.apple.com/kb/ht3302

  • Random reset of Linksys router

    Problem:  Linksys router randomly resets in small business environment.
    Model Number: WRK54G V2.0 (Router is part of Linksys Network Kit.)
    Router Firmware:  1.00.1
    Observations:  Linksys router resets when Sony laptops are using the Linksys router and other routers (from neighboring small business) are on.
    However,
    Linksys router does not reset when Sony laptops are not using the Linksys router.
    Linksys router does not reset when Sony laptops are using the Linksys router and the other routers (from neighboring small businesses) are off.  This was discovered during after hours when neighboring small business were able to turned off their routers.
    Solutions found on internet search:  All internet search solutions found to date recommend replacing the Linksys router with another brand of wireless router.  Solutions date back to March 2005.
    Question 1:  Does Linksys have a solution for using Sony laptops in a multi-router  non-Linksys environment?
    Question 2:  What is happening in the Linksys router to cause it to reset?

    My 1st gen iphone (16GB) is up to the same antics. Pre 2.0 all was perfect. Then then update... During calls, if you adjust the volume for either the iphone earpiece, speaker phone, or bluetooth headset (I'm using the Plantronics voyager 520, which was purchased at the apple store), the ringer volume gets adjusted as well.
    Just go into the sounds option under settings, make a call, and watch in awe as you adjust your call volume and ringer volume at the same time.
    I've missed calls b/c the volume resets it self to a lower (random) setting. Now I must check after every call. The best part is if you push up on your volume button while at the home screen (the ringer volume pop up appears) and note that you have it on the highest setting, go ahead and check the sound option under settings. It will be at some random lower level. Oh my phone never did this on 1.4. I do hope the engineers are reading this and release a fix ASAP. The main purpose of the iPhone is to be a phone. Missing calls due to a low ringer volume is crazy.
    Oh, I've already restored, don't bother, problem was not resolved. I haven't come across any other problems with the 2.0 update.

  • Random resets H77MA-G43

    Hello,
    I build a PC two months ago with the components listed below with Windows 7 64 bit. It worked perfect for two months. Now I get random resets. No BSOD or anything, just a reset. After a reset I have to select to Start Windows Normally. I did not change any software or hardware.
    MSI H77MA-G43
    Intel Core i5 3350P
    Corsair Vengeance LP CML8GX3M2A1600C9
    Sapphire HD 4850 512MB
    Crucial M4 CT064M4SSD2
    Corsair Builder CX600 Bronze
    Fractal Design Define Mini
    I have tried the following to solve the problem.
    Update the BIOS to V1.11.
    Install new Windows, formatted the SSD.
    Run tests with IntelBurnTest, passed it.
    Checked every cable in the case, all fine.
    Removed the reset cable from JFP1 on the motherboard.
    Clear CMOS.
    Measure temps: 30 when idle, 50 when using IntelBurnTest.
    I think it is the motherboard or PSU, but I am not sure. So what should I do?
    Thanks in advance.

    Quote from: goodkid878 on 19-May-13, 03:56:53
    Thanks for the help. It turned out to be the PSU. Solved.
    Thanks for reporting!    Corsair PSU's are usually extremely reliable. I hope this isn't a trend of a cheapening of their quality. 

  • IPhone 6 Random Reset and deleting call log and texts?

    Anyone else have an issue where their carrier setting were updated, and afterwards their phone randomly reset? I updated my carrier setting, (My phone prompted me to). After that, it did a reset, and when it came back, all my texts and call logs were deleted. I'm curious if it was just a glitch? Or if anyone else is having these issues.

    Hi,
    You have low free memory left on your device. 15mb is considered minimum, you have
    Do you have a lot of third party applications on your BB weather, icall,bbalerts etc?
    I do not know your experience level, so if you know this I'm sorry but please read and let me
    know if this applies.
    Most people close the applications by pressing the escape or red key. This does not close the applications.
    Each application has a CLOSE option. For instance if you are in the calendar hit the menu key (spotted key) and scroll down to the bottom CLOSE is listed. Go through each application and press close. Go into the browser press menu and options select cache operations clear all categories and hit escape it will say cleaning memory.
    Go to options - security - memory cleaning - enable it. The BB will now clean memory when idle for 5 minutes. (if you have that option)
    Use the steps in this article by JSANDERS for reclaiming memory. Contained in the article is JCLARS OPTIMIZE YOUR MEMORY GUIDE.
    http://www.blackberryforums.com/general-blackberry-discussion/116396-managing-your-bb-memory-lost-ca... 
    If you follow these steps and keep up with your memory your phone will operate smoothly.
    Please let us know if you need help with any of the steps.
    Thanks
    Please remember to resolve your thread. Put the check mark in the green box that contained your answer! Thanks
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Can you user help me?Random Reset On S750...

    Hi there!
    Got 4 new sets of S750 from Creative, trying to solve the Random Reset on S750 issue!
    All the sets suffered from this issue....
    Creative support wants to hav my set for tests...
    They think is not "normal"....
    Please, can you, users who had this issue on your S750 post here your experiences with this problem?
    Did you got it solved? How?
    Appreciate your help as I got my S750 in February 2005 and since then, I had been on a nightmare with exchanges after exchanges with no results!
    Regards
    Ricardo Marinheira

    christian97 wrote:
    What do you mean "That's the normal use you should give to your Mac"? The one that i said "I want to do is fully charge it and use it without the charger connected, can i do that everyday? " And what do you also mean "At least once a month, I recommend you to use the computer until the battery runs out, and then charge the battery" Is that a calibrating a battery? But some other user said that I shouldnt run my battery out, I should charge it on 20%. Is that true?
    If you read the second link I posted, it gives more details about this. Lithium-ion batteries last longer with shallow, not deep, discharges. This means if you use it every day, draining the battery partially (maybe to 60-80%), and charge it back up to full, that's good. But if you use it every day draining it until the battery is completely empty, that's bad and will shorten battery life. That's why I keep it plugged in when near an outlet.
    Refer to Table 2 in the Battery University link I posted: "Table 2: Cycle life as a function of depth of discharge. A partial discharge reduces stress and prolongs battery life."
    But let's be realistic. If you cannot reach a power outlet for most of the day, then you have only so much control over your cycling pattern; use the battery as you need to get your work done, even if that means emptying it frequently. Simply budget for a potential battery replacement sooner than other users. Apple does provide a battery replacement service for a fee.

  • Random resets, erased call logs, and faulty bb messenger

    Apologies in advance if this has been discussed, but after a quick search, I couldn't find anything.
    Prior to getting a 4GB memory card, I had a problem where people would ping me on BB messenger and I'd get the smiley icon.  After checking the chat log, it only shows the last message sent, rather than the new message, leaving the smiley face icon still active.
    In addition to this, my curve wouldn't save my call logs and would automatically delete some text messages.  I linked this problem to insufficient on-phone memory and get a new card, to which it was solved with the occasional bugs.
    Lately, my phone's been randomly resetting, deleting the texts and call logs, and gave me the BB messenger issue again.  It's frustrating doing the hard reset (taking battery out) as a quick fix, and rather, I'd like to figure out the source of the problem and remedy that.
    Does anyone know what's going on?
    On a side note, my memory card doesn't snugly fit in the slot.  My latch, for some reason, doesn't close tightly and is not completely aligned with the track.  I figure the battery pushes the card in tight enough to not bring up issues, and I confirm that I've never had issues accessing my music or pictures stored on the memory card.
    Any help would be greatly appreciated.

    Hi.
    You have 64 mb of total memory on your device. You sent that you have 5mb free.
    15 mb free would be considered a minimum.
    Most people close the applications by pressing the escape or red key. This does not close the applications.
    Each application has a close option. For instance if you are in the calendar hit the menu key (spotted key) and scroll down to the bottom close is listed. 
    When done using the browser, press menu and options, select cache operations,
    clear all categories and hit escape it will clean the browser cache.
    Use the attached links to manage your memory efficiently.
    Thanks,
    Bifocals
    How to qualify low memory situations on the BlackBerry smartphone
    How to maximize free space and battery power on the BlackBerry smartphone
    Low memory state according to the File Free field on the Status screen
    http://www.blackberrycool.com/2008/07/blackberry-tips-blackberry-memory-management-video/
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • HELP!!!  iPhone randomly reset and now it won't detect SIM card?

    Ok so here's what I was doing when this all happened.
    I had called the Linksys support for a new router I just bought that wasn't working right. After waiting about 8 mins I was connected to a gentlmen in India, we worked on my problem for about 10mins or so and then all of sudden my phone just reset, or at least went to the apple logo and just sat there.
    then after 30 seconds it started ringing (before it fully restarted) and it was the tech gentlemen call me back. So I slide the thing to answer and the screen froze with the slider on the right but not unlocked but I could see the time and my back ground, just no buttons and I could still hear him and talk to him.
    After we fix my problem with the router he hung up, but my phone was still froze and then it started ringing (a friend had tried to call me before it reset while I was on the phone so I assume it was him again). I couldn't answer and it just kept ringing and ringing so I held the wake button and slide the red slider to shut it off.
    Left it off for 30 seconds or so then press and held it again to turn it on. Now it says restore need, connect to itunes!
    ok, so I did and after wait about 30sec to a minute after connecting it to itunes it comes up with this error:
    *"iTunes cannot activate your iPhone because the SIM card is not inserted or a SIM PIN is required. Disconnect your iPhone, make sure the SIM card is inserted correctly and, if you use a SIM PIN, tap Unlock to enter it, and then reconnect your iPhone."*
    What the heck?! I've had it randomly reset once before about a month and a half ago and which point I did have to restore, and it did and it worked fine after that.
    The SIM card IS in there, and I have no idea what my SIM PIN would be, nor do I see the option for it they speak of! And this happened about 9:30pm, well after any Apple or AT&T stores are closed! I even turned off the phone, took the SIM card out and put it back and it still did the same thing!
    What would cause this to randomly just mess-up like this? I loved this phone when I got it but now that this is the 2nd time this has happened and much worse I'm pretty ticked about it. And it's not like I hacked it or unlocked it or whatever that is even called, the only things I've put on my iphone are music, pictures, and programs I all got thru itunes!
    PLEASE HELP!

    Hi Guys,
    I'm writing this from the UK. Got an iPhone 3G bought a few weeks ago and activated (no jailbreak or other stuff)it. It worked fine but last night it gave the same error as originally reported in this thread.
    Went into the O2 store (this is the provider selling iPhones in the UK) and they told me is the SIM card. Got a new one but still the same...
    There is something going on here because I've seen lots of claims with the exact same description. Its almost like there is a bug in the software that gets activated on the 3rd of January.
    Will go tomorrow again and ask for a new phone.

  • IPod and JVC Car Stereo random resetting problem

    Hey all,
    I recently bought my first iPod (yay!), a 30gig 5th generation. I also had a JVC KD-PDR30 cd player installed in my car so that I could hook up the iPod to it and eliminate all the random cds cluttering up my vehicle. It works great -- most of the time... the last few days I've my iPod has been randomly resetting itself while connected to the car stereo -- it's connected through the dock port (not the headphone jack) and works 90% of the time. Even still, this is frustrating. I almost want to just connect it from the headphone jack to the aux in on the car stereo. Anyway, it only seems to do this while it is connected to the car stereo. I've never had a problem with the iPod resetting while using it outside of the car. Anyone have any suggestions? Thanks Apple community!!!
    Theo

    I had the JVC radio with iPod connector which worked just fine for my old iPod. When I upgraded to the iTouch I had to put in a new JVC stereo. The old version does not work with the iTouch (the same issues prev. stated). The new stereo has an USB hookup on the front. It plays the iTouch, but occas. the song or book will skip. At first I thought it was when I turned corners, but realized it was just random. A bit annoying. I looked at other stereos, but I could not get the iTouch and Sirus in the same unit, except for the JVC. If you can live without your iTouch I would wait until JVC or Apple address this issue. I could not live without either (I hate commercials!), so I made the jump to the first generation. I know better.

  • How do I prevent Firefox from locking up when I click on "Save As" under the "File" menu (resetting Firefox didn't solve the problem)?

    I'm running Windows Vista Home Premium OS on Dell XPS 420 system. Firefox locks up each time I click on "Save As" under the "File" menu. Resetting Firefox did NOT solve the problem. If, instead of using Firefox, I log on to a website using Microsoft Windows Internet Explorer, the "Save As" feature works fine, as it should. I would occasionally like to save a web page, using "Save As" while using Firefox, instead of copying the page to a Word Document, and then saving it.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Random reset by Mini

    I found a similar question archive, but I didn't feel it was really answered. When I'm selecting between items on the menu, my Mini will just randomly reset itself (apple logo). Possibly 2 or 3 times when I go from Music to Podcast, then for whatever reason, the next time it works. Anyone else experiencing this? Sorry to say it's been dropped a few times, is it a hard drive preparing to fail? Will also occasionally lock up bad, but eventually comes out of it.
    thanks for any help. Im new here. The Mini has been pretty solid for a number of years of hard use.

    I found a similar question archive, but I didn't feel it was really answered. When I'm selecting between items on the menu, my Mini will just randomly reset itself (apple logo). Possibly 2 or 3 times when I go from Music to Podcast, then for whatever reason, the next time it works. Anyone else experiencing this? Sorry to say it's been dropped a few times, is it a hard drive preparing to fail? Will also occasionally lock up bad, but eventually comes out of it.
    thanks for any help. Im new here. The Mini has been pretty solid for a number of years of hard use.

  • IPad mini randomly resets

    I bought my iPad mini with retina display yesterday. It randomly resets yesterday and today. When it does reset it shows the apple log then goes to the lock screen. It doesn't happen constantly and I was wondering if it's just some lag or glitch. Please help

    GFGirl wrote:
    My Ipad Mini started randomly crashing/restarting.  I have restored, reset, reloaded....everything.  I'm running latest software 8.1.3.  Apple store just tries to sell me new Ipad. There are a lot of error files that I ASSUME would be helpful in determining problem.  Anyone know what files would shed light on the issue?  I have panic.ips, ExcResource_(app name), log-sessions, ResetCounter, stacks+backboardd,   and others.
    Maybe they try to sell you a new device because the error codes indicate hardware problems. You yourself stated that you have restored, reset, reloaded, etc. There isn't much more that you can do than what you have already done. If you restored as new - without loading a backup - and took the device to Apple for evaluation and they deem it to be hardware, then I would take their word for it.
    Now having said that, you really provided no details in any context as to what happened when you took the iPad to the Apple Store.

  • WRT160N V3 Xbox 360 trouble router randomly resetting PLEASE HELP

    For Christmas 2009, I received the wrt160n v3 Linksys by Cisco router. This router worked fine until about early November of 2010, when I would turn on my xbox to play a multiplayer game, and the router would randomly reset and i would lose my connection, as well as all the computers connected to the router would lose their connection to the internet. I actually sent that one back to linksys through an rma and received a new one of the same model and version, and I am still having the same problem. The router even resets when I am not on my xbox, simply just on my laptop. It is incredibly frustrating and cannot seem to find any help on the internet. Does anyone else have this problem? Are there any solutions? Is it my router or could it be my xbox screwing everything up? Any help is welcome, thank you very much

    nevermind my router just reset while playing xbox. mtu is 1365, i unchecked that box, and opened my nat type, and it still reset. im starting to get extremely dissatisfied with your products

Maybe you are looking for

  • Getting (incrementally) backed up files from external HD to new mac

    Hi everyone, The hard drive on my ibook died. I was running Tiger, and regularly backed up all the files on my home folder to an external hard drive. I use the software that came with the computer (Backup) to do this. Yesterday, I purchased a MacBook

  • Check print cartridge error

    I installed a new black cartridge in my HP PSC 1410 All-in-One.  It printed a sheet to align the cartridges, but it won't scan, and I can't find HP Utilities or Scan or Toolbox on my MAC.   I tried taking one cartridge out, then the other.  That did

  • I have mac os 10.5.8 and want to install icloud.  do i need to buy snow leopard and then lion?

    can i install icloud from 10.5.8 or do i need to upgrade first to snow leopard and then lion?

  • HOW: Copy Routings from One Org to Another

    Dear All, Is there a way to copy Routings from One Org to all the Orgs in one shot. I mean do we have any program/ process which can be used to do this. We dont want to go in individual Routings and Copy others onto it from Tools Menu. Regards Vir

  • How to connect MDM or IM with SRM?

    We have an SRM with the ECC6 as the backend system. We want to use MDM or IM as the identity management across the company. Could you tell us how to configure the connection between MDM (or IM) and SRM/ECC?   Thanks!