-
Notifications
You must be signed in to change notification settings - Fork 1
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
FindRTL8180 return failed #3
Comments
for more, does it support both 802.11n ans 802.11ac? |
I have solved it. |
This is a work in progress. So, some devices may not work as expected. I'm currently running Mojave where It should also be noted that, this is just a client, not the driver itself. Realtek didn't release any source code for RTL818* devices' kernel extensions. That means, in order to get to work, you must install RtWlanU and RtWlanU1827 kexts (these kext are installed when you ran the Installer.pkg). That saying, you probably didn't install the above kexts when you used
This approach is similar to Linux. Search online on how to use
It should support both. I haven't tested it though. But I've enabled both in
Let me tell you why I've started this project: the current binary works but the StatusBarApp.app (the GUI app in the status bar which allows you to connect to Wifi network) is 32 bit (the drivers are 64 bit). Since 32 bit app will not work on macOS 10.15, a 64 bit alternative client is needed. I've been looking at the StatusBarApp.app binary for sometime to reverse engineer (in some level, at least) so that we can at least have some basic functionality on coming macOS 10.15. |
thanks for your reply. |
No idea it is not working for you. It is working great on my machine (running Mojave 10.14.5 beta 3).
Give me an ioreg output after inserting the device.
Probably. CoreWLAN is not enough for this as it doesn't provide all the required features. As far as I know nobody has tried to reverse engineer Apple80211 framework on Mojave yet. |
Thanks a lot! |
Hi Muntashir,
when i use wpa_supplicant on macOS 10.14, it returns
Failed to initialize driver interface
.in function FindRTL8180 (driver_osx_other.c:68)
service is 0,
(matching && !result) = true
I have downloaded realtek-rtl8180 driver from https://www.wireless-driver.com/realtek-rtl8180-wireless-lan-mini-pci-nic/, but it doesnt work.
how can i connect to wireless network? thank u.
The text was updated successfully, but these errors were encountered: