Jump to content
8 posts in this topic

Recommended Posts

I recently succesfully installed iAtkos S3, and I being having some problem with my internet correction.

When the computer starts or restarts, my internet correction doesn't connect automatically, I have to go to System Preferences then Network, and when I do, the network that was working after i shutdown, doesn't connect, and a new one is detected.

 

screenshot20101221at317.png

 

In this example "Ethernet 2" was the connection working before I restarted.

 

Why could this be? How can I fix it?

I recently succesfully installed iAtkos S3, and I being having some problem with my internet correction.

When the computer starts or restarts, my internet correction doesn't connect automatically, I have to go to System Preferences then Network, and when I do, the network that was working after i shutdown, doesn't connect, and a new one is detected.

 

screenshot20101221at317.png

 

In this example "Ethernet 2" was the connection working before I restarted.

 

Why could this be? How can I fix it?

 

Your Realtek RTL8201CP chipset is a single-port PHYceiver i.e. driverless hardware device, driven via the MOBO Network controller (MAC), so given your P5N73-AM with NVIDIA GeForce 7050 / nForce 610i chipset, I assume you installed eno's nForceLAN.kext.....

 

I am also assuming that your nForceLAN kext is (which it MUST be) physically located in /System/Library/Extensions/, OR in Extensions.mkext in /System/Library/Caches/com.apple.kext.caches/Startup/, OR in both /System/Library/Extensions/ and Extensions.mkext........

 

If present, remove forcedeth.kext and nForceEthernetController.kext, and remove nvenet.kext, or rename it to nvenet.kext.bad......this is because nvenet loads even when another Ethernet/LAN kext has already been loaded for the hardware. In 10.5.7 and later, including 10.6.x, look in /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns.......this is a new location for nvenet.kext; prior to 10.5.7, this kext was not in IONetworkingFamily.kext.......

 

In Terminal, type

 

cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns 
ls
sudo mv nvenet.kext nvenet.kext.bad
ls
sudo touch /System/Library/Extensions/
exit

"ls will list the files in PlugIns"

 

Reboot with -v -f

Thanks for the quick reply!

nForceLAN.kext is at /System/Library/Extensions/. Sorry, I don't know how to look inside Extensions.mkext, can't open it from Finder, so I don't know if it's there also.

 

Didn't find forcedeth.kext and nForceEthernetController.kext, at least not in /System/Library/Extensions/. Couldn't find them with Spotlight either. Where should they be?

 

I did this without any complications:

cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns 
 ls
 sudo mv nvenet.kext nvenet.kext.bad
 ls
 sudo touch /System/Library/Extensions/
 exit

 

I couldn't reboot with -v -f. When I write "sudo reboot -v -f" at terminal it said:

reboot: illegal option -- v
usage: reboot [-lnq]

 

Thanks!

UPDATE:

It worked!

Don't know why, but upon the first restart the problem persisted, now after a second reboot it worked perfectly.

 

THANKS AGAIN! :)

 

Glad to help........ :D Also suggest that you now use Disk Utility to repair OS X permissions.........

Glad to help........ :D Also suggest that you now use Disk Utility to repair OS X permissions.........

 

Done!

And a for future reference, what's does the "Repair Permissions" do? I mean, besides repairing the permissions, what do i "perceive" fixed?

 

Thanks again! :)

Done!

And a for future reference, what's does the "Repair Permissions" do? I mean, besides repairing the permissions, what do i "perceive" fixed?

 

Thanks again! :)

 

See here.......

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...