[SOLVED] All input devices off through synaptics config file

Hello guys,
It seems that while I was experimenting with synaptics configuration file (/etc/X11/xorg.conf.d/10-synaptics.conf) I turned all input devices off, and as you may assume I can't change this.
Is there a way to fix this issue?
I was trying to use an live CD and change the config files but I realized that are read-only files.
Thank you very much in advance.
Einkilink
Last edited by Einkilink (2012-10-18 15:11:58)

Thank you for your answer WonderWoofy,
I tried to switch to a tty but it is not possible, it seems to me that the keyboard is not even active as well as the touchpad or connected usb mouse's.
Is there a way to start Arch directly without X, maybe modifying something at the GRUB sequence or during loading of the services an so son?
How can I do it?
Thank you.
Einkilink

Similar Messages

  • All input devices stop working suddenly

    Every now and then ALL input devices stop working,ths is not temporary - a forced shut down is needed
    What happens is that I am happily working away when suddenly all input devices stop working with no warning, so the light goes off on my Wacom (Intuous 3) tablet, the keyboard and the apple trackpad  are not responded to i.e. the cursor stays where it was on the screen prevously and I am left with the only option to restart by holding down the power button
    any thoughts or similar experiences

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual.
    Below are instructions to enter UNIX shell commands. They do nothing but produce human-readable output. However, you need to think carefully before running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n%s\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; };{ system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. Paste into a reply to this message. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    PR () { [[ "$o" ]] && printf '\n%s:\n%s\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2>&- | pbcopy; echo $'\nStep 2 done'
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Note: Step 2 might not produce any output, in which case the Clipboard will be empty.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

  • MBPS Retina 15:  Left click dead - all input devices!  Help.

    Left click dead - all input devices!  Help.

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • When my 4S connects to my home wifi, it kicks all other devices off and the router has to be restarted.  Can anyone help?

    I am using an iPhone 4S with 16gb memory.  I did not yet update to iOS 8.  I'm using 7.1.2.  I have never had any problems previously using 3G or wifi.  We just moved and have a new Netgear router supplied by our new ISP.  We have ADSL connection.  The router seems to be working fine for all the devices in the house.  At any time we may have 2 or 3 laptops connected, as well as Kindle Fires, iPod Touches, and my husband's iPhone (which is the same make, model, year as mine).  My iPhone will connect, but usually within minutes after connecting my iPhone 4S (though sometimes 30 minutes or more later), it kicks everyone offline and the router needs to be restarted.  The router shows appropriate green lights and I can see it on my list of available networks, but if I try to connect I get the "unable to connect to this network" message until we restart the router.  No one else is able to reconnect until the restart, either.
    I have tried resetting network settings on my iPhone.  I have completely turned off my iPhone and the router.  I have talked with someone at our ISP and they did a reset of the router with me.  They think the router is bad.  But it works completely fine for everyone else in the house, so I can't help but think we are having a connection issue between the router and my iPhone.
    Any help you can offer would be greatly appreciated!  Thank you!

    Is her iPhone in a case by any chance?  If so, remove the case and try again.  How does her iPhone work in free Wi-Fi locations?
    Try resetting the iPhone...
    Press and hold the Home and On/Off buttons simultaneously until you see the Apple logo, then release.  This may take up to 10 seconds.  This is the equivalent of a re-boot and you will not lose any data.
    If none of the above work take it to an Apple store or AASP for evaluation.  She will not be charged folr this and they will suggest a solution if there is a fault.

  • [SOLVED] no gui after wrong merge of config files

    Hi all,
    i'm writing from my pc through lynx. I'm not able anymore to log to gui interface in gdm.
    I upgraded the system and I'm sure I made wrong merge of some config files like shadow, gpasswd etc
    I first realized I was not able anymore to login, then the gnome/shel was unresponding.
    from command line i reset the password of my user, but nothing changed
    Now when booting I can read a message error on the screen:
    "failed to start recreate volatile files and directories" could you please help me fixing this issue?
    what should I check?
    thanks in advance
    Last edited by virusso80 (2013-08-09 10:14:06)

    thanks,
    this is the output:
    systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static)
    Active: failed (Result: exit-code) since Tue 2013-08-06 20:13:25 CEST; 9min ago
    Docs: man:tmpfiles.d(5)
    man:systemd-tmpfiles(8)
    Process: 355 ExecStart=/usr/bin/systemd-tmpfiles --create --remove (code=exited, status=1/FAILURE)
    Aug 06 20:13:25 jily systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=1/FAILURE
    Aug 06 20:13:25 jily systemd[1]: Failed to start Recreate Volatile Files and Directories.
    Aug 06 20:13:25 jily systemd[1]: Unit systemd-tmpfiles-setup.service entered failed state.

  • [SOLVED]Shutdown fails, probably because of some config file I changed

    Right, i can't shutdown or reboot properly (pm-util's suspend works).
    When I try, all (or most, I can't tell) of the deamons are closed properly, but then something attempts to do something with slimlock. It loops so fast I cant' really read the error
    message, but I don't think slimlock is even suposed to be accessed at that point.
    Deleting slimlock doesn't help, it just gives a "couldn't find command slimlock" (or something similar) error instead.
    I have some vague idea that I'm to blame this, because I seem to remember messing around with the shutdown process, trying to get it to call slimlock before anything else.
    The thing is; I don't remember.
    From now on I'll keep some file with a log of changes I make to scripts and config files, to make this easier, but this time I really need help finding out what the heck I've done : )
    Last edited by Bladtman242 (2012-03-10 01:48:46)

    I've commented the bash scripts out, and the problem persists.
    So I figured I could "limit" the search to
    find / -mtime -14 -and -size -2M -exec grep -lisE ".*slimlock.* {} \;"
    It turned out to be a "sleep" script in /bin.
    I still have no idea why that was called, but I'm marking the thread as solved
    Thanks for your efforts
    Last edited by Bladtman242 (2012-03-10 01:42:56)

  • SCH-LC11,  new windows 8 laptop boots all other devices off

    We just purchased a new Windows 8 MSI laptop. We cannot get any other device to connect when it is using our SCH-LC11. So,we can have a Windows 7 Dell laptop, our Dell Streak and our 2 Droid phones connected, but when we connect with this new laptop, all others get dumped. We can log into the device and don't see anything amiss.
    as soon as that new laptop is disconnected, everything else auto connects again. What's up with that, this is VERY frustrating!  We bought the second laptop for us to not have to share one laptop while on the road, this is very disheartening!

    Do you have IPv6 turned on your Windows computer?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • SCCM Client installation to only Online machines from All Systems Device collection through Client Push

    Hi,
    How can we create a device collection based on only online machines , than use that collection to install the sccm client through client push method.
    Shailendra Dev

    You can run a ping report and then create a collection from only the online machines:
    Ping Report Script (Put the machine list in "pclist.txt" in the same folder):
    Const ForReading = 1
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    If not objFSO.FileExists("Pclist.txt") THEN
    wscript.echo "File not found,"&_
    vbcrlf&"with a hard return at the end of each line."
    wscript.quit
    end if
    tempobj="temp.txt"
    Set objTextFile = objFSO.OpenTextFile("Pclist.txt", ForReading)
    logfile="results.csv"
    Set ofile=objFSO.CreateTextFile(logfile,True)
    strText = objTextFile.ReadAll
    objTextFile.Close
    wscript.echo "Ping starting"
    ofile.WriteLine ","&"Ping Report -- Date: " & Now() & vbCrLf
    arrComputers = Split(strText, vbCrLF)
    for each item in arrcomputers
    objShell.Run "cmd /c ping -n 1 -w 1200 " & item & " >temp.txt", 0, True
    Set tempfile = objFSO.OpenTextFile(tempobj,ForReading)
    Do Until tempfile.AtEndOfStream
    temp=tempfile.readall
      striploc = InStr(temp,"[")
            If striploc=0 Then
                strip=""
            Else
                strip=Mid(temp,striploc,16)
                strip=Replace(strip,"[","")
                strip=Replace(strip,"]","")
                strip=Replace(strip,"w"," ")
                strip=Replace(strip," ","")
            End If     
            If InStr(temp, "Reply from") Then
                 ofile.writeline item & ","&strip&","&"Online."
            ElseIf InStr(temp, "Request timed out.") Then
                 ofile.writeline item &","&strip&","&"No response (Offline)."
            ELSEIf InStr(temp, "try again") Then
                 ofile.writeline item & ","&strip&","&"Unknown host (no DNS entry)."
    End If
    Loop
    Next
    tempfile.close
    objfso.deletefile(tempobj)
    ofile.writeline
    ofile.writeline ","&"Ping complete "&now()
    wscript.echo "completed."
    objShell.Run("""C:\Program Files\Microsoft Office\OFFICE11\excel.exe """&logfile)
    -RG

  • Get input from user and create a file and run a script in command line.

    Hi all,
    i'm trying to get a input from user and write it into a file named alpe.jacl
    To get multiple userinputs like address and jobtitle etc etc in the same single window.
    and the code will save the inputs in alpe.jacl one by one in a new line like
    nameis name
    address russia
    jobtitle dev
    So i coded like below.
    Though GUI for user input looks dull Its working fine.
    Now I want this code to perform one more task which is the GUI will contain one more button INSTALL with OK and CALCEL .
    and when after putting all inputs and creating the alpe.jacl file if someone clicks INSTALL it should start ./install.sh script present at the same folder which contains some unix shell commands.
    Here am not able to figure out how to go further...
    One more thing after all the inputs given when I am clicking on the OK button its closing the window instantly which i dont want. I want it like it should wait till someone press CANCEL to exit.
    Please some one help me.
    import javax.swing.*;
    import java.io.*;
    public class file
    public static void main(String []args)throws IOException
    FileWriter ryt=new FileWriter("alpe.jacl");
    BufferedWriter out=new BufferedWriter(ryt);
    JTextField wsName = new JTextField();
    JTextField sName = new JTextField();
    JTextField cName = new JTextField();
    Object[] message = {    "Web Server Name:", wsName,"Server Name:", sName,"Cluster Name:", cName};
    int answer = JOptionPane.showConfirmDialog(    null, message, "Enter values", JOptionPane.OK_CANCEL_OPTION);
    if (answer == JOptionPane.OK_OPTION){    String webserver = wsName.getText();
    String server = sName.getText();
    String cluster = cName.getText();
    out.write("set webservername " +wsName.getText()+"\n");
    out.write("set ClusterName " +cName.getText()+"\n");
    out.write("set ServerName " +sName.getText()+"\n");
    out.close();
    }}Thanks,
    Ricky

    Thanks a lot.
    Is there any way through which i can assign a scroll bar to my panel.
    As when the number of user inputs grows the GUI becomes more bulky and some of the fields are not showing up.
    Cheers
    _Ricky                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to disable Hardware Acceleration in Config file?

    Hi,
    We are planning to deploy Firefox 4 firm-wide but have found that some of the test pcs are having issue with the Hardware Accelerator. Is there a way to turn it off via a config file or something similar so we can include it in the deployment?
    Thanks,
    Anch

    You're welcome.

  • How to start a cache config file with proxy-scheme

    Hi all,
    The below is my cache-config file taken from coherence extend example.
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>dist-default</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>example-remote</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>dist-default</scheme-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <distributed-scheme>
    <scheme-name>example-remote</scheme-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <proxy-scheme>
    <service-name>ExtendTcpProxyService</service-name>
    <thread-count>5</thread-count>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address>localhost</address>
    <port>9009</port>
    </local-address>
    </tcp-acceptor>
    </acceptor-config>
    <autostart>true</autostart>
    </proxy-scheme>
    </caching-schemes>
    </cache-config>
    In order to start the proxy cache server on localhost:9009 should i use the DefaultCacheServer program only/ I tried to use a SimpleCacheExplore program with the above config and it didnt start the proxy-scheme on localhost. is there anything i am missing?
    Regards
    S

    Hello,
    I ran the following with your cache configuration:
    java -cp coherence.jar -Dtangosol.coherence.cacheconfig=coherence-cache-config.xml com.tangosol.net.DefaultCacheServer...and got the following output:
    2010-01-04 10:23:54.363/5.477 Oracle Coherence GE 3.5.2/463p2 <Info> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=1): TcpAcceptor now listening for connections on 10.149.189.62:9009
    Services
      TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=10.149.189.62:8088}, Connections=[]}
      ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.5, OldestMemberId=1}
      InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
      DistributedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}
      ProxyService{Name=ExtendTcpProxyService, State=(SERVICE_STARTED), Id=3, Version=3.2, OldestMemberId=1}
      )The proxy service appears to be running using DefaultCacheServer and this configuration. Does your output look any different?
    Thanks,
    Patrick

  • How to config JMS queues for non-AQueue products? Only config files?

    Assume I have the requirement NOT to use Oracles built-in Aqueue JMS provider but use another (external)product like:
    Apache ActiveMQ, JBossMQ, IBM MQseries,... instead.
    Can I config these JMS products through OC4Js web browser config web pages as well or am I forced in such cases to use configuration through XML config files?
    How do I tell OC4J NOT to use internal JMS Aqueue queues but use other JMS product?
    Peter

    "lilian zhu" <[email protected]> wrote:
    >
    Hi,
    i am having a admin server running on port 7001 for servlet1 and managed
    server
    running on port 8001 for servlet2. how can config the httpd.conf to make
    the apache
    web server recongize both uri path?
    i tried <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort
    7001</IfModule>
    and <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort 8001</IfModule>,
    only can recongize port 8001.
    i also tried WebLogicCluster localhost:7001,localhost:8001, doesn't work.
    i would like to know, for my case, will the clustered server work, how
    can i make
    this working for non-clustered servers?
    Thanks.
    Lilian
    Hi,
    we have the same problem. We are running two non-clustered weblogic servers and
    we want to configure only a failover
    with the plugin.
    We contacte the bea support but we haven't find a solution.
    Greetings
    Hans.

  • Hi there, i installed a system update earlier on my MacBookPro and now it wont connect to wi-fi, working through Network Diagnostics hasn't solved the issue.  all other devices here are connecting normally.  any ideas?

    hi there, i installed a system update earlier on my MacBookPro and now it wont connect to wi-fi, working through Network Diagnostics hasn't solved the issue.  all other devices here are connecting normally.  any ideas?

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    10.4 instructions...
    Is that Interface dragged to the top of Network>Show:>Network Port Configurations.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.

  • I have multiple artists in my music ("Beatles" vs. "The Beatles) but in iTunes I went through every artist to ensure the name was the same, deleted all my music off my phone, then resynced my phone, still same problem!!!!!

    I have been having this problem since I had my phone... I have numerous artists that are separated because of a small change such as having "The" or even just a space at the end of the artists name. I fixed this issue with my gf's iPod 2 months ago by painstakingly going through each and every artist ensuring that the name was spelled the exact same way as all the other songs by the same artist. I did the same for my iTunes and although it shows up fine in iTunes, even after I delete all my music off my phone and resync, the issue persists. I am super anal about things just like this and it is driving me to the point where I don't want to use my phone as an iPod (I rarely used my existing iPod but I thought it would be nice to have one I would always have on me) because to listen to an artist all the way through I have to change halfway.

    The title of my initial post is a bit misleading. I already took a chance deleting one of the iPhones, hoping if I deleted the wrong one, I can still reauthorize it (all with the same Apple ID acct, so not subject to 90-day waiting period, right?) The iTunes database just updated itself, and it says I have 4 "devices" "in the Cloud", but 5 "computers" associated w my account. How can I find out what computers are associated? Isn't there a list I can see? I dont have a clue what computers they might be. If I use the  "Deauthorize All" option, is it a pain to add them all back in. I assume I would have to log in from each computer to reauthorize each one. Would I have to be running the newest OS or version of iTunes to reauthorize? I think I have a PowerBook G4 Titanium with an older OS and iTunes. I'd like to keep that authorized, if possible.

  • IPhone 6 and 6 plus jumping on and off wifi.. All other devices working properly

    I recently purchased the iPhone 6 and iphone 6 plus and now having wifi issues. Sometimes they will stay connected for a couple of hours other times it will jump on and off 10 times on in a couple of minutes.Also note that I have a iPad mini,5c,4s,and all are staying connected properly. I called my internet provider and everything checked out ok. I also connected Apple and went through all the settings and checked out ok. They suggested a new router... not sure that would be it since all other devices are working fine. Any help would be appreciated!!!!

    I have the same problem. iPhone 6 Plus, iOS 8.1

Maybe you are looking for

  • Function sequence error

    Hi Chris, we where using this Java code with TimesTen 5.1.34: while (rs.next()) { associatedMsbs.add(Integer.toString(rs.getInt(HGROUPID))); // Prepare object to insert in database SvcLog_VO svcLog = new SvcLog_VO(); svcLog.setLogId(svcLogDAO.getlogI

  • How to move/copy iTunes library/folder to a NAS for streaming

    I have an iMAC with the latest iTunes.  All my my iTunes music are in the iMAC. I just bought a Seagate  NAS 110.  I can see in that iTUNES can see the NAS drive and when I clicked on it, it opened another window. 1)How do I setup streaming so that i

  • Error with Application Loader

    So I'm about to submit my app and I keep getting three errors in the Application Loader: 1. /build/Debug-iphoneos/ .app is not a valid location for the app. It must be at the top of the archive 2. Bundle identifier: ____.com.______.____ differs from

  • Pictures in Scrolling Applet disappeared after Java 10 update.

    My home page on my website; [http://mrpitbull.com] has a scrolling applet that contains several pictures. After a Java update (10) a few months back, the pictures disappeared. Any computer that has not had the update, the pictures still appear. I rol

  • Mustak Scan Express A3

    After failing to get my dell scanner working I thought I would hook up my A3 scanner to see if I have any joy here. Firstly I installed parallels Then windows XP. I loaded the supplied software from Mustak onto windows & followed instructions & as re