Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > OSX and Hackint0sh/OSX86 > Hackint0sh Support > OSX86 Leopard > Kernel / Kext (Driver) Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-17-2009, 02:15 PM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default NVinject v0.2.1 upgrade to v0.2.2

Hi everyone!

I'd like to update NVinject v0.2.1 to v0.2.2 on my hackintosh (iATKOS v7 10.5.7, updated to 10.5.8 with iDeneb Delta Upgrade Kit). When I install new version of this NVinject.kext I got only 1024x768 resolution after reboot. Here are my specs:

Fujitsu-Siemens Scenic W620 (i915G chipset)
3.4 GHz P4 HyperThreading CPU
4 GB DDR2 667 MHz RAM (Mushkin 5-5-5-15 timing)
1x 160 GB S-ATA Seagate Barracuda 7200 rpm (Leopard is installed on this drive)
1x 500 GB S-ATA Samsung 7200 rpm
NVidia GeForce 6200 TurboCache 128 MB PCI-E
Plextor DVD-RW PX-716A
Display: Samsung SyncMaster 204B - 20" / 1600x1200 native resolution

Chameleon BootLoader: v2.0 r431

Here is the old Info.plist (from v0.2.1 NVinject.kext):

----------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>NVinject</string>
<key>CFBundleGetInfoString</key>
<string>NVinject 0.2.1, Copyright 2007 nvinject.free.fr</string>
<key>CFBundleIdentifier</key>
<string>com.nvinject</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>NVinject</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVinject</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.nvinject</string>
<key>IOClass</key>
<string>com_nvinject</string>
<key>IOMatchCategory</key>
<string>IOFramebuffer</string>
<key>IONameMatch</key>
<string>display</string>
<key>IOPCIMatch</key>
<string>0x000010de&amp;0x0000ffff</string>
<key>IOProbeScore</key>
<integer>0</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>entriesToAdd</key>
<dict>
<key>@0,compatible</key>
<string>NVDA,NVMac</string>
<key>@0,device_type</key>
<string>display</string>
<key>@0,name</key>
<string>NVDA,Display-A</string>
<key>@1,compatible</key>
<string>NVDA,NVMac</string>
<key>@1,device_type</key>
<string>display</string>
<key>@1,name</key>
<string>NVDA,Display-B</string>
<key>NVCAP</key>
<data>
BAAAAAAAAwAMAAAAAAAABwAAAAA=
</data>
<key>NVPM</key>
<data>
AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
</data>
<key>VRAM,totalsize</key>
<data>
AAAACA==
</data>
<key>device_type</key>
<string>NVDA,Parent</string>
<key>model</key>
<string>nVidia GeForce 6200 TurboCache</string>
<key>name</key>
<string>display</string>
<key>rom-revision</key>
<string>NVinject 0.2.1</string>
</dict>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kernel.iokit</key>
<string>6.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Safe Boot</string>
</dict>
</plist>

----------------------------------------------------------------------------

and the new one (v0.2.2):

----------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>NVinject</string>
<key>CFBundleGetInfoString</key>
<string>NVinject 0.2.2, Copyright 2007 nvinject.free.fr</string>
<key>CFBundleIdentifier</key>
<string>com.nvinject</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>NVinject</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.2</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVinject</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.nvinject</string>
<key>IOClass</key>
<string>com_nvinject</string>
<key>IOMatchCategory</key>
<string>IOFramebuffer</string>
<key>IONameMatch</key>
<string>display</string>
<key>IOPCIMatch</key>
<string>0x000010de&amp;0x0000ffff</string>
<key>IOProbeScore</key>
<integer>60000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>entriesToAdd</key>
<dict>
<key>@0,compatible</key>
<string>NVDA,NVMac</string>
<key>@0,device_type</key>
<string>display</string>
<key>@0,name</key>
<string>NVDA,Display-A</string>
<key>@1,compatible</key>
<string>NVDA,NVMac</string>
<key>@1,device_type</key>
<string>display</string>
<key>@1,name</key>
<string>NVDA,Display-B</string>
<key>NVCAP</key>
<data>
BAAAAAAAAwAcAAAAAAAACgAAAAA=
</data>
<key>NVPM</key>
<data>
AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
</data>
<key>device_type</key>
<string>NVDA,Parent</string>
<key>model</key>
<string>Graphics by NVIDIA</string>
<key>name</key>
<string>display</string>
<key>rom-revision</key>
<string>NVinject 0.2.2</string>
</dict>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b3</string>
</dict>
<key>OSBundleRequired</key>
<string>Safe Boot</string>
</dict>
</plist>

----------------------------------------------------------------------------

What can I do with the new (v02.2) NVinject.kext in order to have full list of resolutions in "Displays" (System Preferences)? Any help is highly appreciated.

There is another question: I've bought another graphic card - NVidia GeForce 8800GT 512 MB. If I install it instead of GeForce 6200TC, what can I do in order to avoid Kernel panic?

Thanks in advance to all...

P.S. I have also posted it on another forum, but I'm in real trouble... Sorry guys
NVinject 0.2.2 - InsanelyMac Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-28-2009, 05:17 PM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default :(

I guess, nobody know anything about it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 09-28-2009, 07:28 PM
dtube
Status: Offline
Administrator
 
Join Date: Oct 2007
Posts: 3,622
Rep Power: 10
dtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to all
Default

put back your old version of nvinject.

Putting in a new nvidia card should not give your kernel panic.
The injector will find it and use it.

If you are using chameleon 2, you can try using the built-in graphic enabler instead of nvinject.
__________________
** If you just want to support hackint0sh.org with a donation click here **
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 09-30-2009, 11:05 AM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default

Quote:
Originally Posted by dtube View Post
put back your old version of nvinject.

Putting in a new nvidia card should not give your kernel panic.
The injector will find it and use it.

If you are using chameleon 2, you can try using the built-in graphic enabler instead of nvinject.
Thanks buddy... I'm still on the old version. Can not upgrade to 0.2.2 version. I don't want to reinstall whole system with a new card. Just want to change old nVidia GeForce 6200TC 128 MB to nVidia GeForce 8800GT 512 MB...

Any suggestions would be highly appreciated. Thanks again...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 09-30-2009, 03:58 PM
icchansan's Avatar
icchansan
Status: Offline
Hackint0sh Moderator
 
Join Date: Sep 2007
Location: PZO, Venezuela
Posts: 6,378
Rep Power: 331
icchansan has a spectacular aura abouticchansan has a spectacular aura abouticchansan has a spectacular aura about
Default

Did you add efi strings?
__________________
HP Pavilion Elite m9250f
iAtkos v5i (10.5.8), Asus IPIBL-LB MOD BIOS, Intel Quad Core Q6600, 4GB RAM (800mhz), 2x500GB, nVidia 8600GT (Works), ALC888S (Works), Wireless RT73 (Works), LAN (Works) - How to Install - Blog - Hardware Combos - FAQ by TJ2K7
Macbook Pro 13"
Follow meh: @icchansan

If you just want to support hackint0sh.org with a donation click here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 10-01-2009, 08:46 PM
dtube
Status: Offline
Administrator
 
Join Date: Oct 2007
Posts: 3,622
Rep Power: 10
dtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to all
Default

Quote:
Originally Posted by Hejsan View Post
Thanks buddy... I'm still on the old version. Can not upgrade to 0.2.2 version. I don't want to reinstall whole system with a new card. Just want to change old nVidia GeForce 6200TC 128 MB to nVidia GeForce 8800GT 512 MB...

Any suggestions would be highly appreciated. Thanks again...
Like i said before, swapping out nvidia 6200TC with 8800GT should not kernel panic on you. As long as you have the injector, and if it can find your card, it will work with your existing NVDA* kext in /S/L/E.

No need to reinstall if you swap out graphic card.
__________________
** If you just want to support hackint0sh.org with a donation click here **
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #7 (permalink)  
Old 10-01-2009, 09:55 PM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default

Quote:
Originally Posted by icchansan View Post
Did you add efi strings?
No To be honest, I don't know how to do it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 10-01-2009, 10:00 PM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default

Quote:
Originally Posted by dtube View Post
Like i said before, swapping out nvidia 6200TC with 8800GT should not kernel panic on you. As long as you have the injector, and if it can find your card, it will work with your existing NVDA* kext in /S/L/E.

No need to reinstall if you swap out graphic card.
I have swapped the card and when the system starts loading, it freezes somewhere in the middle. Gray screen with Apple logo. If I boot the system with -x -v, I see that it stops loading at AppleBCM5751 string... This is my LAN card kext. I swapped my old GeForce 6200TC back and the system loaded without a problem.

So, no solution for this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 10-02-2009, 05:41 AM
dtube
Status: Offline
Administrator
 
Join Date: Oct 2007
Posts: 3,622
Rep Power: 10
dtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to all
Default

humm....
adding EFI string will give you the hang at that point too because the EFI string is equivalent to the injector .

That's interesting that it stopped at the AppleBMC5751 ... let me think.

Did you clear your mkext?

leave your new video card in there.

boot up with -v -s (-s = single user mode)

If it booted, you will be at the prompt. Type in

/sbin/fsck -fy
/sbin/mount -uw /
touch /System/Library/Extensions.mkext
reboot

When the system reboot, use -v -f

Let see if that will work.

If the system does not boot in single user mode, reinstall your old vid card and boot. Then goto terminal and type: sudo touch /System/Library/Extensions.mkext.
then shutdown system, replace the card, boot up with -v -f.
__________________
** If you just want to support hackint0sh.org with a donation click here **

Last edited by dtube; 10-02-2009 at 05:47 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #10 (permalink)  
Old 10-02-2009, 09:10 PM
Hejsan's Avatar
Hejsan
Status: Offline
Junior Member
 
Join Date: Dec 2007
Location: Tbilisi, Georgia
Posts: 18
Rep Power: 0
Hejsan is on a distinguished road
Send a message via Skype™ to Hejsan
Default

Quote:
Originally Posted by dtube View Post
humm....
adding EFI string will give you the hang at that point too because the EFI string is equivalent to the injector .

That's interesting that it stopped at the AppleBMC5751 ... let me think.

Did you clear your mkext?

leave your new video card in there.

boot up with -v -s (-s = single user mode)

If it booted, you will be at the prompt. Type in

/sbin/fsck -fy
/sbin/mount -uw /
touch /System/Library/Extensions.mkext
reboot

When the system reboot, use -v -f

Let see if that will work.

If the system does not boot in single user mode, reinstall your old vid card and boot. Then goto terminal and type: sudo touch /System/Library/Extensions.mkext.
then shutdown system, replace the card, boot up with -v -f.
Thanks a lot for help... I'll try it tomorrow and let you know about results. Hope, it will work. Otherwise, I'll have to throw my 8800GT away

Last edited by Hejsan; 10-02-2009 at 09:17 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with 2.3.1 and Patchstick after HDD upgrade david950 AppleTV 4 04-22-2009 04:33 PM
Help needed - Problem with Virginize prior to upgrade to 2.0 reza Older Software Unlock Solution 7 08-01-2008 09:29 AM
Unlocked 1.1.1 iphone upgrade to 1.1.3? lyndonl Older Software Unlock Solution 42 02-12-2008 09:08 AM
1.1.3 OOB or accidental upgrade to 1.1.3 Questions! iGun 4 Fun Older Software Unlock Solution 6 02-09-2008 09:43 PM
SO...i decided to upgrade to 1.1.1 but..... balboula_85 Older Software Unlock Solution 4 11-17-2007 05:59 PM



All times are GMT +2. The time now is 10:24 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105