Jump to content

Leon

Administrators
  • Posts

    1235
  • Joined

  • Last visited

  • Days Won

    58

Posts posted by Leon

  1. I bought my Samsung laptop well over a year ago, and it came running Windows 7 - while i do for the most of the time run OSX on it - its nice to be able to dual boot.. eg. to Winows 8

    One of the interesting features that Samsung included was a piece of software called ‘Easy Settings’ which allowed me to configure the battery to never charge above 80%, supposedly lengthening the life of the  battery. I turned this on (since my laptop is plugged in 99% of the time) and forgot all about it. A few months later I installed Windows 8 and found that Easy Settings no longer worked. When I tried to install it I got this message:

    image_thumb.png

    Loosing 20% of your battery capacity might be fine around the house, but sometimes I do like to take my laptop out and so I really wanted to be able to configure this. Even forcing Windows to install meant the app would run but wouldn’t display correctly function at all, I guess Microsoft blocked it for a reason.

      Install Version 2.1

    It turns out Samsung do offer a version of this tool for Windows 8, they just don’t make it easy to find. Version 2.1 works perfectly fine on NP300E5A model. Before I could change any power management settings, I had to update my laptop’s firmware however. The link to the download was hidden away on this Windows 8 update page, so check your model is listed before performing any firmware updates!

    image_thumb1.png

    One nice addition is the ability to turn your laptop into a wireless Access Point (yes, Macs have had this feature for years I know, and it’s very useful).

    SWUpdate_2.1.15.1.ZIP

  2. Hi,

    Its correct, you need a specific kernel that can be found in EDP - sadly we have not fully activated the use of patched kernels in the Boot Pack Generator so for now it takes a bit of manual work.
     

    1. Download this kernel: https://osxlatitude-edp.googlecode.com/svn/model-data/Shuttle_XS35GT_804/ml/custom_kernel
    2. Copy it to the root of your myhack usb pen
    3. Change the org.chameleon.boot.plist in /Extra on the usb pen
    4. Make sure you have the two lines below

    Kernel
    custom_kernel

     

    ... if not.. add the lines, safe the file and try booting of the pen...

  3. !!! NOTICE !!!

    1. When dual-booting with Windows and Linux you might need to shut down entirely before booting the other OS, or wifi/bluetooth might not work.

    !!! NOTICE !!!

     

     

    Credits:

    Sponsors:

    • Leon Bollerup, 50$
    • Raistlin5, 20$

    • chinglung hwang, 10$

    • moonman, 20$

    • Ruben Penas, 10$

    • Gary Goodvin, 10$

    • Sonam Nyangpo, 10$

    • Iordan Iordanov, 20$

     

    If you want to support this project, then please donate to [email protected] - all donations are anonymous unless you ask to be mentioned here - your donation will help solve the last problems and make sure that we have a unique and good combo card solution for everyone to benefit from.


    .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 

     

    We are happy to announce (as the first hackintosh site?) a new Combo card solution based on Broadcom - this card not only brings AC standards but also Bluetooth 4.0 to our machines.

    This Half-size mini-pci is based on BCM4352

    DSCN4015.JPG

    Running on Mountain Lion and Mavericks
    Snip20130628_1.png

    Snip20130628_2.png

    Read more here: http://img.onant.com/201304/detail.php?id=aigale-bcm4352

    Uniwifi who is presently one of the few people selling this card is working on a good price for our members - until then you can contact him on [email protected]

     

    Traffic stats (Using windows 8.1 and a latest gen Time Capsule - OSX coming soon)
    Capture.PNG

    .. testing on my home internet connection (100mbit from Risknet)
    capture2.PNG

     

     

    Installation method:

    For bluetooth, use the kext from this thread: Bluetooth Kext

     

    For WiFi, you need to patch dsdt (or) kext. You can also use the attached patched kexts for WiFi but its recommended to use either dsdt/kext patch in future.

     

    Patching DSDT:

    Needed:

    • DSDT Editor 
    • IORegistryExploere

    For this, you need to find where the wifi card is detected by Mac OSX which can be done by going through the ioregfile.

    •  First, look at the section "IOService:/AppleACPIPlatformExpert/PCI0@0" in ioregfile and find the device starting with the name "RPXX".
    •  Next, find where the Wifi is detected by looking at the name "AirPort_xxx" (after installing patched wifi kexts from EDP/patching kext yourself).
    • After locating the device "RPXX", add the method below to that Device in DSDT and compile it.

    Note:This is located at one of those Devices of the DSDT: RP01/RP02/RP03/RP04/RP05/RP06/RP07/RP08 (some notebooks might have this name differently, so find it from ioregfile with the above steps).
    DSDT Patch:

    Method (_DSM, 4, NotSerialized)
    {
     Store (Package (0x0C)
     {
        "AAPL,slot-name", 
        Buffer (0x05)
        {
        "PCIe"
        }, 
        "name",      
        Buffer (0x0D)
        {
            "pci14e4,43a0"      
        }, 
        "device-id",      
        Buffer (0x04)
         {
             0xA0, 0x43, 0x00, 0x00      
         }, 
        "IOName", 
        "pci14e4,43a0", 
        "device_type", 
        Buffer (0x11)
         {
              "Wi-Fi Controller"
         }, 
        "model", 
        Buffer (0x33)
        {
              "Broadcom BCM4352 802.11ac Wireless Network Adapter"
        }
      }, Local0)
      DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
      Return (Local0)
    }

    Patching Kext:
    For this, we need to inject our card's ids to the Apple WiFi Kext. You can use the attached script to patch (or) can manually patch using the below steps.
     

    Manual patch:
    You need to patch the kext "AirPortBrcm4360.kext" located at System/Library/Extensions/IO80211Family.kext/Contents/Plugins/".


    Copy the kext to Desktop and Open the file "Info.plist" using text editor located inside the kext we are patching and add the bolded line below to the section "IOKitPersonalities->IONameMatch" as shown below.

     

    IONameMatch
    pci14e4,43b1
    pci14e4,43a0
     

    After editing, save the file and install the kext.

     

    Fixing 5-ghz
    Thanks to Toleda who found that country of the card needs to be changed from XT to US wich then enables 5ghz.

    Solution:
    For terminal:

    sudo perl -pi -e 's|\x01\x58\x54|\x01\x58\x58|g' /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360
    
    sudo touch /System/Library/Extensions/
    

    This is offcourse also intergrated into EDP.

     

    Downloads

    Wifi kext for Mountain lion: BCM4352-60.wifi.kext for ML.zip (not patched for 5ghz)

    Wifi kext for Mavericks: BCM4360-52.wifi.kext for Mavericks.zip  (not patched for 5ghz)

     

     

    For the latest Windows drivers, follow this link: http://www.dell.com/support/drivers/us/en/19/driverdetails?driverid=W49DT

     

     

    Enjoy! :-)

    Patch Broadcom WiFi kext.zip

    • Like 3
  4. Hi,

    I will test the kext, does it work better than the existing one we use ?

    Sleep works.. but you have to press 7-8 times on the power button.. don't ask me why.

    Battery indicator works fine if you are running EDP - however, the samsung have NVram so .. once in a while you have todo a small trick

    1. Boot into chameleon
    2. Unplug the power adapter
    3. Use a small pen to press the reset key on the underside of the machine, keep it press until it turn off
    4. Plug in the power cord and start it

    you will now notice that battery works... and so does keyboard backlit ;-)

     

  5. Has anyone here had the issue where upon going into "About This Mac" and then clicking on "More Info", it appears the page wants to open, but after a couple of seconds returns you to the log on screen? If so, were you able to correct it?

    Ya, i have seent hat bug a few times.. not excally there tho.. fix not found yet

  6. Hey,

    As some of you might no (or some strange (laziness i guess) reason does not reflect in my signature) am the proud owner of a Samsung np900x3c laptop - and while having owned several macbook air i have to admit that this is properly one of the nicest machines i have ever used - not only is it thinner than a MBA the screen is also a amazing - with a light strength of 400nit its the perfect laptop to use outside.
    This machine is also the first laptop i have used with 2x fans.. thats right.. 2x fans dosent mean that it makes more noise - what it instead does is that both fans run at a lower level meaning the machine is virtually soundless.. LOVE IT.

    Anyway, back from the sidetrack.

    I run 10.8.2 for different reasons but i have noticed a strange behaviour on - when i'm connected to a power source and the machine is running idle it only powers up on fan.. ok.. i can live with that - but it does that for about 1-2 secs.. the power it down again for secs.. and up....down..up..down.. and so forth... WTF??! - result is some uuuiiiii...uiiiii...uuuuiiii sound.. extremely annoying .. 

     

    So.. off to the question of figuring out howto handle this and my question to you us - have you had a similar issue.. how do you control the fan under mountain lion ?

     


     

  7. Original post: Macworld



     

    You can set up Facebook chat in Messages. Since Facebook uses Jabber, all you need to know is your user name, and you can create an account. 

     

    Open Messages' preferences, and click on Accounts. Click on the + icon to create a new account. For Account Type, choose Jabber. For your account hem, you'll need to find your Facebook user name; this is the text after http://www.facebook.com/. The account name for the Jabber account should therefore be [email protected]. Enter your Facebook password in the Password field, and click on Done. 

     

    Messages should log into the account, and you should see a message saying: 

     

    You are now Online to Chat | You are now Online to Chat. Please note that this also marks you as Online on facebook.com. 

     

    You can check Facebook to confirm this; you should see that you are online for chat when you visit Facebook. 

     

  8. Hi everyone,

    Today is a sad day - one of our oldest team members has decided to leave our crew to focus more on IRL.

    John has despite being our youngest team member been with us for a long time and he has always worked dedicated to support and help everyone in his path - he deserves our respect.

    John was also the main researcher behind the QE/CI solution for the GMA 4500MHD - as this was a personal research project he has decided not to share the fruits of his work - so any questions to this will have to be to john directly.

    John, we wish you the best of wishes for a great future and thank you for your hard work and dedication to our course.


    //Leon



     

    • Like 1
×
×
  • Create New...