iAtkos & iTunes DRM, if you can't sign in to my iTMS account |
iAtkos & iTunes DRM, if you can't sign in to my iTMS account |
|
ZeroXX
InsanelyMac Protégé
|
![]() |
Jan 15 2008, 01:17 PM Post #1
|
|
I've had a problem signing in to iTMS with my account because my ethernet adapter wasn't named "en0", but "en2". Because of this, iTunes was throwing me an error, saying that it cannot log me in, and returned an error id of -50.
CODE We could not complete your iTunes Store request. An unknown error occured (-50). The solution is really simple. First, check which "enX" are you using (which is active and working), then open up terminal, and type in this: CODE sudo pico /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist Enter your password, and then edit the file. Search for your "enX" in it. The part you want to search looks like this: CODE <string>enX</string> (...) <integer>X</integer> The X in the code above represents the number you have for your active connection. Change "enX" to "en0", and "X" to "0", so your code should look like this: CODE <string>en0</string> (...) <integer>0</integer> After this, scroll to the beginning of the document, and search for "en0" - the first in the list, then edit that, replacing the 0 with the number your connection had. Also don't forget to edit the <integer> part too, so in the file there won't be two <integer>0</integer> lines. Then press CTRL-O (save), Enter, then exit. Restart the system. Be sure that after the restart, you add your newly renamed ethernet to the network list, because without it, your old - and modified - "enX" network adapter tries to connect to the internet. And that's all, iTMS works. I hope this was helpful to you all who bumped into this problem. |
ZeroXX iAtkos & iTunes DRM Jan 15 2008, 01:17 PM
BigReg You rock!!! I was struggling with thi... Mar 14 2008, 11:05 PM
Elad Nava You are a god!!! I had no idea why thi... Aug 21 2009, 03:10 AM
Bam Rock I could not get this way to work, the renaming tha... Sep 3 2009, 11:44 AM
Fuggy thx alot ZeroXX !!!
for german user i... Sep 6 2009, 02:11 PM
little machine QUOTE (ZeroXX @ Jan 15 2008, 08:17 PM)
... Sep 7 2009, 10:10 AM
Fuggy change your en2 to en0 , and the 2 to 0 in the sec... Sep 8 2009, 09:55 AM
meandrik Thank you very very very much Oct 2 2009, 05:34 PM ![]() |
|
Lo-Fi Version | Time is now: 31st July 2010 - 02:06 PM |