Skip to content
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

[documentation request] Documentation on how to build this driver. #79

Open
dreirund opened this issue Aug 19, 2022 · 3 comments
Open

Comments

@dreirund
Copy link

dreirund commented Aug 19, 2022

Can you provide a README.md or so describing how to actually build and configure (in the Makefile, I see many options, but undocumented) this driver?

I am trying to get this working for OpenWrt.

@xiaofami
Copy link

This is how I build on Manjaro ARM, need kernel-header to be installed:

git clone https://github.com/jwrdegoede/rtl8189ES_linux.git
cd ~/rtl8189ES_linux/
make -j4 ARCH=arm64 KSRC=/usr/lib/modules/$(uname -r)/build
sudo cp 8189es.ko /usr/lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/
sudo depmod -a
sudo modprobe 8189es

BTW, from $ iw list, it seems only support these encryptions:

 Supported Ciphers:
                * WEP40 (00-0f-ac:1)
                * WEP104 (00-0f-ac:5)
                * TKIP (00-0f-ac:2)
                * CCMP-128 (00-0f-ac:4)
                * CMAC (00-0f-ac:6)

So I really don't think it has any practical usage now.

@r1bnc
Copy link

r1bnc commented Apr 15, 2023

Can you provide a README.md or so describing how to actually build and configure (in the Makefile, I see many options, but undocumented) this driver?

I am trying to get this working for OpenWrt.

Hello, did you manage to make this work for OpenWrt and do you have any instructions on how or hints?

@dreirund
Copy link
Author

dreirund commented Apr 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants