Jump to content

problem with ETHERNET ON 10.4.7


11 posts in this topic

Recommended Posts

I installed ac on vware ......the proble is whenever i booted i get this error........

 

when i boot into safemode net is working but sound is not ......... i tried reinstalling the driver but no use>>>

how to fix it????

 

here is the Image

vijayoc1.th.jpg

Link to comment
Share on other sites

Maybe it doesn't have the correct permissions..

Open terminal and type

 

sudo chown -R root:wheel /System/Library/Extensions/MaxxussAMDPCNET.kext

 

and

 

sudo chmod -R 755 /System/Library/Extensions/MaxxussAMDPCNET.kext

Link to comment
Share on other sites

What are the specs of your ethernet card?

Which manufacturer and what model?

Link to comment
Share on other sites

it is inbuilt card on gigabyte GA-K8N51GMF-9

 

SPECS:

VITESSE 8201 phy (10/100/1000Mbit)

I believe this ethernet card is built on a Realtek 8201 chipset. Read this: http://forum.insanelymac.com/index.php?s=&...st&p=201795

 

 

For the MaxxussAMDPCNET.kext error, try this:

Go into Terminal (in Utilities folder) and type:

 

cd /System/Library/Extensions
sudo find MaxxussAMDPCNET.kext -type d -exec /bin/chmod 0755 {} \;
sudo find MaxxussAMDPCNET.kext -type f -exec /bin/chmod 0644 {} \;
cd /System/Library
rm -rf Extensions.mkext Extensions.kextcache
reboot

Link to comment
Share on other sites

thanx Rammjet for your help it solved my problem........ now i got net and sound working in vmware atthe same time........... is it related to permissions???

 

one more thing as evey thing is working fine in vmware ..... does that mean it will work when installed native???? like the net and sound?

Link to comment
Share on other sites

  • 10 months later...
 Share

×
×
  • Create New...