InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #11  
Old 01-10-2009, 05:31 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Quote:
Originally Posted by eemerge View Post
on the " sudo chmod -R 755 /System/Library/Extensions && chown -R root:wheel /System/Library/Extensions " command , i get :Operation not permitted ...is it normal ?
Type this in terminal:
Code:
ls -l /usr/bin/su
Reply back with what it says.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #12  
Old 01-10-2009, 05:38 PM
eemerge eemerge is offline
Jaguar
 
Join Date: May 2008
Posts: 41
-r-sr-xr-x 1 root wheel 48160 Nov 29 2007 /usr/bin/su
Reply With Quote
  #13  
Old 01-10-2009, 05:40 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Hmm it it were to have said -r-xr-xr-x then we should have been able to type "sudo chmod 4555 /usr/bin/su" but since it doesnt I am not too sure. Type
Code:
which su
and tell me what it says.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #14  
Old 01-10-2009, 05:42 PM
eemerge eemerge is offline
Jaguar
 
Join Date: May 2008
Posts: 41
/usr/bin/su
Reply With Quote
  #15  
Old 01-10-2009, 05:45 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Everything looks correct. Try typing (pressing enter after each line):
Code:
sudo -s
chmod -R 755 /System/Library/Extensions
chown -R root:wheel /System/Library/Extensions
diskutil repairpermissions /
If it gives you the same error, make sure /System/Library/Extensions/Extensions.mkext has been deleted and go to Disk Utility and select Repair Permissions. Then reboot with -v -f

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #16  
Old 01-10-2009, 05:51 PM
eemerge eemerge is offline
Jaguar
 
Join Date: May 2008
Posts: 41
so far so good...its now fixing permissions ... im waiting , no more operation permitted when doing the commands one by one..
The final result is:
Code:
Started verify/repair permissions on disk disk0s1 disk0s1

Group differs on "home", should be 20, group is 0
Group differs on "net", should be 20, group is 0
Group differs on "private/etc/cups", should be 0, group is 26
Group differs on "private/var/log/install.log", should be 0, group is 80
Permissions differ on "private/var/log/install.log", should be -rw-r--r-- , they are -rw-r----- 
Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x 
User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/lib/jvm.cfg", should be 0, user is 95
User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/classlist", should be 0, user is 95
User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/jvm.cfg", should be 0, user is 95
User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/classlist", should be 0, user is 95
[ + 0%..10%..20%..30%..40%..50%..60%..70%..80%..90%..100% ] 
Finished verify/repair permissions on disk disk0s1 disk0s1
p.s. i just checked for Extensions.mkext , is there..should i delete it?

Last edited by eemerge; 01-10-2009 at 05:53 PM.
Reply With Quote
  #17  
Old 01-10-2009, 06:03 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Yes delete it right before you reboot. You can use this command provided you have not exited Terminal:
Code:
rm -R /System/Library/Extensions.mkext
If it gives you problems then try:
Code:
sudo -s
rm -R /System/Library/Extensions.mkext
Remember to use -v -f when you reboot.
-v Verbose Mode
-f Forces OSX to pull drivers from the Extensions folder and not the cache file. I know we just deleted the cache file but its still a good idea.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #18  
Old 01-10-2009, 06:21 PM
eemerge eemerge is offline
Jaguar
 
Join Date: May 2008
Posts: 41
just restarted, now im in 1024x768 (before this i was in 1680x1050)

System profiler says:

Graphics by NVIDIA:

Chipset Model: Graphics by NVIDIA
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x016a
Revision ID: 0x00a1
ROM Revision: NVinject 0.2.1
Displays:
Display:
Resolution: 1024 x 768
Depth: 32-bit Color
Core Image: Software
Main Display: Yes
Mirror: Off
Online: Yes
Quartz Extreme: Not Supported
Display Connector:

p.s. : now i have 256 vram (actually my 7200 gs has only 128), but Logic still says my system has 0 VRAM

Last edited by eemerge; 01-10-2009 at 06:30 PM.
Reply With Quote
  #19  
Old 01-10-2009, 06:40 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
I did a little research on your card and found a few others having the same issue. Do you know the model & Manufacturer of your card?

Lets give NVkush a try. There is a link to it in my signature http://diabolik1605.com/DHF/

Follow the previous instructions of removing related graphics drivers and then drop NVkush.kext into your /System/Library/Extensions folder.

Code:
sudo -s
Code:
chmod -R 755 /System/Library/Extensions && chown -R root:wheel /System/Library/Extensions
Code:
diskutil repairpermissions /
Code:
rm -R /System/Library/Extensions.mkext
Reboot with v -f

NVinject & NVkush have worked out of the box for most of the projects i have done. Others have had success with EFI strings though Ive never messed with it. Ill point someone to this post if NVkush doesnt work for you.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #20  
Old 01-10-2009, 06:43 PM
eemerge eemerge is offline
Jaguar
 
Join Date: May 2008
Posts: 41
oh oh oh...my big bad..
now i looked on the card box, its a 7100 GS MSI ... im not using this card since i got my gtx 280 so i didnt know exactly, sorry..

so, its: MSI NX7100 GS 128 RAM



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply