Recent content by minlitee

  1. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    I spent a whole day thinking whether to start brcmsmac or b43.. I went through the codes of both of them and actually I liked the b43 one more. I see that it is more documented and commented. However I'm not sure about the devices it supports. If the brcmsmac one supports newer ones better. I...
  2. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    OK I gave up on patching the driver. I'm not sure whether it would work or not. It's only getting my time patching different address and I'm not even sure that I get the right ones or not. If someone is yet interested on it, can pm me and I will help him/her on it. and share my knowledge. I...
  3. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    Ok finally I learned to work with that Hopper Disassembler and I was able to modify the binary with right values. However there is a big question which makes me uncertain about what I'm doing. I saw that there is a CodeSignature folder in the kext file and I know that is something like...
  4. minlitee

    10.8.4 broke my wifi!

    That doesn't have to do anything with the router. The OP says problem is that the WiFi card won't get detected even..
  5. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    2 days I've been working on a script to convert the text ASM generated by any disassembler like Hopper (my choice), otx, otool, gdb, etc. to a reassemble-able file which you can assemble with AS, NASM, ... This is the outcome by now https://github.com/minlite13/reasm ... I ask you guys if...
  6. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    I saw this two procedures in the disassembler. However I skipped changing this two things thinking of that these only set values. They don't actually compare anything Do they? Here is the whole procedure from the disassembler. This is in INTEL syntax. so it is directly specified as 0x106b...
  7. minlitee

    How to activate wifi notebook samsung RF511

    What issue are you facing? The title doesn't agree with the picture. :-/
  8. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    I have tried to defeat the checks and I almost spotted 30 checks in the executable of the kext.. I tried to change all the tests with an op that is always correct ( cmp ebx, ebx ). But it didn't work out.. I have also tried to change the JUMP ops to NOPs.. and it didn't work out too.. Do you...
  9. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    Thanks for the info. It was too accurate. :D So the process of rebranding is the setting of the subsystem-vendor-id to 6B10. right? About your first solution can we solve it by injecting DSDT code? and about the second solution, you said that in decompiling there were numerous checks. How can...
  10. minlitee

    [DEV] Porting linux broadcom drivers to mac?

    Hi there. After getting things fixed on my HP hackintosh now I want to go a little wild ( as my nature is ). I want to know what the problem is that we can't have our broadcom wireless cards working in mac. I see it's being detected in PCI list. However I need little info about what the...
  11. minlitee

    Battery not charging after CMOS reset because of a power failure on battery

    I did it already but it didn't help. When I first put it my AC when battery is on the charge light blinks 12 times. I guess it must be a message or something..
  12. minlitee

    Battery not charging after CMOS reset because of a power failure on battery

    I edited my last post. Please take a look on more specific info. No It won't charge the battery. It stays on 0% I meant the software says it works well but basically it doesn't as I see.
  13. minlitee

    Battery not charging after CMOS reset because of a power failure on battery

    I've done a HP Battery Check today but it reports that everything is OK and the battery should work well?! Looking on the cycles I see that 29/300 is far too early for my battery to become "toasted". The things that worry me are that first I see it pulls no current and then the voltage on...
  14. minlitee

    Battery not charging after CMOS reset because of a power failure on battery

    I guess it's not the battery. Because I replaced the battery two months ago and it's not supposed to be dead in two months. It should work for at least 1 year or two. So I will prefer to first try other ways. I guess something that is glue-ing the battery and the OS is broke. something like...
  15. minlitee

    Battery not charging after CMOS reset because of a power failure on battery

    Hi there. I have Mountain Lion on my HP laptop with sleep working (with open/close LID also) . My laptop is on AC + Battery Everyday but at nights ( The battery is 100% ) I close the lid and it goes to sleep and I unplug the AC and let it be on battery for the whole night ( At mornings I...
Back
Top