-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks first of all #2
Comments
Hi, For the bluetooth, I use RehabMan BroadcomPatchRAM kexts, and it works well. For the brightness control, what OSX version do you use ? 10.11.xx ? 10.12 ? However, I do have a question regarding sound: did you install any extras kexts to make it work ? Or patch any kext ? Because for now, mine doesn't work... |
Hey there nouatzi, I was thinking about that approach but since I was not so comfortable with the OSX side (FakeID) I decided to try the BIOS approach first. Does the AR5B95 works out-of-the-box with the OSX wireless manager? (after the FakeID change, that is) I have a DW1510, but if your setup with the AR5B95 works well and you are kind enough to share the steps I will order one today. Thanks for the tip on the bluetooth! On the brightness issue, I am using the latest 10.11.6. Yes, on the sound I also had some itches... Did you installed the kext in "AppleHDA 10.11.4 MODIFIED" folder of Bizzaro? I have also applied the DSDT patch for HDEF + IRQ, plus I have Codec Commander installed in S/L/E. I have used this drag and drop tool for the kext to ensure that the permissions are fine, cache is cleaned and so on. I am not 100% sure, but I might have installed them, rebooted, installed again and then it worked. Let me know if I can help you with anything else! |
Yes, after the FakeID changes, the AR5B95 works out-of-the-box, not other kext or DSDT patch needed. However, in tonymacx86.com, they advise wireless adapters more appropriate for OS X, like the BCM94352HMB. You can check in tonymacx86.com, what wireless adapter is better. For the brightness issue, did you use this DSDT patch: into method label _Q15 replace_content into method label _Q14 replace_content Ok, for the sound, it's true, I didn't installed the modified AppleHDA, I'll try it ;-) |
I would love to see the rebranding steps as well - seems like a great solution :) Would it work with other more OSX-appropriate cards as well? Or only the Atheros? |
I have followed these steps for the DW1510: http://x220.mcdonnelltech.com/rebrand-dw1510/ At the moment I am lacking the Device, Vendor ID & Subsystem IDs of the original card, I had this noted down somewhere and cannot find it so I have been delaying the all thing. @nouatzi wouldn't you by chance have these numbers right at hand (some that are in the BIOS whitelist)? Just asking in case its a two minute thing for you. I should really write things down better... |
Thank you for the link! On my x230, the built in wifi card reports this:
I'm not 100% sure, but I think that breaks down to this: Device: 0280 |
Hi guys, sorry for the delay. |
I have an Atheros 9280, which obviously fails the x230's whitelist check, but (as I understand it) would be a good card to use in OSX. My plan is to flash the 9280 and rebrand it to pass the x230's whitelist check. To do this, I'm going to use a different laptop (an old Thinkpad x201 with a non-whitelist BIOS). But what should I rebrand the card as? The guide on tonymacx86 advises to keep the manufacturer id set to Atheros so that the Atheros tools still recognize the card. Are there any Atheros cards whitelisted by the x230? Is there actually any definitive list of whitelisted cards anywhere? |
Well, I've rebranded as the same original intel n6205 card within the x230. |
Yeah, I guess it is the "only one shot" part that's worrying me... I'll try just the device id first and see if that works. |
Well, don't worry to much, it's just that the "mistaken" ids have to be put in the source code (then compiled), for the card to be recognised again by atheros tool. And then start again. |
ah ok - thanks. |
Well, for me it didn't worked, the card is always falling the Lenovo
whitelist, even using 8086 and 0085 as vendor and device, this in a DW1510.
At the moment I have to wait three weeks until I can try again, but if your
guys have a known solution that works then I can consider buying another
card to match what you guys have. I think the DW1510 can still be saved and
used for another hackintosh, but this issue with the Lenovo blacklist was
unexpected and at the moment I am just tired of it...
…On Mon, 15 May 2017, 21:30 Michael Graham, ***@***.***> wrote:
ah ok - thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABEHfHHHo4TAV0sVYzTk1tveS2wUaC_Sks5r6KfigaJpZM4KPP5j>
.
|
Ok, I just bought the DW1510 on eBay (4$), in order to experiment on it, and get back to you guys with a proper and working tutorial on how to rebrand. |
Ok, I've finally found a spared AR9285 wireless card, so I've decided to give us guys the full tutorial:
On the spared laptop, first we need to identify both wireless cards. We start with the Centrino Advanced-N 6205. We put it inside the spared laptop.
This command give us enough informations about the card. We can see the PCI_ID and PCI_SUBSYS_ID. We'll modify both of them.
We save those informations somewhere. Now we will dump the AR9285 EEPROM into a file, modify that file(to make it look like the N6205), and copy it back to the wireless card.
Then we need to modify a bit of code inside ath9kio.c, around line 795:
change:
into:
save, and compile: Make sure this is the AR9285 card that we are actually using.
The file is owned by the root user, but you can change it back to a normal user owner (chown)... We keep the original intact, and we'll work on a copy: Now it's time to open the eeprom dump with ghex, find and replace vendor/device/subsystem IDs: Now something IMPORTANT, the eeprom dump is byte-flipped, which means, if we want to look for "168C", we will look for "8C16". We obtain: And a bit more clearly: There are 2 OCCURENCES of each to find and replace by. And now we write back the modified eeprom dump file into the wireless card, using iwleeprom tool: Now your AR9285 card is ready. Put it in the Thinkpad X230, and boot it. You should not see any warning from the BIOS. However, the process is not finished. We've bypass the X230 BIOS. But now the AR9285 card is seen as an Intel N6205 card by Mac OS. So there is the process of put the right IDs back, by using FakePCIID kexts from rehabman. |
That is fantastic! Thank you @nouatzi! I'm going to try this in the next couple of days when I get some free time. Quick question - I have a triple boot system (OSX, Linux, Windows). After the id change, will the card work in Linux and Windows? Are there equivalent Fake ID tools for Linux or Windows? |
No, the card will not work natively in other installed OSs. Even in MacOS it won't work without the FakePCIID kexts magic. But yeah, maybe there is some equivalent in other OSs. I've never look it up, I only use MacOS. |
@nouatzi thank you for your instructions. I ended up finding the problem with the DW1510 approach. The tool used to modify the firmware ssb_sprom only allows to modify the susbsys IDs, it does not change the PCI ID. This causes problems with the BIOS, understandingly. I am ditching the DW1510 approach, as it will never work without either changing this tool or the BIOS (unless anyone has other ideas, perhaps the dissasembler would work but I am not going down that road). Getting an Atheros AR9285 and following your guide as soon as it arrives, thank you! |
Well, it turns out my 9280 isn't actually flashable. iwleeprom claims to have flashed it, but the contents of the eeprom don't actually change. Now in search of a new card... |
So I seem to have lucked out. I ordered this card: Because it said was Lenovo, I tried installing it in my x230 without flashing it first. And it turns out that it is whitelisted by the x230 bios! Works fine under OSX after installing the following Kexts:
...from this package: (As linked in this comment: https://www.tonymacx86.com/threads/wifi-scanning-does-not-work-ar9285-samsung-r580-laptop.145324/#post-900433). Seems stable so far. I'm not yet sure if it is working with 5G networks, but that may be our dodgy router. One nice thing about not having to flash it is that it also works under Linux (and presumably windows too - I haven't tested) Edit: here's the PCI info for the card:
|
Awesome! Nicely done and thank you for the info! |
Hi, First off, thanks everyone for the info, specially Bizzaro. It is as simple (and probably dangerous, so do it at your own risk) as booting to the bootloader with the original Intel wifi card, then, hot-switch it with the atheros one. I did it multiple times and it worked perfectly. This method will allow you to boot into Linux and rebrand the card without needing anothrr laptop without a whitelist BIOS. Be sure to boot to the bootloader (Grub, Clover, or whatever). If you switch the card or insert it before the bootloader it won't be recognized). Best luck to all. |
Well, after having spent hours on trying various methods to make the rebranded Atheros into Intel card to work under Mac OS, i desisted. Have you really made it to work under Mac OS? |
Nevermind, i finally did it ! I Just used mgraham device IDs, then modified IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext/Contents/Plist.info to include pci168c,2b and it's working flawlessly ! Thank you everyone, so happy! |
Hello ivaniclixx if so, would you share the kext? |
@jcamaney no, the Intel card has no drivers. You must replace the card with a supported one (like the Atheros i used). Read carefully and good luck. |
@ivaniclixx That is to bad, Thank you for the advice i will look for and atheros |
Just wanted to thank everyone for their work. I've just successfully flashed a blacklisted The |
@mgraham I saw your GitHub post about the whitelisted card you found for the X230. I ordered the same card, but it was blocked on my ThinkPad. Which bios are you using? |
My BIOS version is G2ETA8WW (2.68 )
Missatge de mikethebos <[email protected]> del dia dl., 23 de jul.
2018 a les 19:41:
… @mgraham <https://github.com/mgraham> I saw your GitHub post about the
whitelisted card you found for the X230. I ordered the same card, but it
was blocked on my ThinkPad. Which bios are you using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQNMEnvWfEeqOMvjHGld53l1jLwNjDjpks5uJgrTgaJpZM4KPP5j>
.
|
@mikethebos - that sucks :( Sorry. I'll check my bios version the next time I get a chance to reboot (hopefully today) |
@mgraham I'd be curious about EC version too. |
@mgraham @ivaniclixx No luck on 2.68 and there is no way to downgrade. :( On to a wifi dongle... |
Sorry for the delay - I finally rebooted. My BIOS version is 2.67. Embedded Controller Version is 1.14. |
hi @ivaniclixx , i tried your hot-switch method, and unfortunately, it didn't work for me. idk if i did it wrong or anything. so, what i did is, i boot the ubuntu live usb, then, on grub loader page, i switched the card, after that, continue to boot the ubuntu by choosing "try ubuntu blablabla", blank screen and after few sec my x230 just shutdown. am i doing it wrong? can you guide me through the process? |
Hi Ali,
I guess the system boots without problems if you don't do the hot-swich?
I would just try another version of Ubuntu/Linux distribution.
You could also try a failsafe option, or verbose, so you can see what is
happening in the boot process (i dont remember exactly, but if you can edit
the command line of grub, remove the ”quiet” parameter, and the ”splash”
one.
Good luck.
El lun., 20 ago. 2018 16:40, Aly Yasser Pranajaya <[email protected]>
escribió:
… hi @ivaniclixx <https://github.com/ivaniclixx> , i tried your hot-switch
method, and unfortunately, it didn't work for me. idk if i did it wrong or
anything. so, what i did is, i boot the ubuntu live usb, then, on grub
loader page, i switched the card, after that, continue to boot the ubuntu
by choosing "try ubuntu blablabla". am i doing it wrong? can you guide me
through the process?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQNMEu9j4U6t4j8RzqIBZVQ0b7ntYF7Vks5uSrxQgaJpZM4KPP5j>
.
|
I ordered a similar one: https://www.ebay.com/itm/253470855059 When I have the time I will try to patch it in my whitelisted X220. |
Greetings Bizzaro,
Thank you very much for you most generous contribution, its very kind of you to have documented all your efforts and shared them with us. I can tell you that following your indications I was able to get my x230 running within a Sunday morning. For the last couple of weeks I have been running along with it as a "mobile" workstation and I am very happy with it, so I am looking into solving the final issues I have, and perhaps contribute a little bit to the benefit of all.
Regarding the wireless I tried to rebrand another wireless card to show as an airport extreme, only to hit the wall with the whitelist present in the lenovos. The current solution is to flash another BIOS with the whitelist removed. As you might know, the x230 have signature procedure to prevent unauthorised flashes of the BIOS; I have tried to modify the firmware in the middle of the process to allow my device ID with no success (the version number gets increased but the check remains for the old ID, so I might be missing something).
The other alternatives are to use coreboot (open source BIOS), but with this I loose the hardware encryption of the drive (OPAL), and since it is not possible to use filevault 2 with OSX86, and non-encrypted drive is not an option in my scenario, I have to rely on the Lenovo BIOS. It is possible to flash it if you desolder the chip, flash a modified version and then use another card. You probably know this already, but in any case here it is. Im using the easy solution, external dongle with proprietary driver but I will not stop until this is fixed, even if I have to desolder the chip.
Now, about the bluetooth, I found someone on reddit mentioning that the new bluetooth adapters for the lenovos (4.0 version) work out-of-the-box with OSX and will pass the BIOS whitelist. I will order one and check, if it works I will let you know, the part in question is FRU P/N: 60Y3303. Again, at the moment I am using the easy solution, external dongle with OSX kernel drivers (OOB).
Card reader: Low priority for me, saw some discussions about the fact that this might be a lost cause, so I am leaving this to a very very boring day, ie, I dont care.
Fingerprint reader: My model does not have.
VGA output: I think this might work (pre 10.8, now I am not sure), would be nice if it did, I might give it a go but again, using the easy fix, adapter for the mini-DP port.
Sound issues after sleep: I experience the same thing as you mentioned, but its liveable, your fix works.
Sleep LED: I had some contact with similar issues on other boards and OSs, might be fixeable.
But anyway, this is just sharing some thoughts with you in case you have pursued anything in the last months about these issues.
Three quick questions though:
Brightness control is not working for me. Through any method I have tried. Do you have any hint where the problem might be? I am sure I messed something up, would appreciate a pointer on this.
The trackpad is sometimes slightly temperamental, no? I mean, it works nice, but its not the most rewarding experience. Any hints on that as well?
The screen, aren't you suspecting of some PWM (Pulse Width Modulation) on it? Don't your eyes get tired after a while?
Cheers!
The text was updated successfully, but these errors were encountered: