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

Add packege to Openwrt #52

Open
Menion2k opened this issue Jun 9, 2020 · 4 comments
Open

Add packege to Openwrt #52

Menion2k opened this issue Jun 9, 2020 · 4 comments

Comments

@Menion2k
Copy link

Menion2k commented Jun 9, 2020

Hi

Openwrt snapshot moved to kernel 5.4

Can you work on adding this driver as Openwrt package?

Bye

@lianghong
Copy link

+1

@MaxG87
Copy link
Collaborator

MaxG87 commented Dec 25, 2020

I don't know about @cilynx, but providing an OpenWRT package is beyond my capabilities. I do not even use OpenWRT, so I could not test anything.

However, I would love to move the project towards better OpenWRT compatibility. Would you be able to provide pull requests?

@ghost
Copy link

ghost commented Mar 17, 2021

@ghost
Copy link

ghost commented Mar 17, 2021

just tested it on OpenWRT (master snapshot (OpenWrt SNAPSHOT r16195-8391781389), arch - x86_64).
AP mode - working
STA - not tested
iw dev wlan0 scan - working

Found problem: OpenWRT executing iw dev wlan0 del after enabling wifi, causing freeze
so i created issue: #141

how to start it:
compile and install kmod-rtl88x2bu
execute: ip link set wlan0 up
and you need to start hostapd manually (if you want AP mode)

also, netifd ignoring wlan0 in /etc/config/network ifname, so you need to rename interface:
for example: add ip link set wlan0 name wifi0 && ip link set wifi0 up to /etc/rc.local
and add
option ifname 'wifi0'
option force_link '1'
to your interface (config interface in /etc/config/network)
(maybe not needed for bridges)

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