Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Error creating a computer-to-computer network

Hello there.
I want to create a wireless computer-to computer network from my MacBook to share ethernet connection with iPod touch, but when I click OK it says: "There was an error creating your Computer-to-Computer network". Any ideas?

MacBook, Other OS

Posted on Jun 15, 2009 7:20 AM

Reply
26 replies

Nov 29, 2009 9:46 AM in response to Macintosser

Try this, it just might work.

Go to System Preferences, Sharing, Internet Sharing, turn it off and select share your connection from "Ethernet". Then turn internet sharing back on.

For some reason, mine switched to "built-in ethernet" and it wouldn't let me create the network. After the fix, it now works. Here's hoping it sticks.

Dec 19, 2009 1:49 AM in response to Macintosser

This is a known bug on some older Macs with Atheros WiFi. Try doing this, it worked for me:

~ Open System Profiler and click on Airport in the list.

~ Note your Airport device and vendor ID, something like:
en1:
Card Type: AirPort Extreme (0x168c, 0x87)
Firmware Version: Atheros 5416: 2.0.19.8

~ What we want is 0x168c and 0x87.

~ Open Terminal

~ Type 'sudo nano /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros.k ext/Contents/Info.plist' and hit enter

~ Try to find these lines:
<key>IONameMatch</key>
<array>
<string>pci106b,0086</string>
<string>pci168c,1c</string>
<string>pci168c,23</string>
<string>pci168c,24</string>
</array>

~ Just before the </array>, add another line:
<string>pci168c,87</string>

~ 168c and 87 are the IDs I got from my System Profiler. Yours may be different and you should use the ones you get.

~ Finally, you should have:
<key>IONameMatch</key>
<array>
<string>pci106b,0086</string>
<string>pci168c,1c</string>
<string>pci168c,23</string>
<string>pci168c,24</string>
<string>pci168c,87</string>
</array>

~ Exit nano (Ctrl+X, Y to save, Enter)

~ Type (in Terminal) 'sudo touch /System/Library/Extensions'

~ Reboot your system (will take a while to generate the kext cache again)

~ Check if you can create the Computer-to-Computer network. If not, try turning airport off and back on again.

Just worked for me after a LOT of searching and experimenting!

Sushant

Message was edited by: sushpa

Message was edited by: sushpa

Jan 31, 2010 8:40 PM in response to Macintosser

Hello, this is also a major show stopper for me too. Ive tried every single suggestion here and still no luck.

Well done Apple!

But seriously, I am an iPhone dev and this is costing me money. I have two macbook pros and the problem exists on both. Both are running snow leopard, which kinda indicates that thats the problem.

Has anyone ever heard from apple as to what the problem is? thanks.
AC

Mar 2, 2010 3:09 AM in response to Macintosser

On the Mac Mini, I had the same error as most people in this tread, while trying to create an ad-hoc network ("+There has been an error creating a computer to computer network+").

Installing 10.6.2 didn't fix it, however:
_After installing 10.6.2, there was another update available:_
*"Airport Client Update 2009-002"*

This update solved the problem, now it finally works!

Sep 10, 2010 2:05 AM in response to Macintosser

I had the same problem and discovered an insane solution: choose another network name than the default one. In my case the default one was something like "Jan's Macbook Pro" which I changed to another name (say, "blahblah") and suddenly it worked!

Note I am on MacOS 10.5.8 but hey, it's worth a try in case it would work for those of you on 10.6 too.

Error creating a computer-to-computer network

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.