adbradwell Posted September 24, 2006 Share Posted September 24, 2006 I have problem with my notebook. my network card is: Marvell Yukon 88E8036 PCI-E Fast Ethernet Controller ver=7.29.4.3 I've tried all possible way in this forum and nothing could make my toshiba connect to internet via ethernet card. I'm using tiger 10.4.7 right now.... Need help plz guys.. Thanks.... Link to comment https://www.insanelymac.com/forum/topic/28472-problem-with-toshiba-a80/ Share on other sites More sharing options...
Rammjet Posted September 24, 2006 Share Posted September 24, 2006 No guarantees, but you can try the following: 1) Get the device id of the ethernet controller. Go into Windows -> Device Manager. Find the ethernet controller and get Properties on it. Click the Details tab and read the vendor id and device id. The vendor id is going to be "11AB" 2) In OSX, go into Terminal and edit the following file: sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist Scroll down and find the following: <key>IOPCIPrimaryMatch</key> <string>0x 4362 11AB</string> Replace the bold numbers with the device id you found above. Press Control-O to save Press Control-X to exit3) Delete the following files. In Terminal, type: sudo rm -r /System/Library/Extensions.mkext sudo rm -r /System/Library/Extensions.kextcache 4) Repair permissions. In Terminal, type: diskutil repairPermissions / 5) Reboot Link to comment https://www.insanelymac.com/forum/topic/28472-problem-with-toshiba-a80/#findComment-194955 Share on other sites More sharing options...
Recommended Posts