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


Go Back   Hackint0sh > OSX and Hackint0sh/OSX86 > Hackint0sh Support > OSX86 Leopard > Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #331 (permalink)  
Old 08-16-2009, 07:22 AM
ikramerica
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
Rep Power: 0
ikramerica is on a distinguished road
Default

Quote:
Originally Posted by liupingguo View Post
hi, everyone!
I upgraded from 105.7 to 10.5.8 and had to fix the screen, but could not get the hibernation back.
I also tried fresh installation using iAtkos 10.5.7, upgrade to 10.5.8, then install the kexts, still the system stuck instantly when I made it sleep.

Anyone has idea about what file (files combination) is key to enable the hibernation? (PS: I disabled the legacy USB and charging, installed the clamshelldisplay, Natit etc from for GMA 950 )
Do you mean SLEEP or HIBERNATION. They are different things on the Mac. Sleep keeps the memory active, hibernation writes the memory to disk and then removes power from the memory.

You might need to turn hibernation off. You can check to see if it's on or off by opening a terminal session.

type sudo pmset -g
then enter your password
if hibernatemode is anything but 0, you should change that to 0.
type sudo pmset -a hibernatemode 0

then restart your computer for good measure. See if then the computer sleeps and wakes up. If it sleeps and wakes up, then there is a problem with hibernation mode, not sleep mode. Many hacks have trouble with hibernation mode...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #332 (permalink)  
Old 08-16-2009, 07:30 AM
ikramerica
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
Rep Power: 0
ikramerica is on a distinguished road
Default

Quote:
Originally Posted by wingzero619 View Post
I'm currently revising my MAC205 project. I've been tinkering with the install method and cut a lot of steps out. I'm trying to compile a super essentials pack which would make known functions work in one shot. I'll create another video which will be 1-5 videos which will be available for download instead of YouTube. That way, you won't have a million little vids to watch.
Could you do me a favor and list what extensions need to be added from an otherwise vanilla installation (or removed) for the NB205? I'm working on a non iDeneb, non modified kernel version of an install, where everything is stored in an EFI partition on the HD and transparent to Mac OSX, but I need to know which kexts must be modified.

Currently, I can't get the PS2 trackpad to work right. Never shows up in the preference pane, so I can't adjust it. If I try any of the PS2 kexts you guys have provided, my trackpad and keyboard go dead and i need to plug in a USB keyboard to undo it. And one hacked PS2 kext made the keyboard enter a key over and over and over, completely f-ing up the install.

Also, I'm not getting time machine to work, even with an attached USB disk, as I get an error about no built in network after I select the disk I want to use. And of course, no Atheros wifi driver (that will come with Snow Leopard) and the sound kext is still crappy after wake from sleep (and not so hot beforehand, but we know that).

Anyway, if I can get a list of the required new kexts (and what must be removed, if any), I can work on this alternate method better. It's based on Munky's EFI partition method from InfiniteMac.

This is after already using the "DellEFI" install method successfully, which is sort of like Munky's method except it puts everything on the main partition rather than hiding the voodoo in the EFI partition.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #333 (permalink)  
Old 08-16-2009, 07:34 AM
ikramerica
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
Rep Power: 0
ikramerica is on a distinguished road
Default

BTW - I have an NB205-210 model, not the 310 model (no bluetooth, lower res webcam, different style keyboard). Is it possible that the keyboard and trackpad are not the same type that the 310 series uses? If not, how do I check and report that information? It might be that the model numbers simply need to be added to the ToshibaPS2Trackpad kext...
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

  #334 (permalink)  
Old 08-16-2009, 08:37 AM
JA53N's Avatar
JA53N
Status: Online
Member
 
Join Date: Jul 2009
Location: Australia
Posts: 46
Rep Power: 0
JA53N is on a distinguished road
Default

Quote:
Originally Posted by ikramerica View Post
BTW - I have an NB205-210 model, not the 310 model (no bluetooth, lower res webcam, different style keyboard). Is it possible that the keyboard and trackpad are not the same type that the 310 series uses? If not, how do I check and report that information? It might be that the model numbers simply need to be added to the ToshibaPS2Trackpad kext...
I have the australian nb200/0c which has the 0.3mp webcam and the normal keyboard, and no bluetooth and it still works fine.
__________________
Toshiba NB200 - Dual Boot - OS X 10.6.1 (10.6.2 Soon!) - Ubuntu 9.10 - 2GB RAM - Mac Software - iLife 09 - Office 08 (Sucks) - Photoshop CS4 - Detected (Not Working) AR98XX card.

Last edited by JA53N; 08-16-2009 at 08:39 AM. Reason: forgot to add no bluetooth
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #335 (permalink)  
Old 08-16-2009, 06:09 PM
liupingguo
Status: Offline
Junior Member
 
Join Date: Oct 2008
Posts: 4
Rep Power: 0
liupingguo is on a distinguished road
Red face

You might need to turn hibernation off. You can check to see if it's on or off by opening a terminal session.

type sudo pmset -g
then enter your password
if hibernatemode is anything but 0, you should change that to 0.
type sudo pmset -a hibernatemode 0

then restart your computer for good measure. See if then the computer sleeps and wakes up. If it sleeps and wakes up, then there is a problem with hibernation mode, not sleep mode. Many hacks have trouble with hibernation mode...[/QUOTE]



Thank you for the reply.
I did mean sleep mode in my post. I did what you told me to, now in the terminal says : hibernatemode 0, ttyskeepawake 1.
still machine instantly freezes with black screen when let it sleep.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #336 (permalink)  
Old 08-16-2009, 09:00 PM
ikramerica
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
Rep Power: 0
ikramerica is on a distinguished road
Default

Quote:
Originally Posted by JA53N View Post
I have the australian nb200/0c which has the 0.3mp webcam and the normal keyboard, and no bluetooth and it still works fine.
Thanks. I must be doing something wrong, then.

In terms of the various PS2 kexts, which is the right one, and what else needs to be installed? Do I need to reactivate the trackpad control in the preference panes somehow?

Currently I have the VoodooPS2Trackpad (the most recent one that people saying "works") and ApplePS2Controller kexts installed. I can use the keyboard and trackpad fine, but I can't adjust the trackpad as a trackpad, only as a mouse (tracking speed, mouse buttons). Also, tap to click doesn't work after boot, but does work after the first sleep, then usually goes away after the second sleep, never to return again until a reboot and resleep.

Since I hate tap to click, I want it turned off all the time.
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

  #337 (permalink)  
Old 08-16-2009, 11:23 PM
ikramerica
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
Rep Power: 0
ikramerica is on a distinguished road
Default

Quote:
Originally Posted by liupingguo View Post
I did mean sleep mode in my post. I did what you told me to, now in the terminal says : hibernatemode 0, ttyskeepawake 1.
still machine instantly freezes with black screen when let it sleep.
Well, at least we know it's not hibernate causing your problems, as that is now disabled. Someone who has more experience with the sleep issue can probably help you better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #338 (permalink)  
Old 08-19-2009, 12:46 AM
JRust00
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 7
Rep Power: 0
JRust00 is on a distinguished road
Default Wh

I am impatiently waiting for my NB205 to arrive. Before it does i was wondering which method of installation is most functional? The guide posted by wingzero or the vanilla method by cannontrane? thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #339 (permalink)  
Old 08-19-2009, 02:13 AM
wingzero619
Status: Offline
Senior Member
 
Join Date: Jul 2009
Posts: 153
Rep Power: 22
wingzero619 is a jewel in the roughwingzero619 is a jewel in the roughwingzero619 is a jewel in the rough
Default

Quote:
Originally Posted by JRust00 View Post
I am impatiently waiting for my NB205 to arrive. Before it does i was wondering which method of installation is most functional? The guide posted by wingzero or the vanilla method by cannontrane? thanks.
It would depend on which method would be easier for you.
__________________
www.wingzero619.net for current hackint0sh projects. Please note, site is under construction while trying to find the time to update during my projects.
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

  #340 (permalink)  
Old 08-19-2009, 02:25 AM
JRust00
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 7
Rep Power: 0
JRust00 is on a distinguished road
Default

Quote:
Originally Posted by wingzero619 View Post
It would depend on which method would be easier for you.
I have some experience with osx86 and have successfully installed it on a couple different systems. That being said, I "think" i could follow either method. I am wondering which would be the most update friendly, software frienly, and have the most functional hardware.

I greatly appreciate all that have participated in this thread. Reading this made my netbook decision a no brainer.
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
Leopard on a Toshiba nb100? afontcu Installation 12 09-29-2009 01:31 AM
Leopard on Toshiba Laptop? Gearstix Distributions 1 06-19-2009 08:45 AM
Toshiba Qosmio grandlorie Installation 0 04-30-2009 09:27 PM
Ilike to instal leopard and vista dualboot together in one HDD, on my TOSHIBA L300 MAC_IS_A_PC_TOO Installation 1 04-23-2009 04:57 PM
Help, how to install Leopard on Toshiba A200 (Model. A200-1GB) trompeteandos Installation 3 01-20-2009 12:23 AM



All times are GMT +2. The time now is 04:56 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