Hi all,
I have 10.8.2 running smoothly on my Toshiba... and i would like to understand how to make sleep work properly.
At the moment I'm using patched AppleRTC and AppleIntelCPUPowerManagement kexts.. with the following commands:
sudo perl -pi -e ‘s|\xE2\x00\x00\x00\x0F\x30|\xE2\x00\x00\x00\x90\x90|g’ /System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /Extra/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
The system behaves fine with all the power states of the CPUs.. it can enter sleep mode (standby leds, fans off etc all seems fine) but when it wakes it just reboot (I can't see nothing on screen, just briefly the leds light up like a proper wake then they go off and on again and I'm a the BIOS logo..no clues on the Console logs...anywhere else where to look?)
I'm not sure if my DSDT is perfectly healthy for sleep.. could someone help me check that? Also i've tried several darkwave flags but the sleep behaves always the same.
Thanks in advance.
- InsanelyMac Forum
- Viewing Profile: Topics: cele_82
cele_82
Community Stats
- Group Members
- Active Posts 136
- Profile Views 762
- Member Title InsanelyMac Geek
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
-
Website URL
http://
Sleep issue troubleshooting...
10 February 2013 - 09:58 AM
AR9002WB-1NG wifi combo card(AR9285 + AR3011 (bluetooth))
23 December 2012 - 07:49 PM
Hello all,
I have a AR9002WB-1NG wifi combo card(AR9285 + AR3011 (bluetooth))
From lsusb for BT
Bus 002 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
I got the wifi working just with a plist edit:
<key>IONameMatch</key>
<array>
<string>pci168c,2a</string>
<string>pci168c,2b</string>
</array>
for the bluetooth instead I'm confused… I've seen around two methods for this: Atheros Firmware Uploader or IOath3kfrmwr.kext
The first one (FW uploader) gives me a i5:ath3k-firmware-uploader tom$ ./ath3k-firmware-uploader
Atheros AR3011 not found error.
The second one is a bit cryptic.. I've added the device id in the plist converting it into decimal value.. but I don't get any kind of output in the Console or anywhere else.. is there a log somewhere to understand if this has been loaded or errors etc..?
This my edit for my device(ID 0cf3:3005):
<key>idProduct</key>
<integer>12293</integer>
<key>idVendor</key>
<integer>3315</integer>
PS Is there another method for BT? Suggestions? I'm running 10.8.2
Thanks
I have a AR9002WB-1NG wifi combo card(AR9285 + AR3011 (bluetooth))
From lsusb for BT
Bus 002 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
I got the wifi working just with a plist edit:
<key>IONameMatch</key>
<array>
<string>pci168c,2a</string>
<string>pci168c,2b</string>
</array>
for the bluetooth instead I'm confused… I've seen around two methods for this: Atheros Firmware Uploader or IOath3kfrmwr.kext
The first one (FW uploader) gives me a i5:ath3k-firmware-uploader tom$ ./ath3k-firmware-uploader
Atheros AR3011 not found error.
The second one is a bit cryptic.. I've added the device id in the plist converting it into decimal value.. but I don't get any kind of output in the Console or anywhere else.. is there a log somewhere to understand if this has been loaded or errors etc..?
This my edit for my device(ID 0cf3:3005):
<key>idProduct</key>
<integer>12293</integer>
<key>idVendor</key>
<integer>3315</integer>
PS Is there another method for BT? Suggestions? I'm running 10.8.2
Thanks
Toshiba Satellite R830 OSX 10.8
04 December 2012 - 08:50 AM
Hi all,
I finally found some time to install (to try to install I'd better say) ML 10.8 on my Toshiba R830-1GZ

The specs:
Chipset : Intel HM65
Intel Core i5 2450M @ 2500 MHz
6GB DDR3-SDRAM
Intel® HD 3000 Graphics Family PCI\VEN_8086&DEV_0126&SUBSYS_00051179&REV_09\3&11583659&0&10
Hard Disk : Hitachi (640GB)
DVD-Rom Drive : MATSHITA DVD-RAM UJ8A2ES
Toshiba Internal LCD - 13.3"
Intel 82579V Ethernet Controller PCI (VEN_8086&DEV_1503)
Wifi + BT Combo card AR9002WB-1NG
AR9285 Wireless Network Adapter (PCIe) VEN_168C&DEV_002B
AR3011 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Audio Realtek ALC269 HDAUDIO (VEN_10EC&DEV_0269)
Installation:
- Create an USB bootable drive with 10.8 and the usual needed Extra extensions.. google how to do it.. maybe "tony usb osx 10.8 install" is a good search.
- Boot the usb with the -x -v flags otherwise you will not be able to the see the installer
- Install everything, partition the drive etc..
- Boot again from the USB selecting the hard disk partition this time(since there is no boot loader on the disk yet) with the -s -v -x boot flags
- Once in single mode, launch the last two commands suggested from the console in order to mount the osx partition,then cd to /System/Library/Extensions and delete AppleIntelSNBGraphicsFB.kext (rm -R AppleIntelSNBGraphicsFB.kext)
- Boot again using the USB and selecting the hard disk partition with the -v flag
- Install 10.8.2 combo update from website not from App Store and DON'T REBOOT
- Navigate to again to /System/Library/Extensions and delete again AppleIntelSNBGraphicsFB.kext
- Reboot and again use the USB and selecting the hard disk partition with the -v flag
Now is the time to add boot loader and extensions.. here I suggest first to Enable Remote Login from the sharing menu… so if your screen goes black you can understand if there's something going wrong sshing into your machine from another one.
Also it is boring but add a kext or a section of kext one by one so if something goes wrong you can always boot in single mode and revert the changes(MAKE ALWAYS backups of the originals!),
especially add as last step the CPUs one at last and use NullCPUPowermanagement.kext from your USB bootable drive Extra FOLDER throughout all the install process
- Install the Chameleon Bootloader many options here.. I've used the installer from Tony.. if you've found the website before..
- Add the kexts from the zip attached.. I would start with the PS2 ones so you can get mouse and keyboard working without booting from usb, also before rebooting copy the Extra from the zip over your /Extra folder….
then add kext by kext and reboot after each one or each device section in order as I said to understand if things go wrong what went wrong.
All the time you install a kext please repair the permissions of the /System/Library/Extensions folder running from a terminal:
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /System/Library/Extensions/
Also another IMPORTANT thing is when you will be adding/playing with kext always override the default flags when booting with -f -v so the Kernel will actually re-read all the kexts in Extensions..
ALSO DISABLE SLEEP TIMER in Power Saving prefs.
Works:
-Ethernet
-Wifi
-Trackpad multitouch (tested 2 fingers gestures)
-USB3 (before installing OSX it may be worth to upgrade the USB3 controller firmware, since I had an old one and I always had connections problems in Windows...before the update)
- Microphone, HeadPhones, Speakers, Line in(mono: it combines both inputs..not a priority for me at the moment)
- Brightness Controls (Fn+F12, Pause)
- CPU Power Management
- SD Card
- HDMI with Audio(tested at 1080p)
What's left to do:
- Brightness levels max/min after display sleep differs (workaround on post #12)
- Sleep
- Bluetooth.. may be a little bit difficult since there's a method out there for AR3011 but the card at least shows up under USB on that machines (like if you boot your Toshiba in Ubuntu Live) so not sure if there's a way to turn the AR3011 on somewhere with keys or DSDT…
NOT Working
- VGA out... pretty sure if you mess with the DSDT you can enable it... but I don't need it and I'm not going even near it...
I'm writing all of this so hopefully we will be in a good number and we'll discover how to fix these last little things.
Many many thanks to Silvestr for the DSDT.
PLEASE LEAVE A FEEDBACK IF YOU HAVE R830... WE NEED TO BE MORE TO FIND OUT THE LAST BITS...
I finally found some time to install (to try to install I'd better say) ML 10.8 on my Toshiba R830-1GZ

The specs:
Chipset : Intel HM65
Intel Core i5 2450M @ 2500 MHz
6GB DDR3-SDRAM
Intel® HD 3000 Graphics Family PCI\VEN_8086&DEV_0126&SUBSYS_00051179&REV_09\3&11583659&0&10
Hard Disk : Hitachi (640GB)
DVD-Rom Drive : MATSHITA DVD-RAM UJ8A2ES
Toshiba Internal LCD - 13.3"
Intel 82579V Ethernet Controller PCI (VEN_8086&DEV_1503)
Wifi + BT Combo card AR9002WB-1NG
AR9285 Wireless Network Adapter (PCIe) VEN_168C&DEV_002B
AR3011 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Audio Realtek ALC269 HDAUDIO (VEN_10EC&DEV_0269)
Installation:
- Create an USB bootable drive with 10.8 and the usual needed Extra extensions.. google how to do it.. maybe "tony usb osx 10.8 install" is a good search.
- Boot the usb with the -x -v flags otherwise you will not be able to the see the installer
- Install everything, partition the drive etc..
- Boot again from the USB selecting the hard disk partition this time(since there is no boot loader on the disk yet) with the -s -v -x boot flags
- Once in single mode, launch the last two commands suggested from the console in order to mount the osx partition,then cd to /System/Library/Extensions and delete AppleIntelSNBGraphicsFB.kext (rm -R AppleIntelSNBGraphicsFB.kext)
- Boot again using the USB and selecting the hard disk partition with the -v flag
- Install 10.8.2 combo update from website not from App Store and DON'T REBOOT
- Navigate to again to /System/Library/Extensions and delete again AppleIntelSNBGraphicsFB.kext
- Reboot and again use the USB and selecting the hard disk partition with the -v flag
Now is the time to add boot loader and extensions.. here I suggest first to Enable Remote Login from the sharing menu… so if your screen goes black you can understand if there's something going wrong sshing into your machine from another one.
Also it is boring but add a kext or a section of kext one by one so if something goes wrong you can always boot in single mode and revert the changes(MAKE ALWAYS backups of the originals!),
especially add as last step the CPUs one at last and use NullCPUPowermanagement.kext from your USB bootable drive Extra FOLDER throughout all the install process
- Install the Chameleon Bootloader many options here.. I've used the installer from Tony.. if you've found the website before..
- Add the kexts from the zip attached.. I would start with the PS2 ones so you can get mouse and keyboard working without booting from usb, also before rebooting copy the Extra from the zip over your /Extra folder….
then add kext by kext and reboot after each one or each device section in order as I said to understand if things go wrong what went wrong.
All the time you install a kext please repair the permissions of the /System/Library/Extensions folder running from a terminal:
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /System/Library/Extensions/
Also another IMPORTANT thing is when you will be adding/playing with kext always override the default flags when booting with -f -v so the Kernel will actually re-read all the kexts in Extensions..
ALSO DISABLE SLEEP TIMER in Power Saving prefs.
Works:
-Ethernet
-Wifi
-Trackpad multitouch (tested 2 fingers gestures)
-USB3 (before installing OSX it may be worth to upgrade the USB3 controller firmware, since I had an old one and I always had connections problems in Windows...before the update)
- Microphone, HeadPhones, Speakers, Line in(mono: it combines both inputs..not a priority for me at the moment)
- Brightness Controls (Fn+F12, Pause)
- CPU Power Management
- SD Card
- HDMI with Audio(tested at 1080p)
What's left to do:
- Brightness levels max/min after display sleep differs (workaround on post #12)
- Sleep
- Bluetooth.. may be a little bit difficult since there's a method out there for AR3011 but the card at least shows up under USB on that machines (like if you boot your Toshiba in Ubuntu Live) so not sure if there's a way to turn the AR3011 on somewhere with keys or DSDT…
NOT Working
- VGA out... pretty sure if you mess with the DSDT you can enable it... but I don't need it and I'm not going even near it...
I'm writing all of this so hopefully we will be in a good number and we'll discover how to fix these last little things.
Many many thanks to Silvestr for the DSDT.
PLEASE LEAVE A FEEDBACK IF YOU HAVE R830... WE NEED TO BE MORE TO FIND OUT THE LAST BITS...
[TV] Hackintosh Core2 E8400 2GB 500GB 7600GT
16 June 2012 - 04:29 PM
Ciao,
vendo il mio hackintosh per inutilizzo, per lavoro mi sono spostato e quindi sono sempre con il portatile in mano..(il sistema e' quello in firma)
Il sistema e' perfettamente funzionante e l'ho riformattato con Windows dato che non so se l'utente finale e' un OSX user o meno.
Il sistema era perfettamente funzionante usando la release 10.6.4 di OSX (poi nn l'ho piu' usato e quindi nemmeno aggiornato)
Scheda Madre : Asus P5KC
Chipset : Intel P31/P35
Processore : Intel Core 2 Duo E8400 @ 3000MHz
Memoria Fisica : 2048MB (1 x 2048 DDR2-SDRAM )
Scheda Video : NVIDIA GeForce 7600 GT
Hard Disk : Seagate ST3250310AS ATA Device (250GB)
Hard Disk : Western Digital WD5000AACS-00G8B1 ATA Device (500GB)
NO DVD ROM
NO TASTIERA/MOUSE
Scheda di rete
Porte firewire
Realtek ALC 883
Sistema Operativo : Windows 7 Ultimate Professional Media Center 6.01.7601 Service Pack 1 (64-bit)
Consegna a mano!
280 EURO
Ciao
http://digilander.li.../cele_82/pc.jpg
vendo il mio hackintosh per inutilizzo, per lavoro mi sono spostato e quindi sono sempre con il portatile in mano..(il sistema e' quello in firma)
Il sistema e' perfettamente funzionante e l'ho riformattato con Windows dato che non so se l'utente finale e' un OSX user o meno.
Il sistema era perfettamente funzionante usando la release 10.6.4 di OSX (poi nn l'ho piu' usato e quindi nemmeno aggiornato)
Scheda Madre : Asus P5KC
Chipset : Intel P31/P35
Processore : Intel Core 2 Duo E8400 @ 3000MHz
Memoria Fisica : 2048MB (1 x 2048 DDR2-SDRAM )
Scheda Video : NVIDIA GeForce 7600 GT
Hard Disk : Seagate ST3250310AS ATA Device (250GB)
Hard Disk : Western Digital WD5000AACS-00G8B1 ATA Device (500GB)
NO DVD ROM
NO TASTIERA/MOUSE
Scheda di rete
Porte firewire
Realtek ALC 883
Sistema Operativo : Windows 7 Ultimate Professional Media Center 6.01.7601 Service Pack 1 (64-bit)
Consegna a mano!
280 EURO
Ciao
http://digilander.li.../cele_82/pc.jpg
- InsanelyMac Forum
- → Viewing Profile: Topics: cele_82



Sign In
Create Account

Find content
