Closed willvincent closed 4 years ago
I agree. The card reader needs to "wake up". I also think its a PCIE device and not a USB device, but I'm not totally sure. I think that is the same issue I'm having detecting the WWAN in my laptop. When I built the USB kext, I was never able to detect the card reader or the WWAN. I also don't know how to address the two devices when building the kext. If I knew how to address them, then I could build the kext and see if the revised kext "wakes up" the devices.
Yes it appears as a pci device if you have it populated during boot so that osx recognizes it.
EDIT: I will be testing the sinetek-rtsx kext from this repo shortly, numbers appear to match up, so 🤞
EDIT2: No dice. Also there already was a sinetek kext there, presumably more up to date.. but still unless inserted on boot, the card reader is not functional/recognized.
Could't get it to work too, followed instructions step by step
no dice here either , sinetek kext installed . Plist edited . don't think the card reader is being injected at all in the ssdt ??
have a slight hunch its HS12 but not sure how to implement this any thoughts?
everything else works great!
jake
Closed, without a resolution..
Closed, without a resolution..
Easier that way, isn't it?
@willvincent It worked for me.
Steps I have performed:
Exceptions/remarks regarding 2nd step:
On my T440P Product ID is 5227 and the HEX value is 21031. The Vendor ID is 10EC and the Hex value is 4332.
is incorrect. 5227
and 10EC
are hex, one needs to convert them to decimal, not the other way round.Closed, without a resolution..
Easier that way, isn't it?
Not for anybody wanting a resolution :D
As you can probably expect, people are eager to open issues and waiting for you to solve them, but only a few are ever participating to maintain it.
The repository is open to pull requests if someone is willing to solve the issue and integrate the fix into it. I'm happy to provide my working configuration but you cannot expect me to fix every single issue which can happen on your T440p running on macOS. I don't have that much free time.
I followed the instructions as best I could for the card reader fix, but it appears to only work if you have a card inserted during boot. I suspect that if you boot without a card inserted that the USB port never gets activated, so the OS doesn't detect it on card insert later.
Booting with a card inserted appears to work though, at least partially -- I was not able to read the card I inserted, nor format it, but it may have been too new/too large a card for the built in reader to support... and I haven't tried a smaller/slower one.